
.logo_etc {
	height: 122px;
	/*text-align: right;*/
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;

}

.slogan {
	position:absolute;
	/*height: 110px;*/
	/*width: 864px;*/
	font-size:17px;
	/*font-weight:bold;*/
	font-style:italic;
	color:#5c5c5c;
	margin: 10px 0 5px 423px;
	overflow: hidden;
	z-index:10;
}

.div_logo {
	position: relative;
	text-align: left;
	/*left: 10px;
	top: 10px;*/
	z-index:10;
}

.banniere {
	/*position: relative;*/
	/*width: 100%;*/
	height: 211px;
	text-align: left;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	/*border-top: 1px solid #b6bccc;*/
	z-index: 0;
/*background: #ea8907 url(../img/bg-2px.png) top left;*/
	background-color: #FFFFFF;
}

.menu_container_lvl_1, .menu_container_lvl_2  {
	/*height: 30px;*/
	border-style: none;
	background-color: white;
}

.menu_container_lvl_1 {
/*hasLayout = true*/
/*width: 100%;
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/menu_lvl1_btn.png", sizingMethod="scale");*/
/*background: #28448e url(../img/menu_lvl1_btn.png) top left repeat-x;*/
background: url(../img/menu_lvl1_btn.png);
/*background-color: #505050;*/
/*margin: 50px 0 0 50px;*/
}

.menu_container_lvl_2 {
/*background-color: #e7e9ee;*/
/*background: #8d9fd0 url(../img/menu_lvl2_btn.png) top left repeat-x;*/
/*=> for real transparency when hidden*/
/*background-color: #6a79b0;*/
}

.menu_lvl_1 {
/*border-bottom: 1px solid #b6bccc;
border-bottom: none;
border-top: none;*/
/* width: 90%; width of menu. Uncomment to change to a specific width */
/*margin-bottom: 1em;*/
margin-left:50px;
}

.menu_lvl_2 {
/*width: 100%;*/
height: 25px;
/*background: #a7b6de url(../img/menu_lvl2_btn.png) top left repeat-x;*/
/*=> suite for real transparency when hidden*/
background-color: #6a79b0;
}

.menu_lvl_1 ul{
display: table;
/*padding: 0 5px;*/
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-size: 10px;
/*font-weight: bold;*/
text-transform: uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menu_lvl_2 ul{
display: table;
position: relative;
top: 0px;
/*padding: 5px 0;*/
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
/*font-size: 13px;*/
font-size: 11px;
/*font-weight: bold;*/
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menu_lvl_1 li, .menu_lvl_2 li{
display: table-cell;
	/*------ CORRECTIFS A METTRE AVANT TOUTE AUTRE MODIFICATION DES LI OU DE LEUR CONTENU ------*/
display:inline-block; /*CORRECTIF IE6 -> ne connait pas table-cell -- peut être inline ou inline-block*/
float: left; /*CORRECTIF IE6 et IE7 -> aligner à gauche les li les unes à côté des autres*/
margin: 0;
text-align: center;
}

li a {
float:left; /*CORRECTIF IE6 et IE7 ->"dire" aux <a> de prendre tout ce qu'on leur donne plus tard*/
min-width: 120px;
}

.menu_lvl_1 li a{
display: table-cell;
text-decoration: none;
padding: 7px 5px 11px 5px;
/*padding: 5px 7px;
margin-right: -5px;
margin-right: 3px;*/
/*border-right: 1px solid #b6bccc;*/
/*border-bottom: none;
border-top: none;
border-left: none;*/
/*background: #28448e url(../img/menu_lvl1_btn.png) top left repeat-x;*/
/*background-color: #505050;*/
background: transparent url(../img/menu_lvl1_btn.png) top left repeat-x;
color: white;
}

.menu_lvl_2 li a{
display: table-cell;
text-decoration: none;
padding: 7px 0 6px 0;
/*padding: 5px 7px;
margin-right: -5px;
margin-right: 3px;*/
/*border-right: 1px solid #b6bccc;*/
/*background: #a7b6de url(../img/menu_lvl2_btn.png) top left repeat-x;*/
/*background-color: #505050;*/
color: white;
}

.menu_lvl_1 li a:visited, .menu_lvl_2 li a:visited{

}

.menu_lvl_1 li a:hover{
/*text-decoration: underline;*/
/*background: #28448e url(../img/menu_btn_over.png) top left repeat-x;*/
/*background-color: #6a79b0;*/
background: url(../img/menu_btn_selected.png);
}

.menu_lvl_2 li a:hover{
/*text-decoration: underline;*/
/*background: #a7b6de url(../img/menu_btn_over.png) top left repeat-x;*/
/*background-color: #6a79b0;*/
font-weight: bold;
}

.menu_lvl_1 li.selected{

}

.menu_lvl_2 li.selected{

}

.menu_lvl_1 li.selected a{ /*selected main tab style */
/*display: table-cell;*/
/*background: #28448e url(../img/menu_btn_selected.png) top left repeat-x;*/
/*background-color: #6a79b0;*/
background: url(../img/menu_btn_selected.png);
}

.menu_lvl_2 li.selected a{ /*selected main tab style */
/*display: table-cell;*/
/*background: #a7b6de url(../img/menu_btn_selected.png) top left repeat-x;*/
/*background-color: #6a79b0;*/
font-weight: bold;
}

.menu_lvl_1 li.selected a:hover{ /*selected main tab style */
/*text-decoration: none;*/
/*background: #28448e url(../img/menu_btn_selected.png) top left repeat-x;*/ /* ONLY FOR IE */
/*background-color: #6a79b0;*/
background: url(../img/menu_btn_selected.png);
}

.menu_lvl_2 li.selected a:hover{ /*selected main tab style */
/*text-decoration: none;*/
/*background: #a7b6de url(../img/menu_btn_selected.png) top left repeat-x;*/ /* ONLY FOR IE */
/*background-color: #6a79b0;*/
font-weight: bold;
}


