.mainMenu {
	background-color: #3366CC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt ;
	text-align: center;
	margin-left: 0px;
	margin-top:0px;
	width: 160px;
	min-height: 30px;
	border-width: 3px 3px 3px 3px;
	border-color: blue blue blue blue;
}

.mainMenu:hover {
	background-color: #FFFFFF;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt ;
	text-align: center;
	margin-left: 0px;
	margin-top:0px;
	width: 160px;
	min-height: 30px;
	border-width: 3px 3px 3px 3px;
	line-width: 0px ;
	border-color: "white white white white;
}

h2
{
	face-face: Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
	text-decoration: underline;
	font-weight: normal;
	color: #3366CC;
	text-align: left;
}

.texteBleuMoyen
{
	face-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	color: #3366CC;
}

font.texteBleuPetit
{
	face-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	color: #3366CC;
}

body { 
	font-family: arial, verdana, sans-serif ; 
	font-size: 11pt ; 
	color: black ; 
	background-color: #FFFFFF ; 
}

table
{
	font-family: arial, verdana, sans-serif ; 
	font-size: 11pt ; 
	color: black ; 
	background-color: #FFFFFF ; 	
}


ul {
	color: black;
	list-style-type: none;
}
ul ul {
	color: grey;
	list-style-type: circle;
}

ul a {
	color: black;
}
ul ul a {
	color: grey;
}

li a.aBleu{
	color: #3366CC;
	text-decoration: none;
}

a
{
	color: #3366CC;
}

textarea
{
	color: black;
	border-color: #3366CC;
}

input
{
	color: black;
	border-color: #3366CC;
}
