body {
color: #000000;
background-color: #3D4596;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}


td {
	text-align: center;
}

.menu_actif {
	background-color: #6582FF;
}

.menu_select {
	text-decoration: uppercase;
}

a {
    text-decoration: none;
	font-weight: bold;
    color: #FFFFFF;
}
a:visited {
    text-decoration: none;
	font-weight: bold;
    color: #FFFFFF;
}
a:hover {
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
    color: #FFFFFF;
}
a:active {
    text-decoration: none;
	font-weight: bold;
    color: #FFFFFF;
}