
/*****************************************************************************/
/* CNRS                                                                      */
/* Feuille de style Site Labos Sciences Chimiques du CNRS					 */
/*                                                                           */
/* W3C CSS2                                                                  */
/*****************************************************************************/
/*****************************************************************************/
/* Codes couleurs                                                            */
/* Bleu foncé        : #5D8BA2 Titres cliquables, bordures des tableaux      */ 
/* Bleu très foncé  : #286583 liens survolés                                */ 
/* Gris foncé        : #556268 Texte courant, Titre des pages, Titre des     */ 
/*                             grandes parties (à 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; } 


hr   { color: #282828 }


a:link  {color : #556268; text-decoration : normal; } 
a:visited {color : #556268; text-decoration : normal; } 
a:hover {color : #286583; 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                                                            **/
/*****************************************************************************/ 

p.base {font-family : Arial, Helvetica, sans-serif; font-size : 13px; color : #050102;}


td, p  
          {font-family : Arial, Helvetica, sans-serif; font-size : 12px; 
           color : #556268; 
           vertical-align : top;
           }

		
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 
			{color: #A5B8C9; font-weight: bold; font-size : 12px;}
p.intertitre a:visited 
          {color: #5D8BA2; font-weight: bold;  font-size : 12px;
           text-decoration : none; }
                     
p.intertitre a:hover 
          {color: #286583; font-weight: bold;  font-size : 12px;
           text-decoration : none; }  


.intertitre a:link 
		{color: #9499a3; font-weight: bold; font-size : 12px; text-decoration : none; }

.intertitre a:visited 
          {color: #5D8BA2; font-weight: bold;  font-size : 12px;
           text-decoration : none; }
                     
.intertitre a:hover 
          {color: #286583; font-weight: bold;  font-size : 12px;
           text-decoration : underline; }  


a.intertitre {color: #9499a3; font-weight: bold; font-size : 11px;text-decoration : none;}

a.intertitre:hover {color: #286583; font-weight: bold;  font-size : 11px;
           text-decoration : underline; } 

a.intertitre:visited {color: #5D8BA2; font-weight: bold;  font-size : 11px;
           text-decoration : none; }


.actuality
		{color: #769FB6; font-weight: bold; font-size : 12px;}


a.ref {color: #5D8BA2; font-weight: bold; font-size : 11px!;}

a.ref:hover {color: #286583; font-weight: bold;  font-size : 11px;
           text-decoration : underline; } 

a.ref:visited {color: #5D8BA2; font-weight: bold;  font-size : 11px;
           text-decoration : none; }

/* positionnemment du logo du LADIR */
div#logoladir {  background-image: url(../images/site/logo_ladir.jpg);  background-repeat: no-repeat;  width: 155px;  height: 50px;  padding: 0;
  a:hover {background-color: #5D8BA2;}}

/* positionnemment du logo de Paris VI */
div#logoparisVI {  background-image: url(../images/site/UPMC_sorbonnesuniversites.png);  background-repeat: no-repeat;  width: 139px;  height: 56px;  padding: 0;}

/* positionnemment du logo du CNRS */
div#logo-cnrs {  background-image: url(../images/charte/logo-cnrs.png);  background-repeat: no-repeat;  width: 65px;  height: 65px;  padding: 0;
  a:hover {background-color: #5D8BA2;}}


/* Sommaires de haut de pages, pages liste de liens - style à appliquer à une liste */		   

ul.liste-liens a:link    {color : #5D8BA2; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:visited {color : #5D8BA2; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:hover   {color : #286583; 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 : #5D8BA2;
	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: #5D8BA2; }
/*****************************************************************************/  

      
      

