@charset "utf-8";
/*  LE BON ----- CSS Document for a_5 */

div#header-bottom{
	height: 30px;
}

div#header-bottom dt, dl, dd, ul, li {
	list-style-type: none;
	margin: 0px 0px 4px 10px;
	padding: 0;
}

.lang {
	cursor:pointer;
}

.nav {
	height:36px;
	position:relative;
	font-size:14px;
	width:100%;
	z-index:500;
	letter-spacing: 0.1em;
	font-style: normal;
}

.nav .table {
	display:table; 
	margin:0 10px;/*distance gauche - droite menu */
}

.nav .select,
.nav .current {
	margin:0;
	padding:0px; /*place le menu*/
	list-style:none;
	display:table-cell;
	white-space:nowrap;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
}

.nav li {
	margin:0;
	padding:0;
	height:auto;
	float:left;
	font-weight: bold;
}

/* ***** liens du haut non sélectionné */
 .nav .select a {
	display:block;
	height:32px;
	float:left;
	padding:0 30px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#2A3243;
}

/* ***** liens current page */
.nav .current a {
	display:block;
	height:30px;
	float:left;
	padding:0 0 0 15px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #2A3243;
}


.nav .current a b {
	display:block; 
	padding:0 30px 0 15px;
}

/* Quand on regarde le sous-menu */
.nav .select a:hover, 
.nav .select li:hover a {
	padding:0 0 0 15px;
	cursor:pointer;
	color:#AB2D33;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
	display:block;
	float:left;
	padding:0 30px 0 15px;
	cursor:pointer;
	background-color: transparent;
}

.nav .select_sub {
	display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:0px -1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
	display:table;
	margin:0 auto;
	padding:0;
	list-style:none;
	width:100%;
	font-size: 0.85em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #E3A245;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
	background:transparent; 
	color:#FFFFFF;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display:block;
	position:absolute;
	width:100%;
	top:20px;
	padding:0;
	z-index:100;
	left:0;
	text-align:center;
	height:22px;
	background-color: #2A3243;
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
	display:block;
	float:left;
	background:transparent;
	padding:0 10px 0 10px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#FF9900;
}

.nav .current .sub li.sub_show a {
	color:#E7AB40;
	cursor:default;
	background-repeat: no-repeat;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#FFFFF6; 
background:no-repeat; 
}

#langage {
	font-weight: normal;
	color: #7B0F0F;
	margin: 0;
	letter-spacing: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
}
