body
{
	background:url('img/bg_motif_rouge_repeat.png');	
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-size:12px
	
}

#nav-art-freres-haut,.nav-droite { display:none}

/*

h1 { font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; }

font-family: 'Open Sans', sans-serif;
Open+Sans:400,700,300
Merriweather:400,700,400italic

*/

/*header*/
#wrapper-top{
	min-height:60px;
	padding-top: 15px;
    padding-bottom: 10px;
}

#nom-labo {
	position:initial
}

#top, #titre-site,#menu li a, #menu li.menu-entree,#menu ul.level1 ul.level2 li a, #menu > ul.menu-liste ul.menu-liste li.menu-entree a  {
	background: none; /* Old browsers */
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-size:12px

}

#bandeau {
	background-color:white
}

#menu ul.level1 ul, #menu > ul.menu-liste ul.menu-liste{
	background-color:#cb3030
}

/**/
a:hover{opacity:1}
#menu li a:hover,#colgauche a:hover,#menu li.menu-entree.active > a, #menu > ul.menu-liste ul.menu-liste li.menu-entree.active a{
	/*font-weight: 700;*/
	text-decoration:none;
	/*text-shadow:0 0 1px white, 0 0 1px white, 0 0 1px white;*/
	opacity:0.7
}

#menu li.menu-entree.active > a,li.menu-entree.active a,#menu > ul.menu-liste ul.menu-liste li.menu-entree.active a,#colgauche a:hover{
	font-weight:700
}
li.active>a{
	text-decoration:none;
	opacity:0.7;
	font-weight:700
}

/**/

#menu li{
	padding-bottom:15px
}

#menu ul.level1, #menu > ul.menu-liste{
	padding-bottom:0
}
#menu>ul>li>a{
	min-height:25px
}
#menu li a, #menu li.menu-entree, #menu ul.level1 ul.level2 li a, #menu > ul.menu-liste ul.menu-liste li.menu-entree a{
	/*background:#cb3030;
	text-transform:uppercase*/
}

#menu li a:hover, #menu ul.level1 ul.level2 li a:hover, #menu > ul.menu-liste ul.menu-liste li.menu-entree a:hover{
	color:white;
	opacity:0.7;
	font-weight:700
	
	
}

li.active>a:before{
	content:url('img/btn-hover.png');
	padding-right:5px
	/*background:url('img/btn-hover.png') center left no-repeat;
	padding-left:20px*/
}



#menu ul.level1 ul, #menu > ul.menu-liste ul.menu-liste{
	top:53px;
	min-width:227px
	
}

#menu ul.level1 ul li, #menu > ul.menu-liste ul.menu-liste li.menu-entree{
	border:0
}



/**/


#menu ul.level1,
#menu > ul.menu-liste  /* plugin Menus */
{
	background: #cb3030; 

}

#logo-site, #titre-site,#search-site {	
	float:left
}
#search-site {	
	margin-top:25px
}



#search-site .box{
vertical-align: bottom;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 2px;
/*padding:2px;*/
color:#b1b3b6
}
#titre-site {
	
	width:650px;
	border-left: 2px solid #cb3030;
    margin-left: 10px;
    margin-top: 20px;

}
#titre-site h1 a{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	color:#3e3e3e;
	font-size:18px
}

body.avec-logo #nom-labo h1{
	float:none;
	position:initial
}


div#centre,#pageune, #pageseconde{
	background-color:white;

}
div#centre:after {
	content:"";
	display:block;
	clear:both;
}

/*ariane*/

p#chemin{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-size:13px;
	color:#3e3e3e
}
p#chemin a:hover{
	color:#cccccc
}


/* Colonne gauche */
#colgauche {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 700;
	font-size:12px
}


#colgauche,#colgauche div.menu2 a{
	color:white
}

#colgauche ul{
	padding:10px 0 10px 10px
}


#colgauche .partenaire, #colgauche #recherche, #colgauche div.menu2, #deconnexion {
	background-color: #7f1e1e;
	border-top: solid 5px #4c1212;
	border-bottom: 0;
}

/* Colonne droite */
#nav-rub-bas{
	background-color: #7f1e1e;
	border-top: solid 5px #4c1212;
	border-bottom: 0;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 700;
	font-size:12px;
	color:white
}
#nav-rub-bas nav{
  background: #ca3030;
  background-image: url('img/bg_motif_violet_repeat.png'); /* fallback */
  background: url('img/bg_motif_violet_repeat.png'), linear-gradient(#ca3030, #64022b); /* W3C */
  
  /*
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c1212+0,7f1e1e+50,cb3030+100 */
background: #4c1212; /* Old browsers */
background: url('img/bg_motif_violet_repeat.png'), -moz-linear-gradient(top,  #cb3030 0%, #7f1e1e 50%, #4c1212 100%); /* FF3.6-15 */
background: url('img/bg_motif_violet_repeat.png'), -webkit-linear-gradient(top,  #cb3030 0%, #7f1e1e 50%, #4c1212 100%); /* Chrome10-25,Safari5.1-6 */
background: url('img/bg_motif_violet_repeat.png'), linear-gradient(to bottom, #cb3030 0%,#7f1e1e 50%,#4c1212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1212', endColorstr='#cb3030',GradientType=0 ); /* IE6-9 */
  
  
  
  
  
  */
  
  
  
  
}

#texte_droite #nav-rub-bas h2{
	background-color:transparent
}


#nav-rub-bas a{
	color:white
}

.page-seconde #texte_droite nav li{
	border:0
}

.page-seconde #texte_droite nav li.rubrique7:after,#pageune #texte_droite nav li.rubrique7:after{
	content:" ";
	clear:both;
	display: block;
}
.page-seconde #texte_droite nav li.rubrique7,#pageune #texte_droite nav li.rubrique7{
	border-bottom:1px  dotted white 
}


#pageune #texte_gauche h2, #pageune #texte_gauche h2 a, #texte_droite h2, div.nivo-caption{
	background-color:#7f1e1e;
}
#texte_droite nav{
	background-color:#7f1e1e;
	padding-bottom:10px
}

.page-seconde #texte_droite nav.nav-art, .page-seconde #texte_droite nav.nav-rub,#pageune #texte_droite nav.nav-rub{
	padding-left:5px;
	margin-left:0;
}
#texte_droite nav:after {
	content:"";
	display:block;
	clear:both;	
}

.page-seconde #texte_droite h2{
	color:white;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
	text-transform:uppercase
}
.page-seconde #texte_droite nav{
	background-color: #7f1e1e;
    /*border-top: solid 5px #4c1212;*/
    border-bottom: 0;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.page-seconde #texte_droite ul,#pageune #texte_droite ul{
	    padding: 0px 0 10px 10px;
}

.page-seconde #texte_droite nav li h3,.page-seconde #texte_droite nav.nav-art li.active,.page-seconde #texte_droite nav li a{
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    font-size: 12px;
	text-transform:uppercase
}

#pageune #texte_droite nav li h3,#pageune #texte_droite nav.nav-art li.active,#pageune #texte_droite nav li a{
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    font-size: 12px;
	
}
#pageune #texte_droite nav li{
	padding: 8px;
    line-height: 1.3em;
}
.page-seconde #texte_droite nav li a:hover,#pageune #texte_droite nav li a:hover{
	opacity:0.7;
	font-weight: 700;
}

.page-seconde #texte_droite nav li a{
	text-transform: none
}


.page-seconde #texte_droite nav.nav-art li.active{
	font-weight: 700;
}
/*content*/

/**/
.content a{
	font-family: 'Open Sans', sans-serif; 
	font-size:14px;
	color:#7f1e1e;
	
}

.content a:hover{
	/*font-weight:bold;*/
	/*text-shadow:0 0 1px #7f1e1e, 0 0 1px #7f1e1e, 0 0 1px #7f1e1e*/
	opacity:0.7;
	color:#cb3030 
}

/**/

#pageune #texte_gauche h2, #pageune #texte_gauche h2 a{
	font-family:inherit
}

#pageune #texte #texte_gauche div.actus h2.toutes-actus{
	background-color:white;
	border:1px solid #7f1e1e;
	font-size:12px; 
	text-transform:uppercase
}
#pageune #texte #texte_gauche div.actus h2.toutes-actus a{
	background-color:white;
	color:#7f1e1e;
	width:auto
}

#pageune #texte div.resume p.date{
	font-size:11px
}
#texte div.resume h3{
	font-size:18px
}
#texte div.resume h3 a{
	color:#7f1e1e;
	font-size:18px
}
#texte div.resume h3 a:hover{
	/*font-weight:bold;*/
	color:#cb3030 ;
	/*text-shadow:0 0 1px #7f1e1e, 0 0 1px #7f1e1e, 0 0 1px #7f1e1e;*/
	opacity:0.7;
	font-weight:normal;
}

#texte p, #texte div.resume p{
	font-family: 'Merriweather', serif; 
	font-weight: 400;
	font-size:12px;
	color:#3e3e3e;
	padding:5px 0

}

#texte div.resume p.suite a{
	font-size:11px;
	color:#7f1e1e;
	background:url('img/lire.jpg') center left no-repeat;
	padding-left:15px;
	
}
#texte div.resume p.suite a:hover{
	font-size:11px;
	color:#cb3030 
}

/*content 2 */

#pageseconde #texte_gauche h2{
	font-size:29px
}


/* footer */

#pied-de-page {
	background-color:#cb3030
}
#pied-de-page .espace{
	display:none
}

#pied-de-page li{
	border:none
}

#texte div.alaune, #texte div.actus{
	border-top: solid 2px #7f1e1e;
}

#pied-de-page li a{
	font-size:10px
}
#pied-de-page li a:hover{
	opacity:0.7
}


/* Gestion bandeau */

body.avec-bandeau-dynamique.secteur1 #bandeau a {
 background: url(img/bandeau_iiac.jpg) no-repeat top left;
}

body.avec-bandeau-dynamique.secteur378 #bandeau a {
 background: url(img/bandeau_iiac.jpg) no-repeat top left;
}

body.avec-bandeau-dynamique.secteur438 #bandeau a {
 background: url(img/bandeau_iiac.jpg) no-repeat top left;
}

body.avec-bandeau-dynamique.secteur437 #bandeau a {
 background: url(img/bandeau_iiac.jpg) no-repeat top left;
}
body.avec-bandeau-dynamique.secteur439 #bandeau a {
 background: url(img/bandeau_iiac.jpg) no-repeat top left;
}
/*Pôle media*/
body.avec-bandeau-dynamique.secteur451 #bandeau a {
 background: url(img/bandeau_iiac.jpg) no-repeat top left;
}


body.avec-bandeau-dynamique.secteur2 #bandeau a {
 background: url(img/bandeau_cem.jpg) no-repeat top left;
}


body.avec-bandeau-dynamique.secteur3 #bandeau a {
 background: url(img/bandeau_lahic.jpg) no-repeat top left;
} 


body.avec-bandeau-dynamique.secteur4 #bandeau a {
 background: url(img/bandeau_laios.jpg) no-repeat top left;
} 


body.avec-bandeau-dynamique.secteur5 #bandeau a {
 background: url(img/bandeau_lau.jpg) no-repeat top left;
} 
 
 


body.avec-bandeau-dynamique.secteur6 #bandeau a {
 background: url(img/bandeau_tram.jpg) no-repeat top left;
 }
 
 body.avec-bandeau-dynamique.p-recherche #bandeau a {
 background: url(img/bandeau_tram.jpg) no-repeat top left;
 }
 
 body.avec-bandeau-dynamique.p-plan #bandeau a {
 background: url(img/bandeau_tram.jpg) no-repeat top left;
 }


/* /Gestion bandeau */

/*provient de charte.css*/ 

table.demicol2 {
font-size: 0.9em;
  float: left;
  width: 46%;
  margin-right: 2%;
  margin-top: 2%;
}
table.demicol2 td {
  /*border-top: solid 1px #ccc;*/
  padding-top: 1%;
}
table.demicol2 td a {
  width: 100%;
  /*font-weight: bold;*/
  color: #333;
}

table.demicol3 {
font-size: 0.9em;
  float: left;
  width: 31%;
  margin-right: 2%;
  margin-top: 2%;
}
table.demicol3 td {
  /*border-top: solid 1px #ccc;*/
  padding-top: 1%;
}
table.demicol3 td a {
  width: 100%;
  /*font-weight: bold;*/
  color: #333;
}
