td {
font-family:Tahoma;
font-size:10px;
color:black;
}

/* TITRES */

h1 {
font-family:Tahoma;
font-size:15px;
color:#676767;
font-weight:bold;
padding-left:0px;
padding-bottom:0px;
margin-bottom:0px;
}

.titre_blanc {
color: white;
font-size: 12;
font-family: tahoma, sans-serif;
font-weight:bold;
}

/* LIENS */

a {
text-decoration: underline;
color: #676767;
font-size: 10;
font-family: tahoma, sans-serif;
font-weight:bold;
}

a:hover {
text-decoration: underline;
color: black;
font-size: 10;
font-family: tahoma, sans-serif;
font-weight:bold;
}

a.menu_haut {
text-decoration: none;
color: white;
font-size: 10;
font-family: tahoma, sans-serif;
}

a.menu_haut:hover {
text-decoration: none;
color: #e3e3e3;
font-size: 10;
font-family: tahoma, sans-serif;
}

a.menu_droit {
text-decoration: underline;
color: black;
font-size: 10;
font-family: tahoma, sans-serif;
font-weight:bold;
}

a.menu_droit:hover {
text-decoration: underline;
color: white;
font-size: 10;
font-family: tahoma, sans-serif;
font-weight:bold;
}

a.titre_blanc {
text-decoration: none;
color: white;
font-size: 12;
font-family: tahoma, sans-serif;
}

a.titre_blanc:hover {
text-decoration: none;
color: #e3e3e3;
font-size: 12;
font-family: tahoma, sans-serif;
}

