/*****************************************************************************/
/* Feuille de style DESMID                                                   */
/*                                                                           */
/* W3C CSS2                                                                  */
/*****************************************************************************/

/*****************************************************************************/
/* Codes couleurs                                                            */
/* Orange       : #F09415 Titres cliquables, bordures des tableaux           */ 
/* Orange foncé : #BE6E00 Liens survolés                                     */ 
/* Gris foncé   : #556268 Texte courant, Titre des pages, Titre des          */ 
/*                        grandes parties                                    */
/* Gris clair   : #A5B8C9 Intertitres                                        */
/* Blanc        : #FFFFFF Fond de page                                       */
/*****************************************************************************/

/*****************************************************************************/     
/* Bandeau de navigation haut                                                */
/*****************************************************************************/  

td.Xnavhaut, td.Xnavhaut p { 
	font-size : 12px;
	color :#F09415;
	text-align: left;
	font-weight: bold;
}

td.Xnavhaut a:link, td.Xnavhaut a:visited {
	color :#F09415;
	text-decoration : none;
}

td.Xnavhaut a:hover {
	color :#BE6E00;
	text-decoration : none;
}          

#divnavhaut-nom-labo {
	position:absolute;
	left:5px;
	top:5px;
	z-index:1;
	width:332px;
	height: 24px;
	visibility: visible;
}
					
/*****************************************************************************/     
/* Bandeau de navigation gauche                                              */
/*****************************************************************************/  

td.Xnavgauche, td.Xnavgauche p, td.XnavgaucheIcones {
	font-size : 11px;
}

td.Xnavgauche p {
	margin-top:0px;margin-bottom:0px;
}    

td.Xnavgauche p.intertitre {
	font-weight: bold;
	font-size : 12px;
	color: #134990;
}   

td.Xnavgauche p.intertitre a:link, td.Xnavgauche p.intertitre a:visited {
	color: #F09415; font-weight: bold;  
	text-decoration : none;
}

td.Xnavgauche p.intertitre a:hover {
	color: #BE6E00; font-weight: bold;  
	text-decoration : none;
}             

td.XnavgaucheIcones {
	vertical-align:bottom;
}     
                    
#divpartenaires {
	position:absolute;
	width:145px;
	height:115px;
	z-index:1;
	left: 0;
	top: 71px;
	visibility: visible;
}

#divnavgauche-spec {
	position:absolute;
	left:-3px;
	top:428px;
	z-index:1;
	width:130px;
	visibility: visible;
	height: 85px;
}               

#divnavgauche-search {
	position:absolute;
	left:10px;
	top:501px;
	z-index:1;
	width:130px;
	visibility: visible;
}
					 
input.BoiteRechercher {
	font-size:10px;
	width:85px;
}   
	
#boiterechercher {
	position:absolute;
	left:230px;
	top:20px;
	width:100px;
	z-index:0;
} 								

/*****************************************************************************/     
/* Chemin de navigation pour les pages secondes                              */
/*****************************************************************************/  

td.Xchemin {
	color: #999999;
	vertical-align : middle;
}        
                          
td.Xchemin a:link, td.Xchemin a:visited {
	color: #F09415;
	text-decoration: none;
}  
             
td.Xchemin a:hover {
	color: #BE6E00;
	text-decoration: none;
}
