body { margin : 0;  background-color:#FFFFFF; } 

hr   { color: #FFDD00; }

a:link  {color : #556268; text-decoration : underline; } 
a:visited {color : #556268; text-decoration : underline; } 
a:hover {color : #FFBA00; text-decoration : underline; } 

table {
    border-collapse: collapse;}  
	 

ul {list-style-position : outside; list-style-type:square; 
    list-style-image:url('../z-outils/images/boite-outils/puce.gif')}
                  
p  {margin-top : 5px; margin-bottom : 5px; }                      
ul {margin-top : 5px; margin-bottom : 5px; }  

th 
          {font-family : Arial, Helvetica, sans-serif; font-size : 13px; 
           color : #556268; 
           font-weight: bold;
           vertical-align : top;
           text-align: left;
}
td, p, div ,ul 
          {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;}
p.petit_titre 
          {font-size : 11px; color : #556268;}
p.petit
          {font-size : 10px; color: #4F707D; }         
p.petit a:link, p.petit a:visited 
          {color: #4F707D; font-size : 10px;
           text-decoration : none; }
p.petit a:hover 
          {color: #FFBA00; font-size : 10px;
           text-decoration : none; }  
span.petit, ul ul
          {font-size : 10px; color: #282828; }         
           
p.intertitre
          {color: #85a8b9; font-weight: bold; font-size : 12px;}   
                
p.intertitre a:link, p.intertitre a:visited 
          {color: #4F707D; font-weight: bold;  font-size : 12px;
           text-decoration : none; }
           
p.intertitre a:hover 
          {color: #FFBA00; font-weight: bold;  font-size : 12px;
           text-decoration : none; }  

ul.liste-liens a:link    {color : #4F707D; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:visited {color : #4F707D; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:hover   {color : #FFBA00; text-decoration : underline; font-weight: bold;}            

table.table-avec-bordures, table.table-avec-bordures td, 
table.table-avec-bordures th
{
	border-style : solid;
	border-color : #4F707D;
	border-width : 1px;
	border-collapse:collapse;
}      

table.table-sans-bordures, table.table-sans-bordures td,
table.table-sans-bordures th {
	border-width : 0px ;
}                      

td.separateur { background-color: #FFDD00; }

