
ul.MenuHorizontal {
   width: 959px;
   list-style: none;
   margin: 0;
   padding:0;
   overflow: hidden;
}

ul.MenuHorizontal li {
   float: left;
}

ul.MenuHorizontal li a {
	height: 18px;
	margin:4px 0 0 0!important;
   display: block;
   color: #FFFFFF;         /*Ici, changer la couleur de la police*/
   font-family: Arial, Helvetica, sans-serif;         /*Ici, changer la police du menu*/
   font-size: 15px;           /*Ici, changer la taille de la police du menu*/
   font-weight: bold;          /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
   letter-spacing:0.08em;
}
ul.MenuHorizontal li a:hover {
	 text-decoration:none; color: #FFFFFF!important; margin:4px 0 0 0!important;    
}



li#menu0 a#selected-over0 {
   background-color: #b91b0d !important; text-decoration:none; color: #FFFFFF!important;          /*Ici l'image de fond over de la cellule*/
}

li#menu1 a#selected-over1 {
    background-color: #b91b0d !important; text-decoration:none;         /*Ici l'image de fond over de la cellule*/
}

li#menu2 a#selected-over2 {
    background-color: #b91b0d !important; text-decoration:none;        /*Ici l'image de fond over de la cellule*/
}

li#menu3 a#selected-over3 {
    background-color: #b91b0d !important;  text-decoration:none;       /*Ici l'image de fond over de la cellule*/
}

li#menu4 a#selected-over4 {
    background-color: #b91b0d!important; text-decoration:none;        /*Ici l'image de fond over de la cellule*/
}

li#menu5 a#selected-over5 {
    background-color: #b91b0d !important; text-decoration:none;        /*Ici l'image de fond over de la cellule*/
}

li#menu6 a#selected-over6 {
    background-color: #b91b0d !important; text-decoration:none;        /*Ici l'image de fond over de la cellule*/
}



/*///////////////////////////////////////MENU INTRO///////////////////////////////////////////////*/
div#myElement, div#myElement1, div#myElement2, div#myElement3, div#myElement4, div#myElement5, div#myElement6 {
	width: 85px;
	height: 27px;
	float: left;
	position:absolute;
	margin-right:30px;
	z-index:2;
	margin-left:10px;
}

div#myFond, div#myFond1, div#myFond2, div#myFond3, div#myFond4, div#myFond5, div#myFond6 {
	width: 85px;
	height: 18px;
	margin:4px 0 0 0;
	background-color: #b91b0d;
	float: left;
	position:absolute;
	z-index:1;
	margin-left:10px;
}


div#myElement1 {
	margin-left:120px;
	width: 103px;
	margin-right:30px;
}

div#myFond1 {
	margin-left:120px;
	width: 103px;
	z-index:1;
}

div#myElement2 {
	margin-left:250px;
	width: 125px;
	margin-right:30px;
}

div#myFond2 {
	margin-left:250px;
	width: 125px;
	z-index:1;
}


div#myElement3 {
	margin-left:400px;
	width: 137px;
	margin-right:30px;
}

div#myFond3 {
	margin-left:400px;
	width: 137px;
	z-index:1;
}

div#myElement4 {
	margin-left:565px;
	width: 107px;
	margin-right:30px;
}

div#myFond4 {
	margin-left:565px;
	width: 107px;
}
div#myElement5 {
	margin-left:700px;
	width: 80px;
	margin-right:30px;
}

div#myFond5 {
	margin-left:700px;
	width: 80px;
}
div#myElement6 {
	margin-left:805px;
	width: 130px;
	margin-right:30px;
}

div#myFond6 {
	margin-left:805px;
	width: 130px;
}
