/* CSS Document */
body
{
background-color:#000000;
}
.fond_montre
{
	background:url(images/montre_bat.gif) no-repeat left; 
}
.text
{
border-bottom:#FFFFFF dotted 1px;
}
input, textarea
{
background-color:#000000;
border-color:#FFFFFF;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size:12px
}
/*text*/
a.jaune
{
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#CEAF00;
text-decoration:none;
}
a.jaune:hover
{
color:#FFFFFF;
}
.corps_blanc
{
color:#FFFFFF;
list-style-image:url(images/puce.gif);
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:12px;
}
a.corps_blanc:hover
{
text-decoration:underline;
}
.corps_jaune
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#CEAF00;
text-decoration:none;
}