/* Début fichier feuille de style */ 
.style{   /* Noir , gras , souligé , taille = 11 */ 
color:black;font-size:11pt;font-weight:bold;text-decoration:underline;
font: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}

.style1{   /* Noir , gras , taille = 11 */ 
color:black;font-size:11pt;font-weight:bold;font-family:Arial;}

.style2{   /* Noir , normal , taille = 8 */ 
color:black;font-size:8pt;font-weight:normal;font-family:Arial;}

.style3{   /* Bleu clair turquois , normal , taille = 8 */
color:#6495ed;font-size:8pt;font-weight:normal;font-family:Arial;}

.style4{   /* Vert , normal , taille = 10 */
font-family:Arial;font-size:10pt;color:green;font-weight:normal;}

.styleTD{  /* Vert , normal , taille = 12 */
font-size:12pt;color:green;font-weight:normal;}

.diryadak{cursor: hand;}       

*        { padding:0; margin:0;} 
td       {font-family:Arial;font-size:16pt;color:green;font-weight:normal;font-style:12px;}
p        { background-color:#F2EAD6;font-family:Arial;color:red;font-weight:bold;font-style:normal;
           text-align:center}
		   
body     {background-color: #FFFFFF /* blanc, color:#000033 c'est la couleur par defaut  */  }		  
#wrapper { background-color: #FFFFFF  }
/* Fin fichier feuille de style */ 