@charset "utf-8";
/* CSS Document */
/******************************************************
** PAGE GLOBAL
******************************************************/
html {
	overflow-x: hidden;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body, #page {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
#bckround {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
}
#page {
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}
#wrapper {
	padding: 0px;
	margin: 0px;
}

.wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 90%;
	max-width: 960px;
	text-align: left;
	height: inherit;
}
.hstripe {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	padding: 30px 0;
}
.wow {
	visibility: hidden;
}

#page_bottom {
	/*position: relative;
	z-index: 1;*/
}

/******************************************************
** HEADER W/ LOGO
******************************************************/
#header {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	z-index: 4000;
}
#header_top {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	/*z-index: 4003;*/
	height: 164px;
}
#header_slider {
	position: relative;
	display: none;
	width: 100%;
}
#header_inner {
	position: relative;
	z-index: 4004;
	top: -167px;
}
#header_bottom {
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: both;
	z-index: 4002;
	margin-top: 3px;
}
#logo {
	position: absolute;
	top: 5px;
	left: 35px;
	text-align: left;
	z-index: 4005;
	margin-right: 10px;
}
#bando img {
	width: 100%;
}

/******************************************************
** CONTENEUR
******************************************************/
#conteneur {
	clear: both;
	position: relative;
	left: 0px;
	z-index: 2001;
}
#conteneur_top {
	text-align: left;
	position: relative;
	z-index: 2000;
}
#conteneur_inner {
	position: relative;
	top: 0px;
	left: 0px;
}
#conteneur_bottom {
	position: relative;
	z-index: 1;
	clear: both;
}

/******************************************************
** COLONNE GAUCHE
******************************************************/
#sidebar_first {
	display: none;
}

/******************************************************
** CONTENU
******************************************************/
#contenu {
	position: relative;
	padding-bottom: 30px;
}
.user-authentificate #contenu,
.rubrique-1 #contenu,
.rubrique-3-0-0 #contenu,
.user-authentificate #contenu,
.fiche #contenu,
.rubrique-gmap #contenu {
	padding-bottom: 0;
}
.rubrique-4-0-0 #contenu-coeur,
.rubrique-5-0-0 #contenu-coeur,
.rubrique-6-0-0 #contenu-coeur {
	padding: 0 20px;
}
#contenu-coeur-generic {
	clear: both;
}

article {
	vertical-align: top;
}

/******************************************************
** COLONNE DROITE
******************************************************/
#sidebar_last {
	display: none;
}

/******************************************************
** FOOTER
******************************************************/
#footer {
	clear: both;
	position: relative;
	left: 0px;
	text-align: center;
	z-index: 1000;
}
#footer_top {
	position: relative;
	padding-top: 30px;
}
#footer_inner {
	position: relative;
	text-align: center;
}
#footer_bottom {
	position: relative;
}
#footer .wrapper {
	padding: 20px 0;
}
#footer_top .wrapper,
#footer_inner .wrapper,
#footer_bottom .wrapper {
	text-align: center;
}

#framaw {
	clear: both;
	text-align: center;
}

