A:visited { color: #006699;text-decoration: None; font-weight: bold ;}
A:link { color: #006699;text-decoration: None; font-weight: bold ;}
A:hover {color: #FF0000; background-color: none; font weight: bold ;}

.white:visited { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.white:link { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.white:hover {color: #FF0000; background-color: none; text-decoration: None; font-weight: bold ;}

.bar1:visited { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.bar1:link { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.bar1:hover {color: #FFFF00; background-color: none; text-decoration: None; font-weight: bold ;}

.red:visited { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.red:link { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.red:hover {color: #FF0000; background-color: none; text-decoration: None; font-weight: bold ;}

.yellow:visited { color: #FFFF00; background-color: none; text-decoration: None; font-weight: bold ;}
.yellow:link { color: #FFFF00; background-color: none; text-decoration: None; font-weight: bold ;}
.yellow:hover {color: #FF0000; background-color: none; text-decoration: None; font-weight: bold ;}

.grey:visited { color: #999999; background-color: none; text-decoration: None; font-weight: bold ;}
.grey:link { color: #999999; background-color: none; text-decoration: None; font-weight: bold ;}
.grey:hover {color: #FF0000; background-color: none; text-decoration: None; font-weight: bold ;}

.bar2:visited { color: #999999; background-color: none; text-decoration: None; font-weight: bold ;}
.bar2:link { color: #999999; background-color: none; text-decoration: None; font-weight: bold ;}
.bar2:hover {color: #FF0000; background-color: none; text-decoration: None; font-weight: bold ;}

body {
margin: 0px;
padding: 0px;
padding-bottom: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:black;
background-color:#CC0033;
background: #003300;
}

.fma { 
	text-decoration: none; 
	font-family : Arial, sans-serif; 
	font-size: 9pt; 
	color: rgb(255,241,204); 
	text-align: justify;
	background-color: rgb(180,0,0); 

} 
.fmb { 
	text-decoration: none; 
	font-family : Arial, sans-serif; 
	font-size: 9pt; 
	color: rgb(51,2,12); 
	text-align: justify; 
	background-color: rgb(255,250,235); 
	}
	

/*Ici, vous pouvez jouer sur la largeur du menu*/
.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}

/*définition des liens*/
.buttonmenu li a{
color: white;
display: block;
width: 95%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
/*Couleur des bords clair foncé foncé clair*/
border-color:none;
background-color: #006699;
text-decoration:none;
}

.buttonmenu li a:visited{
color: white;
}

/*Ici, c'est pour le survol des liens*/
.buttonmenu li a:hover, .buttonmenu li a:active{
color: white;
background-color: #FF9933;
}
