ul.MenuHorizontal {
   width: 600px;
   list-style: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
}

ul.MenuHorizontal li {
   float: left;
}

ul.MenuHorizontal li a {
   display: block;
   color: #000;         /*Ici, changer la couleur de la police*/
   font-family: Arial, Helvetica, sans-serif;         /*Ici, changer la police du menu*/
   font-size: 12px;         /*Ici, changer la taille de la police du menu*/
   font-weight: bold;
   padding-top: 0;         /*Ici, on joue sur le padding pour centrer le texte verticalement*/
   height: 40px;         /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
}

li#menu0 {
   width: 83px;
}

li#menu1 {
   width: 80px;
}

li#menu2 {
   width: 76px;
}

li#menu3 {
   width: 60px;
}

li#menu4 {
   width: 88px;
}

li#menu5 {
   width: 76px;
}

li#menu6 {
   width: 72px;
}

li#menu7 {
   width: 65px;
}

li#menu0 a {
   background-image: url('gifs/images/maquette_03.jpg');         /*Ici l'image de fond de la cellule*/
  line-height:38px;
}

li#menu1 a {
   background-image: url('gifs/images/maquette_04.jpg');         /*Ici l'image de fond de la cellule*/
   line-height:38px;
}

li#menu2 a {
   background-image: url('gifs/images/maquette_05.jpg');         /*Ici l'image de fond de la cellule*/
   line-height:38px;
}

li#menu3 a {
   background-image: url('gifs/images/maquette_06.jpg');         /*Ici l'image de fond de la cellule*/
  line-height:38px;
}

li#menu4 a {
   background-image: url('gifs/images/maquette_07.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu5 a {
   background-image: url('gifs/images/maquette_08.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu6 a {
   background-image: url('gifs/images/maquette_09.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu7 a {
   background-image: url('gifs/images/maquette_10.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu0 a:hover, a#selected-over0 {
	color:#000099;
}

li#menu1 a:hover, a#selected-over1 {
	color:#000099;
}

li#menu2 a:hover, a#selected-over2 {
	color:#000099;
}

li#menu3 a:hover, a#selected-over3 {
	color:#000099;
}

li#menu4 a:hover, a#selected-over4 {
	color:#000099;
}

li#menu5 a:hover, a#selected-over5 {
	color:#000099;
}

li#menu6 a:hover, a#selected-over6 {
	color:#000099;
}

li#menu7 a:hover, a#selected-over7 {
	color:#000099;
} 

h1{
	background:url(gifs/images/fdtitre.jpg) no-repeat;
	margin:0;
	width:407px;
	height:43px;
	color:#C02432;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:40px;
}




a:hover {  
font-family: Arial, Helvetica, sans-serif; 
color: #CC3333;
}
a:link {  
font-family: Arial, Helvetica, sans-serif; 
color: #CC3333; 
text-decoration: none;
}
a:visited {  
font-family: Arial, Helvetica, sans-serif; 
color: #CC3333; 
text-decoration: none;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333399;
	text-decoration: none;
	font-weight: bold;


}
a.menu:hover{
	color: #CC3333;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}