/*****************************************************************************/
/* CNRS                                                                      */
/* Feuille de style Standard Non CNRS								             */
/*                                                                           */
/* W3C CSS2                                                                  */
/*****************************************************************************/

/*****************************************************************************/
/*  Codes couleurs                                                           */
/* Bleu foncé       : #346099 Titres cliquables, bordures des tableaux           */ 
/* Orange foncé : #BE6E00 liens survolés                                     */ 
/* Gris foncé   : #556268 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                                       */
/*****************************************************************************/

/*
body { margin : 0px;  background-color:#FFFFFF; } 
*/

hr   { color: #282828 }


/*
a:link  {color : #556268; font-weight: bold; text-decoration : underline; } 
a:visited {color : #556268; font-weight: bold; text-decoration : underline; } 
a:hover {color : #303090; font-weight: bold; text-decoration : underline; } 
*/

/*
table {
    border-collapse: collapse;}   
*/

ul {list-style-position : outside; list-style-type:square; 
    list-style-image:url('http://hal.archives-ouvertes.fr/images/boite-outils/puce.gif')}

    
/*                  
p  {margin-top : 5px; margin-bottom : 5px; }                      
ul {margin-top : 5px; margin-bottom : 5px; }                
*/
  
       
/*****************************************************************************/  
/* corps du site                                                            **/
/*****************************************************************************/ 

/*
td, p  
          {font-family : Arial, Helvetica, sans-serif; font-size : 12px; 
           color : #556268; 
           
          }
*/           

/*
td {text-align : left; }
*/
           
.navigate_in_page {	
	font-weight: normal;
	text-align: center;
}
		
p.titre 
          {font-size : 14px; color : #556268; font-weight: bold;}

span.petit, ul ul, p.petit
          {font-size : 10px; color: #282828; }         
           
p.intertitre
          {color: #A5B8C9; font-weight: bold; font-size : 12px!;}   
                
p.intertitre a:link, 
p.intertitre a:visited 
          {color: #346099; font-weight: bold;  font-size : 12px;
           text-decoration : none; }
           
p.intertitre a:hover 
          {color: #BE6E00; font-weight: bold;  font-size : 12px;
           text-decoration : none; }  
/* Sommaires de haut de pages, pages liste de liens - style à appliquer à une liste */		   

ul.liste-liens a:link    {color : #556268; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:visited {color : #556268; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:hover   {color : #346099; text-decoration : underline; font-weight: bold;}            

/* tableaux avec bordures, style à appliquer au tableau */
table.table-avec-bordures, table.table-avec-bordures td, 
table.table-avec-bordures th
{
	border-style : solid;
	border-color : #346099;
	border-width : 2px;
	border-collapse:collapse;
}      
/* tableaux sans bordures dans un tableau avec bordures */
table.table-sans-bordures, table.table-sans-bordures td,
table.table-sans-bordures th {
	border-width : 0px !;
}                      
          
/*****************************************************************************/  
td.separateur { background-color: #346099; }
/*****************************************************************************/  

td.Xnavhaut, td.Xnavhaut p
          { 
           font-size : 12px;color :#346099;
           font-weight: bold;}
td.Xnavhaut a:link,
td.Xnavhaut a:visited
          {color :#346099; text-decoration : none;}
td.Xnavhaut a:hover
          {color :#346099; text-decoration : none;}          
#divnavhaut-nom-labo {
	position:relative;
	left:5px;
	top:62px;
	z-index:1;
	width:484px;
	height: 60px;
	visibility: visible;	
}
      
td.ZonePrint {  text-align : left; }
