/* Le bouton par defaut */
.menu a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
/* Quand la souris survole le bouton */
.menu a:hover{
	text-decoration:none;
}
.menu_content{
	height:36px;
	width:800px;
}

