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

div#subheader{
	height: 20px;
	margin-top: 12px;
	background-color: #9FE8F4;
}

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

.lang {
	cursor:pointer;
}

.nav {
	position:relative;
	font-size:14px;
	z-index:500;
	letter-spacing: 0.1em;
	font-weight: bolder;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 150px;
}

.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: Georgia, "Times New Roman", Times, serif;
}

.nav li {
	margin:0;
	padding:0;
	height:auto;
	float:left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* ***** 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:#FF0000;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}


.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: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.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:left;
	height:20px;
	background-color: #FFFFFF;
}

.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:#003399;
}

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

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

#langage {
	font-weight: normal;
	color: #7B0F0F;
	letter-spacing: 0.2em;
	font-size: 11px;
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
	margin: 0;
	text-decoration: none;
}
