/* CSS Document */
html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	overflow:hidden;
}

html, body, #wrapper{
	width:100%;
	height:100%;
	background:#333231 url('images/bg_gauche.jpg');
}

img{
	border:none;
}

a{
	outline:none;
}

.noscript_box{
	background-color:#FFCC00;
	padding:2px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	width:100%;

}

#left{
	width:189px;
	border-right:1px solid #666661;
	background:#333231 url('images/bg_gauche.jpg');
	height:100%;
	text-align:center;
	float:left;
	font-size:12px;
	position:relative;
	color:#797978;
}


#logo{
	margin:0;
	position:absolute;
	top:50%;
	margin-top:-220px;
	left:0;
	z-index:1;
	cursor:pointer;
}

a.social{
	float:left;
	width:20px;
	height:20px;
	margin-right: 3px;
}

a.fb{
	background:url(images/fb.jpg) no-repeat left bottom;
}
a.fb:hover{
	background:url(images/fb.jpg) no-repeat left top;
}
a.tw{
	background:url(images/tw.jpg) no-repeat left bottom;
}
a.tw:hover{
	background:url(images/tw.jpg) no-repeat left top;
}

a.wml{
	background:url(images/wml.jpg) no-repeat left bottom;
}
a.wml:hover{
	background:url(images/wml.jpg) no-repeat left top;
}

a#choixlangue{
	color:#DDDD3F;
	font-weight:bold;
	text-decoration:none;
	position:absolute;
	left:35%;
	top:15px;
	z-index:2;
}
a#choixlangue:hover, #entrer a:hover {
	text-decoration:underline;
	color:#DDDD3F;
}

#entrer{
	position:absolute;
	left:35%;
	top:53%;
	
	color:#ffffff;
	z-index:2;
}
#entrer a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;

}

#adresse{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	z-index:2;
}

#right{
	position:relative;
	height:100%;
	margin-left:190px;
}
#flash{
	width:100%;
	height:100%;
}
#background, #flash{
	position:absolute;
	z-index:1;
}

#nav{
	width:189px;
	position:absolute;
	border-right:1px solid #D4D1CD;
	z-index:2;
	top:0;
	left:0;
	height:100%;	
	background: rgba(0, 0, 0, 0.3);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
}
#nav-inner{
	position:relative;
	height:100%;
}
#nav-inner ul{
	margin:0;
	position:absolute;
	top:50%;
	margin-top:-105px;
	list-style-type:none;
	padding:0;
}
#nav-inner li{
	margin:0;
	padding:0;
}
#nav-inner a span, a.social span{
	display:none;
}

a.menu_rub{
	display:block;
	width:189px;	
	padding: 10px 0px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

a.menu_rub:hover, #nav-inner a.on{
	background-color: rgba(0, 0, 0, 0.25); 	
}
#nav-inner a.on{
	border-top:1px solid #D4D1CD;
	border-bottom:1px solid #D4D1CD;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
}

#content{
	width:345px;
	position:absolute;
	border-right:1px solid #FCF6EE;
	z-index:2;
	top:0;
	left:190px;
	height:100%;
	background: rgba(0, 0, 0, 0.5);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	color:#fff;
}

#content-inner{
	position:relative;
	height:100%;
}
#content-page{
	position:absolute;
	/*bottom:50%;*/
	padding: 5px 50px;
}
#content-page h3{
	font-size:14px;
	font-weight:normal;
}
#content-page h3 a{
	color:#fff;
	text-decoration:none;
}

.color{
	color:#DDDD3F;
	text-decoration:none;
}
a.color:hover{
	text-decoration:underline;
}
#precedent, #suivant{
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
}
#precedent{	
	top:15px;	
}

#suivant{
	bottom:15px;	
}