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

/*****************************************************************************/
/*  Codes couleurs                                                           */
/* Rose         : #CD2481 Titres cliquables, bordures des tableaux           */ 
/* Rose foncé   : #AD005F 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 : 0;
	background-color:#FFFFFF;
	color: #52616B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
} 

hr   { color: #282828 }



a:link  {color : #556268; text-decoration : underline; } 
a:visited {color : #556268; text-decoration : underline; } 
a:hover {color : #AD005F; text-decoration : underline; } 

table {
    border-collapse: collapse;}   

ul {list-style-position : outside; list-style-type:square; 
    list-style-image:url(../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; 
           vertical-align : top;
           text-align: left;}

		

p.titre 
          {font-size : 14px; color : #556268; font-weight: bold;}


span.petit, ul ul, p.petit
          {font-size : 10px; color: #282828; }         
           
p.copyright
          {color: #666666; font-weight: bold; font-size : 12px; } 

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

span.intertitre
          {color: #666666; font-weight: bold; font-size : 12px; }  

/*#666666*/
/*#776F7D*/
/*original trop clair #A5B8C9*/

span.titre2
          {color: #000000; font-weight: bold; font-size : 12px; }  
                
p.intertitre a:link, 
p.intertitre a:visited
        {color: #CD2481; font-weight: bold;  font-size : 12px;
           text-decoration : none; }
           
p.intertitre a:hover 
          {color: #AD005F; 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 : #CD2481; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:visited {color : #CD2481; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:hover   {color : #AD005F; 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 : #CD2481;
	border-width : 1px;
	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: #CD2481; }
/*****************************************************************************/  

/********/

.Style5 {
	font-size: 16px;
	font-weight: bold;
}
.Style8 {font-size: 16px}
.Style2 {
	font-weight: bold;
}
.Style3 {
	font-size: 14px;
	font-weight: bold;
}
.Style4 {font-size: 14px}
.Style6 {font-family: Verdana; font-size: 12px; text-decoration: none; font-weight: bold; }
.Style7 {
	color: #A5B8C9;
	font-weight: bold;
}
.Style11 {
	color: #A5B8C9;
	font-weight: bold;
}
.Style10 {
	color: #A5B8C9;
	font-weight: bold;
}
.Style9 {
	color: #A5B8C9;
	font-weight: bold;
}
         
.liste-gras {
	font-weight: bold;
}  
      


td.contenu-centre-verticalement {
	vertical-align: middle;
}
td.contenu-bas-verticalement {
	vertical-align: bottom;
}
