header{
	display:block;
	width: 988px;
    margin: 0 auto;	
}

header nav{
	display:block;
	position:fixed;
	z-index:225;
	margin:0;
	padding:0;
	height:52px;
	width:988px;
}

header nav ul{
	display:inline-block;
	position:relative;
	margin:0;
	padding:0;
    font-family: 'Raleway',sans-serif;
}

header nav ul li img{
	vertical-align:middle;
	margin-top:-10px;
}

header nav ul li{
	position: relative;
    display: inline-block;
    padding: 0 0.5rem;
	margin:0;
	box-sizing:border-box;
    height: 52px;
    color: rgba(255, 255, 255, .9);
    font-weight: 400;
    font-size: 0.9rem;
	line-height:52px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    font-family: 'Raleway',sans-serif;
	background:none;
}

header nav ul li a{
    color: rgba(255, 255, 255, .9) !important;
}

header nav ul li:hover a{
    color: rgba(255, 255, 255, .9) !important;
	font-weight: 700;
}

header nav ul li + ol{
    display:none;
	position: absolute;
    margin: 0;
    top: 52px;
    width: 280px;
    padding: 0.3125rem 0.625rem;
    background: rgba(245, 245, 245, 1);
    border-left: 2px solid rgba(140, 0, 0, 1);
    border-right: 2px solid rgba(140, 0, 0, 1);
    border-bottom: 2px solid rgba(140, 0, 0, 1);
	box-sizing:border-box;
}

header nav ul:hover li + ol{
	display:block;
}

header nav ul li + ol li {
    background: none;
	display:block;
    list-style-type: none;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
	padding-left: 0.5em;
	margin:0;
    color: #62635F;
    border-bottom: 1px solid #62635F;
	line-height:2rem;
	height:2rem;
}

header nav ul li + ol li a,
header nav ul li + ol li:hover a{
	display:block;
    color: #767771 !important;
}

header nav ul li + ol li:hover {
    background: #DDD;
	font-weight: 700;
}

#site:not(.pop){
	width:988px;
	margin:0px auto;
	background-color: #FFF;
	padding-bottom:20px;
}

#site.pop{
	width:100%;
	margin:0px auto;
	background-color: #FFF;
	padding:10px;
}

#Header_bande{
	position:fixed;
	top:0px;
	left:0px;
	height:52px;
	margin:0;
	width:100%;
	background:rgba(140, 0, 0, 1);
	opacity:0.95;
	z-index:220;
}

#HeaderFixed{
	position: fixed;
    width: 988px;
    margin: 0px auto;
    z-index: 225;
    left: 50%;
    margin-left: -494px;
    top: 0;
}

#Header{
	position:relative;
	top:0px;
	width:100%;
	height:400px;
	margin:0px auto;
}

#HeaderSite{
	display:none;
	width:100%;
	height:18px;
	font-size:1em;
	font-family:'Roboto',sans-serif;
}

#HeaderSite a{
	font-weight:400;
}

#HeaderSite a:hover{
	font-weight:500;
}

#HeaderFixed .home{
	position:absolute;
	top:0px;
	left:10px;
	width:200px;
	height:52px;
	cursor:pointer;
}

#HeaderFixed .home img.ihome {
    width: 29px;
    height: 30px;
	position: absolute;
    top: 11px;
	left:0;
}

#HeaderFixed .home img.ilogo {
    width: 158px;
    height: 34px;
	position: absolute;
    top: 8px;
	left:32px;
}

#Header_carrousel{
	position:relative;
	width:100%;
	top:0px;
	height:100%;
	overflow:hidden;
}

#Header_carrousel [id^=hcc]{
	position:absolute;
	display:none;
	top:0px;
	left:100%;
	width:100%;
	z-index:1;
}

#Header_carrousel [id^=hcc] #hcb{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:4;
}

#Header_carrousel [id^=hcc] [id^=hct]{
	position:absolute;
	z-index:6;
}

#Header_carrousel_nav{
	position:absolute;
	top:52px;
	left:10px;
	height:16px;
	z-index:10;
	text-align:left;
}

#Header_carrousel_nav img{
	width:16px;
	height:16px;
	cursor:pointer;
}


#HeaderMenu{
	position:absolute;
	top:0px;
	height:52px;
	left:210px;
	font-family:'Raleway',sans-serif;
}

#HeaderMenu, #HeaderMenu a{
	color:rgba(255, 255, 255, .9);
}

#HeaderMenu > div{
	position:relative;
	display:inline-block;
	padding:0 0.5rem;
	top:0px;
	height:52px;
}

#HeaderMenu > div h1{
	display:inline-block;
	color:rgba(255, 255, 255, .9);
	font-weight:400;
	font-size:0.9rem;
	line-height:2rem;
	margin-top:10px;
	text-transform:uppercase;
	cursor:pointer;
	border:0;
	font-family: 'Raleway',sans-serif;
}

#HeaderFixed .home + ul,
#HeaderMenu > div > ul{
	display:none;
	position:absolute;
	margin: 0;
	top:52px;
	left:5px;
	width:280px;
	padding:0.3125rem 0.625rem;
	background:rgba(245, 245, 245, 1);
	border-left:2px solid rgba(140, 0, 0, 1);
	border-right:2px solid rgba(140, 0, 0, 1);
	border-bottom:2px solid rgba(140, 0, 0, 1);
}

#HeaderFixed .home + ul{
	top:52px;
	left:0px;
}

#HeaderFixed .home + ul h1 {
	clear: both;
    display: block;
    font-family: 'Raleway',sans-serif;
    background-color: rgba(140, 0, 0, 1);
    color: #FFF;
    margin: 0;
    margin-bottom: 10px;
    padding: 2px 0px 2px;
    font-size: 0.95rem;
	line-height: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
	border:0;
}

#HeaderFixed .home + ul > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#HeaderFixed .home + ul > ul h1 {
    clear: both;
    display: block;
    font-family: 'Raleway',sans-serif;
    background-color: rgba(140, 0, 0, 1);
    color: #FFF;
    margin: 0;
    margin-bottom: 2px;
    padding:0;
	padding-left:0.5rem;
    font-size: 0.85rem;
    line-height: 1.7rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}

#HeaderFixed .home + ul > ul h1:hover {
    font-weight: 700;
}

#HeaderFixed .home + ul > li,
#HeaderFixed .home + ul > ul > li,
#HeaderMenu > div > ul > li{
	background:none;
	list-style-type:none;
	font-size:0.8125rem;
	font-weight:500;
	text-transform:uppercase;
	padding:0;
	color:#62635F;
	border-bottom:1px solid #62635F;
}

#HeaderFixed ._m_pr_a{
	border:0 !important;
}

#HeaderFixed ._m_pr h1 a{
	color:#FFF;
}

#HeaderFixed .home + ul > li a,
#HeaderFixed .home + ul > ul > li a,
#HeaderMenu > div > ul > li a{
    display: block;
    margin: 0.3em 0;
    padding-left: 0.5em;
    color: #767771;
    line-height: 1.2em;
    padding-top: .35em;
    padding-bottom: 0.35em;
}

#HeaderFixed .home + ul > li a:hover,
#HeaderFixed .home + ul > ul > li a:hover,
#HeaderMenu > div > ul > li a:hover{
	color:#666;
	font-weight:700;
	background-color:#D1D2CC;
}

#HeaderFixed .home + ul > ul > li{
	display:none;
}

#HeaderMenu > div:hover h1, #HeaderMenu > div:hover h1 a{
	color:rgba(255, 255, 255, 1);
	font-weight:700;
}

#HeaderFixed .home:hover + ul,
#HeaderFixed .home + ul:hover,
#HeaderMenu > div:hover ul{
	display:block;
}

#Header_sousmenu{
	box-sizing:border-box;
	position:absolute;
	bottom:0px;
	width:100%;
	background:rgba(140, 0, 0, .85);
	z-index:100;
	padding:0.3em;
}

#ZoneIdentite form input[type=checkbox]{
	border:0px;
	height:10px;
	background:none;
	margin-bottom:0.5rem;
}

#ZoneIdentite form div{
	display:block;
	text-align:center;
	font-size:12px;
	height:22px;
	margin:3px auto 3px auto;
	width:100px;
}


#ZoneMembre{
    position: absolute;
    top: 60px;
    left: 83.1174089068826%;	/*	833/988px	*/
    width: 15.18218623481781%;	/*	150/988px	*/
    z-index: 190;
    box-sizing: border-box;
    display: block;
    padding: 2px;
    font-family: 'Raleway',sans-serif;
    font-size: 0.8rem;
    line-height: 1.6em;
    font-weight: 500;
    text-align: center;
    background: rgba(140, 0, 0,.25);
    color: #fff;
    border: 1px solid rgba(255, 255, 255,.5);
    border-radius: 6px;
}

#ZoneMembre h2{
 display:block;
  font-family: 'Raleway',sans-serif;
  font-size: 0.72rem;
  text-align: center;
  font-weight: 700;
	margin:0;
	padding:0;
  margin-bottom: 5px;
  margin-top: 5px;
  color:#FFF;
  text-transform:uppercase;
}

#ZoneMembre h2 a{
  font-family: 'Raleway',sans-serif;
  font-size: 0.72rem;
  text-align: center;
  font-weight: 700;
margin:0;
  color:#FFF;
}

#ZoneMembre li,
#ZoneMembre form input[type=text],
#ZoneMembre form input[type=password],
#ZoneMembre form input[type=submit]{
    display: block;
    box-sizing: border-box;
    font-family: 'Raleway',sans-serif;
    font-size: 0.72rem;
    text-align: center;
    font-weight: 300;
    margin: 0.125rem auto;
    background: rgba(140, 0, 0,.25);
    color: #fff;
    border: 1px solid rgba(255, 255, 255,.5);
    border-radius: 6px;
    padding: 0.08rem;	/*	2px */
    cursor: pointer;
    width:90.66666666666667%;	/*	136/150		*/
    line-height: 1.7em;
}

#ZoneMembre li a{
  color: #fff;
}

#ZoneMembre li:hover,
#ZoneMembre li.ins,
#ZoneMembre form input[type=text]:hover,
#ZoneMembre form input[type=password]:hover,
#ZoneMembre form input[type=submit]{
  font-weight:500;
  border: 1px solid rgba(255, 255, 255,1);
  background: rgba(140, 0, 0,1);
}

#ZoneMembre form input[type=checkbox],
#ZoneMembre label{
    display: inline-block;
    font-family: 'Raleway',sans-serif;
    font-size: 0.72rem;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    line-height: 1.7em;
	vertical-align:middle;
}

#ZoneMembre .option{
	cursor:pointer;
  color: #fff;
}

.AgendaBox {
	position:absolute;
	left:480px;
	top:0px;
	width:346px;
	padding:2px;
	font-size:13px;
	text-align:left;
	border:1px solid rgba(140, 0, 0, 1);
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	box-shadow:1px 1px 5px #888;
}

.AgendaBox.red{
	color:#FFF;
	background-color:rgba(140, 0, 0, 1);
}

.AgendaBox.orange{
	color:#FFF;
	background-color:#DF7E01;
}

.AgendaBox.green{
	color:#FFF;
	background-color:#7D9A1A;
}

.AgendaBox h1{
	clear:none;
	color:#FFF;
	text-shadow:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	margin:2px;
	padding:0px;
}

.AgendaBox img.agenda{
	width:74px;
	height:60px;
	float:left;
	margin-right:5px;
	border:2px solid #000;
	border-radius:5px;
}

.AgendaBox a{color:#efefef;}
.AgendaBox a:hover{color:#FFF;}

#MoteurRecherche {
    position: absolute;
    top: 343px;
    left: 50%;
    margin-left: -45%;
    box-sizing: border-box;
    width: 90%;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 4px;
    border: 1px solid rgba(0,0,0,.53);
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    vertical-align: center;
    z-index: 100;
}

#MoteurRecherche form {
	display:inline-block;
	margin:0px;
	padding:0px;
}

#MoteurRecherche .selectedBox{
	display:inline-block;
	width:35%;
	height:2.125rem;
	border-radius:4px;
	background:url("/image/select/selectedBox.png") no-repeat right rgba(255,255,255,.7);
	overflow:hidden;
	margin-right:10px;
}

#MoteurRecherche select{
	box-sizing:border-box;
	font-family: 'Open Sans Condensed', sans-serif;
	width:calc(100% + 30px);
	line-height:1.1;
	font-size:1.125rem;
	color:#000;
	font-weight:300;
	padding:4px 10px;
	margin:0;

	background: transparent;
	border:0;

	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
}

#MoteurRecherche select.unsel{
	color:rgba(140, 0, 0, 1);
}

#MoteurRecherche > div{
	margin:0px;
	padding:0px;
	display:none;
}

#MoteurRecherche > div.on{
	display:block;
}

#MoteurRecherche .option{
	display:inline-block;
	box-sizing:border-box;
	width:120px;
	margin:0 10px;
	background-color:rgba(200, 200, 200,1);
	font-size:0.8125rem;
	padding:0.3em 0;
	border-radius:1em;
	font-weight:400;
	box-shadow:1px 1px 1px rgba(109, 94, 81, 1);
	font-family: 'Raleway', sans-serif;
	color:#888;
	font-style:italic;
	cursor:not-allowed;
}

#MoteurRecherche.be .option{
	box-shadow:1px 1px 1px rgba(255, 96, 0, 1);
}

#MoteurRecherche .option.val{
	color:#FFF;
	font-style:normal;
	background-color:rgba(140, 0, 0, 1);
	cursor:pointer;
}

#MoteurRecherche.be .option.val{
	background-color:rgba(255, 96, 0, 1);
}

#MoteurRecherche .option a{
	color:rgba(140, 0, 0, 1);
}

#MoteurRecherche .option.val a{
	color:#FFF;
}

#ZoneReco {
    position: absolute;
    top: 57px;
    left: 700px;
    width: 130px;
    z-index: 200;
    box-sizing: border-box;
    display: block;
    padding: 5px;
    font-family: 'Raleway',sans-serif;
    font-size: 0.68rem;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border: 1px solid rgba(255, 255, 255,.5);
    border-radius: 6px;
}

#ZoneReco img{
	width:100px;
	height:96px
}

#ZoneReco p{
	margin: 5px;
	text-align:center;
}