body,td {
 font: 13px;
 font-family: Arial;
}
.Petit {
 color : #000000;
 font-size : 13px;
 font-weight : bold;
 font-family : Arial;
}
.Mini {
 font-size : 11px;
 color : #000000;
 font-family : Arial;
}
Input.Titre{
 Width: 200px;
 Height: 20px;
 font-size: 12px;
 font-family: Arial;
 font-weight: bold;
}
Select.JourMois {
 Width: 37px;
 Height: 20px;
 font-size: 10px;
 font-family: Arial;
}
Select.Annee {
 Width: 49px;
 Height: 20px;
 font-size: 10px;
 font-family: Arial;
}
.AffichageAction {
 font-family:arial;
 font-size:12px;
 color:red;
}
a {
 text-decoration: none;
 color: Blue;
}
a:hover {
 color: Red;
}
a.Numeros {
 font-family: arial;
 text-decoration: none;
 font-size: 13px;
 color: Blue;
 font-weight: bold;
}
a.Numeros:hover {
 color: Red;
}
.NumerosRouge {
 font-family: arial;
 text-decoration: none;
 font-size: 13px;
 color: Red;
 font-weight: bold;
}
