/*****************************************************************************/
/* CNRS                                                                      */
/* Feuille de style Site Labos SHS                                           */
/*                                                                           */
/* W3C CSS2                                                                  */
/*****************************************************************************/

/*****************************************************************************/
/*  Codes couleurs                                                           */
/* Orange       : #C10000 Titres cliquables, bordures des tableaux           */
/* Orange foncé : #860101 liens survolés                                     */
/* Gris foncé   : #556268 charte CNRS - jugé trop clair                      */ 
/* Gris foncé   : #212529 Texte courant, Titre des pages, Titre des          */ 
/*                             grandes parties (A noter, etc                 */
/* Gris clair   : #A5B8C9 Intertitres, Titres navdroite non cliquables       */
/*                             Titres navgauche non cliquable                */
/* Blanc        : #FFFFFF Fond de page                                       */
/*****************************************************************************/

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

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

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

#divnavhaut-nom-labo {
        position:absolute;
	left:5px;
	top:5px;
	z-index:1;
	width:484px;
	height: 64px;
	visibility: visible;
}

/*****************************************************************************/
/* Bandeau de navigation gauche                                             **/
/*****************************************************************************/

/* COULEURS MPPU */
/* td.Xnavgauche, td.Xnavgauche p, td.XnavgaucheIcones
          {background-color: #646A70}
*/
/* COULEURS SPM */
td.Xnavgauche, td.Xnavgauche p, td.XnavgaucheIcones
          {background-color: #FFFFFF}

td.Xnavgauche, td.Xnavgauche p, td.XnavgaucheIcones
          {font-size : 11px}
td.Xnavgauche p
          {margin-top:0px;margin-bottom:0px}    
td.Xnavgauche p.intertitre
          {color: #A5B8C9; font-weight: bold; font-size : 12px;}   
td.Xnavgauche p.intertitre a:link,
td.Xnavgauche p.intertitre a:visited
          {color: #C10000; font-weight: bold;
           text-decoration : none; }td.Xnavgauche p.intertitre a:hover
          {color: #860101; font-weight: bold;
           text-decoration : none; }  
td.XnavgaucheIcones
 	  {vertical-align:bottom; }

#divpartenaires {
	position:absolute;
	width:150px;
	height:115px;
	z-index:1;
	left: 0px;
	top: 66px;
	visibility: visible;
}

#divmenu {
	position:absolute;
	width:150px;
	z-index:1;
	left: 0px;
	top: 250px;
	visibility: visible;
}

#divnavgauche-spec {
	       position:absolute;left:0px;top:500px;z-index:1;
	       width:150px;visibility: visible;
}
#divnavgauche-searchLabo {
	       position:absolute;left:11px;top:579px;z-index:1;
	       width:100px;visibility: visible;
}
#divnavgauche-search {
               position:absolute;left:11px;top:621px;z-index:1;
	       width:100px;visibility: visible;
}	 
input.BoiteRechercher {
	font-size:10px;
	width:80px;
}
#boiterechercher {
	position:absolute;
	left:230px;
	top:8px;
	height:20px;
	width:150px;
	z-index:0;
	border-width: 1pt;
}

/*****************************************************************************/
/* Une : navdroite                                                          **/
/*****************************************************************************/
td.Xnavdroite {
/* COULEURS MPPU */
/*	border-bottom-color: #FFFFFF; */
/* COULEURS SPM */
	border-bottom-color: #C10000;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 1px;
}

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

td.Xnavdroite p
          {margin-top : 0px; margin-bottom : 0px}       
             
td.Xnavdroite p.titre
          {font-size : 14px; color: #212529; font-weight: bold; margin-bottom: 0px}

/*****************************************************************************/
/* Seconde : navdroite                                                      **/
/*****************************************************************************/
td.Xscde-navdroite, td.Xscde-navdroite p {
	font-size : 11px;
	font-weight:bold;
	color : #A5B8C9;
}
                              
td.Xscde-navdroite {
	background-color : #FFFFFF;
	vertical-align : top;
	text-align: left;
	border-bottom-color: #C10000;
        border-left-color: #C10000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}
td.Xscde-navdroite p
         { margin:0;}

td.Xscde-navdroite  a:link, td.Xscde-navdroite  a:visited
         {color: #C10000;text-decoration : none;}
td.Xscde-navdroite a:hover
          {color: #860101;text-decoration : none;}


/*****************************************************************************/
/* Chemin de navigation pour les pages secondes                             **/
/*****************************************************************************/
/* COULEURS MPPU */
/* .XtextChemin, Xchemin, td.Xchemin a:link, td.Xchemin a:visited {color: #FFFFFF}
td.Xchemin {background-color: #959EA6}
*/
/* COULEURS SPM */
.XtextChemin, Xchemin, td.Xchemin a:link, td.Xchemin a:visited {color : #212529}
td.Xchemin {background-color: #F8FCFF}

td.Xchemin
        {vertical-align : middle}

td.Xchemin a:link, td.Xchemin a:visited
        {text-decoration: none}

td.Xchemin a:hover
        {color: #EE0101; text-decoration: none}
   

