/***************Body et Head***************/

/*couleur du fond*/
body {background-color:#FFFFFF;}
body { background-image: url(images/fond.gif) }

/***************Effet Textes***************/

/*style du texte*/
P {font-family: verdana; font-size: 11px; color:#AF0100;}
td {font-family: verdana; font-size: 11px; color:#AF0100;}

/***************Effet Liens***************/

/*couleur des liens*/
A {color:#AF0100; text-decoration:none;}

/*couleur des liens au passage de la souris*/
A:hover {color:#000000; text-decoration:none;}

/***************Balises H***************/

/*balise h1*/
h1 {color:#AF0100; font-family: Verdana; font-size: 9px; text-align: center;}

/*balise h2*/
h2 {color:#AF0100; font-family: Verdana; font-size: 18px; text-align: center;}

/*balise h3*/
h3 {color:#AF0100; font-family: Verdana; font-size: 6px; text-align: center;}

/***************Divers***************/

/*puces*/
li {font-family: Verdana; font-size: 9pt; color:#000000; display : list-item; list-style-image : url(images/puce.gif); list-style-position: outside;}






