
#menuBarre {
	background-image : url('../images/menuFond.jpg');
	height           : 50px;
	width            : 1004px;
}

div.menu {
	float            : left;
}

div.menu a.titre {
	display          : block;
	outline-offset   : -1px;
}

#menuTitre1 {
	background-image : url('../images/bouton1.jpg');
	width            : 130px;
	height           : 50px;
}

#menuTitre2 {
	background-image : url('../images/bouton2.jpg');
	width            : 130px;
	height           : 50px;
}

#menuTitre3 {
	background-image : url('../images/bouton3.jpg');
	width            : 130px;
	height           : 50px;
}

#menuTitre4 {
	background-image : url('../images/bouton4.jpg');
	width            : 130px;
	height           : 50px;
}

#menuTitre5 {
	background-image : url('../images/bouton5.jpg');
	width            : 130px;
	height           : 50px;
}

#menuTitre6 {
	background-image : url('../images/bouton6.jpg');
	width            : 130px;
	height           : 50px;
}

div.menu div.contenu {
	border-left: 2px solid #3499FF;
	border-right: 2px solid #3499FF;
	border-bottom: 2px solid #3499FF;
	background-color : #FCF9E0;
	filter           : alpha(opacity=95);
	-moz-opacity     : 0.95;
	opacity          : 0.95;
	-khtml-opacity   : 0.95;
}

div.menu div.contenu a {
	display          : block;
	white-space      : nowrap;
	font-weight      : normal;
	font-size        : 9pt;
	color            : #3499FF;
	text-decoration  : none;
	text-align       : center;
}

div.menu div.contenu a:hover {
	background-color : #CCC9B0;
	color            : #0000FF;
}

div.menuFin {
	clear            : both;
}

