@charset "UTF-8";
/* CSS Document */

#menu {
	position: absolute;	
}
body {
}
#menu dl {
	margin: 0px;
	padding: 0px;
	height: 42px;
	display: block;
	float: left;
}
#menu dt {
	display: block;
	height: 42px;
	color: #FF3300;
	line-height: 42px;
	text-align: center;
	cursor:pointer;
	width: 143px;
	background-color: #FFFFFF;
	margin-left: 22px;
}
#menu dd {
	background-color: #FFFFFF;
	display: block;
	line-height: 42px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
#menu dd ul {
	text-align: center;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu  ul  li a {
	line-height: 42px;
	color: #333333;
	text-align: center;
	height: 42px;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #983010;
	width: 143px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background:white;
}
#menu ul li a:hover {
	color: #FF6600;	
}
#menu dl:hover dd {
}

#menu dl:hover dd {
	display: block;

}#menu dl dd {
	display: none;
}
#menu ul li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#conteneurmenu {
	height: 42px;
	position: relative;
	z-index: 20;
	top: 370px;
	padding-left: 92px;
}
#conteneurflash {
	height: 42px;
	position: relative;
	z-index: 20;
	top: 370px;
	padding-left: 122px;
}
#droiteinfos {
	float: right;
	margin-right: 20px;
}

