/*Menu*/

.menu {
	width:800px;
	height:54px;
	padding-top: 5px;
	padding-bottom:15px;
}

.texte_bouton {
	font-family: "lucida grande", Sylfaen, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:100%;
	color:#FFFFFF;
	text-align:center;
	width:93px;;
	height:30px;
	padding: 12px;
}

.texte_bouton a {
color:#FFFFFF;
font-style:normal;

}

.bouton {
	background-image:url(bouton.png);
	height:54px;
	width:117px;
	background-repeat:no-repeat;
	background-position:center;
}