a{
 color:white;
 text-decoration:none;
}
a:hover{
 color:yellow;
}
a.PageInfSup{
 color:white;
 text-decoration:underline;
}
a.PageInfSup:hover{
 color:yellow;
}
a.marron{
 color:#a48262;
 font-size:18px;
}
a.marron:hover{
 color:yellow;
 font-size:18px;
}
a.marron_14{
 color:#a48262;
 font-size:14px;
}
.TitreBlanc{
 color:white;
 font-size:13px;
 font-weight:bold;
}
.TitreNoir{
 color:black;
 font-size:13px;
 font-weight:bold;
}
.Contenu{
 font-family:verdana;
 font-size:13px;
 color:white;
}
.PageActuelle{
 color:red;
 font-weight:bold;
}
Input.Moteur{
 width:110px;
 border:1px solid black;
}
Select.Moteur{
 width:110px;
 border:1px solid black;
}