﻿/* Menu */

#menu {
	width: 771px;
	padding: 0;
	background-image: url('images/menu/shadow_menu_.png');
	background-color:white;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#menu ul {
	height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	background-color:silver;
	background-image:url('images/menu/menu_maquettes_histoire.gif');
	background-repeat:repeat-x;
}

#menu li {
	float: left;
}

.divider{
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #808080;
	height: 28px;
	margin-top: 4px;
}

#menu a {
	display: block;
	padding: 10px 25px 10px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5C5C5C;
	border: none;
	background-image:url('images/menu/menu_maquettes_histoire.gif');
	background-repeat:repeat-x;

}

#menu a:hover {
	text-decoration:none;
	background-image: url('images/menu/menu_maquettes_histoire_blue.gif');
	background-repeat: repeat-x;
	font-weight:normal;
}

/* End Menu */







