@charset "utf-8";
/* CSS Document */

ul#menu_horizontal { 
width : 975px; 
height : 50px;
margin : 0em 0 0 0;
padding : 0;
background-color : #000000;
border : 0px dashed white;
list-style-type : none; 
}
 
ul#menu_horizontal li {
padding : 0 0.5em;  
line-height : 50px;
}
 
ul#menu_horizontal li.bouton_gauche {
float : left;
border-right : 1px dashed white; 
}
 
ul#menu_horizontal li.bouton_droite {
float : right;
border-left : 1px dashed white;
}
 
ul#menu_horizontal a {
color : white;
text-decoration : none;
padding : 0 0.5em; 
font :  1.1em "Trebuchet MS";
}
 
ul#menu_horizontal a:hover { text-decoration : underline; }
 
ul#menu_horizontal a img { 
border : none;
padding :  0 0.3em;
}

