ul#menu_horizontal { 
width : 1218px; 
height : 30px;
margin : 2em 2em 0 2em;
padding : 0;
background-color : #f4f9fd;
border : 1px dashed black;
list-style-type : none; 

}
 
ul#menu_horizontal li {
padding : 0 1em;  
line-height : 30px;


}
 
ul#menu_horizontal li.bouton {
float : left;
border-right : 1px dashed black; 
width : 170px;


}
 
 
ul#menu_horizontal a {
color : black;
text-decoration : none;
padding : 0 0.5em; 
font :  0.8em "Trebuchet MS";
}
 
ul#menu_horizontal a:hover { text-decoration : underline; }

#content{
	background-color: white;
	width= 40px;
	height= 30px;
	margin: 100px;
	padding: 10px;
	
}


html{
	height: 100%;
	
}




 
