html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background: black;
}

div {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-color: transparent;
}

#container {
	width: 1024px;
	margin: 0px auto 0px auto;
	background: #1a1a1a;
}

#header {
	width: 1024px;
	height: 92px;
	background: black url(../images/header_dv2.png) no-repeat center center;
}

#footer {
	clear: both;
	height: 45px;
	background: black url(../images/footer_dv2.png) repeat-x top center;
}

#switch_langues_en {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	line-height: 34px;
	background-color: transparent;
	width: 20px;
}

#switch_langues_fr {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	border-left: #4d4d4d solid 1px;
	text-align: right;
	line-height: 34px;
	background-color: transparent;
	width: 20px;
}

#switch_langues_fr a, #switch_langues_en a {
	position: relative;
	top: 13px;
	_top: 12px;
	color: #4d4d4d;
	text-decoration: none;
}

#switch_langues .selected a{
	color: white;
}

#switch_langues_fr a:hover, #switch_langues_en a:hover {
	color: white;
	text-decoration: none;
}

#nav_container {
	z-index: 10;
	position: relative;
	height: 27px;
	width: 1024px;
	background: transparent url(../images/bg_menu.gif) repeat-x;
}

#nav {
	line-height: 27px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 650px;
	_width: 660px;
}

#nav ul { /* toutes les listes */
	padding: 0;
	list-style: none;
	line-height: 20px;
	margin: 0 auto;
}

#nav a {
	color: #979797;
	text-align: center;
	display: block;
	width: 130px;
	text-decoration: none;
	border-bottom: solid #fd8700 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

#nav a:hover {
	color: #e98515;
	border-bottom: solid #fd8700 2px;
}

#nav a.inactive {
	color: #2b2b2b;
}

#nav a.inactive:hover {
	color: #2b2b2b;
}

#nav li ul li a {
	border-bottom: none;
	text-align: center;
	display: block;
	width: 130px;
	text-decoration: none;
	color: #2a2828;
	background: #ffd200;
}

#nav li ul li a:hover {
	border-bottom: none;
	text-align: center;
	display: block;
	width: 130px;
	text-decoration: none;
	background-color: #7f6900;
	color: white;
}

#nav li {
	float: left;
}

#nav li ul li{ /* tous les items de liste */
	float: left;
	width: 130px; /* largeur obligatoire, sinon opera devient fou */
	line-height: 20px;
	height: 20px;
}

#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	width: 130px;
	left: -1000px; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}

#nav li:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}

#distributeur {
	width: 1024px;
	height: 56px;
	padding: 0;
	margin: 0;
}
