@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;
}

article + article {
	margin-top: 2em;
}

.wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
	width: 70%;
	max-width: 1280px;
	height: inherit;
}
.narrow-wrapper {
	max-width: 960px;
}
.wide-wrapper {
	width: 90%;
	max-width: 1600px;
}
.hstripe {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	padding: 30px 0;
}
.wow {
	visibility: hidden;
}

#page_top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

#page_bottom {
	position: relative;
	z-index: 1;
}

/******************************************************
** HEADER W/ LOGO
******************************************************/
#header {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 4000;
}
#header_slider {
	position: relative;
	display: none;
	width: 100%;
}
#header_top {
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	clear: both;
	z-index: 4005;
	text-align: right;
}
#header_inner {
	position: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 4003;
	text-align: left;
	padding-top: 35px;
}
#header_bottom {
	position: relative;
	top: 99px;
	margin: 0px;
	padding: 0px;
	clear: both;
	z-index: 4001;
}
#logo {
	position: absolute;
	top: 0;
	margin: 0;
	margin-left: 5%;
	padding: 0px;
	float: left;
	width: 400px;
	height: 127px;
	border-radius: 35px;
	padding-top: 42px;
	text-align: center;
}
#logo img {
}
#bando img {
	width: 100%;
}

/******************************************************
** CONTENEUR
******************************************************/
#conteneur {
	clear: both;
	position: relative;
	left: 0px;
	z-index: 2001;
	padding-top: 100px;
}
#conteneur_top {
	text-align: right;
	position: relative;
	margin-right: 10px;
}
#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;
}
.rubrique-1 #contenu,
.user-authentificate #contenu,
.fiche #contenu,
.rubrique-gmap #contenu {
	padding-bottom: 0;
}
#contenu-coeur {
	padding-bottom: 130px;
}
.rubrique-1 #contenu-coeur,
.rubrique-gmap #contenu-coeur {
	padding-bottom: 0;
}
#contenu-coeur-generic {
	clear: both;
}

article {
	vertical-align: top;
}

/******************************************************
** COLONNE DROITE
******************************************************/
#sidebar_last {
	display: none;
}

/******************************************************
** FOOTER
******************************************************/
#footer {
	clear: both;
	position: relative;
	left: 0px;
	z-index: 1000;
	text-align: center;
}
#footer_top {
	position: relative;
	padding-top: 40px;
}
#footer_inner {
	position: relative;
	padding: 20px 0;
}
#footer_bottom {
	position: relative;
	padding: 20px 0;
}

#framaw {
	clear: both;
	text-align: center;
}

