@charset "UTF-8";
#menu {
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.menu_normal {
	padding:0px;
	list-style:none;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_normal li {
	float:left;
	height: auto;
	width: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
	font-variant: normal;
	display: block;
	padding: 0px;
}
.menu_normal li a{
	display:block;
	width: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	font-style: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 10px;
	line-height: 18px;
	height: auto;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.menu_normal li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.sous_menu {
	list-style-type: none;
	position: absolute;
	z-index: 111;
	height: auto;
	width: auto;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	display: none;
}
.sous_menu li {
	height: auto;
	line-height: normal;
	width: auto;
	float:none;
	background-image: url(../design/menu/fond-sousmenu.png);
	background-repeat: repeat;
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.sous_menu li:hover {
}
.sous_menu li a{
	display:block;
	color:#D0BBA7;
	text-decoration:none;
	font-size:11px;
	font-weight: normal;
	height: auto;
	width: auto;
	font-style: normal;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.sous_menu li a:hover {

}
.
.menu_selected { }
#m_contact {
	border-right-style:solid;
	border-right-width: 4px;
	border-right-color: #FFF;
}

