body {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-color: #c0c0c0;
}

a {
	text-decoration: none;
	color: #e5891b;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2em;
	margin: 0 0 25px 0;
	padding: 0;
	color: #a10200;
}

h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 2px 0px 0px 0px;
	color: #e5891b;
}
.fiche~.fiche h2{
	margin-top: 25px;
}


h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #666666;
}

h1:first-letter,h2:first-letter,h3:first-letter {
	text-transform: uppercase;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	color: transparent;
	background-color: transparent;
	border: none;
	border-top: 1px dashed #666666;
	margin: 0px auto;
}

form,input {
	margin: 0;
	padding: 0;
}

.separateur {
	clear: both;
}

.imgGauche {
	float: left;
	margin-right: 15px;
}

.imgDroite {
	float: right;
	margin-left: 15px;
}

.imgIcone {
	vertical-align: middle;
}

.bouton {
	font-weight: bold;
	padding: 0 3px;
	color: #333333;
}

.champ:hover, .champRecherche:hover, .bouton:hover {
	background-color: white;
}
.champ,.champRecherche,.bouton {
	font-size: 1em;
	padding: 2px 0;
	vertical-align: middle;
	color: #666666;
	background-color: #f0f0f0;
	border: 1px solid #333333;
}

.champRecherche {
	margin: 0px 0px 1px 3px;
	padding: 0px;
	text-align: center;
	width: 80px;
	border: none;
	background: none;
}

.boutonOk {
	vertical-align: middle;
	margin-left: 5px;
}

.entete_tableau {
	display: table-cell;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
	color: white;
	background-color: #17599f;
}

.formulaireMail {
	width: 460px;
	text-align: right;
}

.formulaireMail label {
	font-weight: bold;
	float: left;
	color: #ee7f01;
}

.formulaireMail .champ {
	margin-bottom: 5px;
}

.alertFlashVersion {
	position: absolute;
	text-align: center;
	background: white;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.highlight {
	background-color: yellow
}

.alerte-no-javascript{
	background-color: white;
	border: 1px solid red;
	filter:alpha(opacity=50);
	opacity: 0.50;
}

/***************************	structure générale	***************************/
#fondHaut {
	padding: 0px 0px 65px 0px;
}

#conteneur {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 0;
	color: black;
	background: white;
}

#subConteneur{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

#header {
	position: relative;
	height: 420px;
	text-align: right;
	background: url(../images/header.jpg) bottom center no-repeat;
}

#logoHeader {
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	font-weight: bold;
	font-size: 50px;
	line-height: 95px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
}
#logoHeader img{
	vertical-align: middle;
}
#menuHeader{
	position: absolute;
	top: 30px;
	right: 30px;
}
#menuHeader a{
	display: inline-block;
	padding: 0 5px;
	margin: 0 10px;
}
#header-print {
	display: none;
}

#zoneIdent {
	position: relative;
	margin-top: -18px;
	padding: 5px;
	text-align: center;
}
#zoneIdent #bouton_connect{
	background: #e5891b;
	display: inline-block;
	padding: 3px 15px;
	border-radius: 10px;
	color:  white;
	font-weight: bold;
	font-size:  1.2em;
	border: 3px solid white;
}
#zoneIdent .infosUser{
	background: #ffffff;
	display: inline-block;
	padding: 3px 15px;
	border-radius: 10px;
	color: #333333;
	font-size:  1em;
	border: 3px solid #e5891b;
}

#zoneIdent .infosUser .titreIdent {
	display: inline-block;
	font-weight: bold;
}
#zoneIdent .infosUser #zoneIdentDemande {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;
}

#zoneIdent  .champ,#zoneIdent  .bouton,#zoneFormRecherche .champ,#zoneFormRecherche .bouton
	{
	text-align: center;
}

#zoneIdentForm {
	
}

#zoneIdentDemande {
	margin-top: 10px;
	text-align: center;
}

#zoneFormRecherche {
	width: 124px;
	margin: 0 auto;
	text-align: center;
}

#zone_drapeaux {
	position: absolute;
	top: 164px;
	right: 80px;
}

#zone_drapeaux ul {
	margin: 0;
	padding: 0;
}

#zone_drapeaux ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#corps { /*display: table;
	_height: 400px;
	min-height: 400px;*/
	/*génère des pb de mise en page sous IE6 et IE8 : page coupée*/
	width: 760px;
	padding: 25px;
	text-align: justify;
	overflow: hidden;
	color: black;
}

#corps.accueil {
	width: 750px;
	padding: 25px 0px 25px 20px;
}

#outils {
	position: absolute;
	right: 15px;
	padding: 5px;
	top: 157px;
}

#gauche {
	float: left;
	min-height: 700px;
	padding: 25px 20px 10px 10px;
	width: 160px;
	display: inline; /*correction bug double margin IE6*/
}
#gauche a {
   color: black;
}

#gauche h1 {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	text-transform: uppercase;
}

#gauche h2 {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
}

#gauche h1:first-letter {
	font-size: 1.2em;
}

#droite {
	float: right;
	min-height: 400px;
	padding: 10px 10px 10px 0;
	width: 160px;
	display: inline; /*correction bug double margin IE6*/
}

#footer {
	text-align: left;
	padding: 0px;
	font-size: 1em;
	color: #333333;
	background-color: #e5891a;
	display: flex;
	flex-direction: row;
}
#footer #footerEdito{
	width: 700px;
	margin: 25px;
	padding: 0 25px;
	border-right: 2px solid #475c6f;
}
#footer a {
	color: #475c6f;
}
#footer #footerContact{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin: 25px;
	padding: 0;
}

#signature {
	position: relative;
	padding: 5px 385px 0 0;
	height: 15px;
	text-align: center;
	font-size: 10px;
	width: 415px;
	margin: 0 auto;
	color: #333333;
	background-color: #c0c0c0;
}
#signature a{
	color:#333333;
}

#zoomPhoto,#fondZoomPhoto {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	position: fixed;
	z-index: 2;
}

#fondZoomPhoto {
	background: #f0f0f0 url(../images/trameFond.png);
	opacity: 0.9;
	filter: alpha(opacity = 90);
	z-index: 1;
}

#contenuZoomPhoto {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}

#contourZoomPhoto {
	display: inline-block;
	background: white;
	padding: 25px 25px 10px 25px;
	border: 1px solid #666666;
	max-width: 800px;
}

#contenuZoomPhoto img {
	max-width: 800px;
	width: expression(( this.width >   800) ?   800 :   true );
	margin-bottom: 5px;
}

#edito {
	padding: 10px;
	color: white;
	background-color: #b8ca30;
}

#edito h1 {
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 20px;
	font-weight: normal;
	font-size: 1.5em;
}

#edito p {
	margin-top: 10px;
}

#edito p img {
	margin-top: 9px;
	width: 200px;
}

#edito .pTexte:first-letter {
	text-transform: uppercase;
	font-size: 22px;
}

#edito .photo {
	float: right;
	margin-left: 15px;
}

#actuAccueil {
	float: right;
	width: 370px;
	margin: 0;
	color: #666666;
	background-color: #f5f5f5;
}

#actuAccueil-bottom {
	padding: 15px;
}

#actuAccueil .fiche {
	margin-bottom: 20px;
}

#actuAccueil h1 {
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 20px;
	font-weight: normal;
	font-size: 1.4em;
	text-align: right;
}

#actuAccueil .moduleKmlUne {
	margin-top: 8px;
}

#actuAccueil h2 {
	margin: 0px;
	text-indent: 0;
	color: #17599F;
	background: none;
}

#actuAccueil h3 {
	font-weight: bold;
	font-size: 1em;
	color: #666666;
}

#actuAccueil p {
	margin: 0px;
}

#actuAccueil p img {
	margin-top: 9px;
}

#actuAccueil .pTexte:first-letter {
	text-transform: uppercase;
	font-size: 22px;
}

#actuAccueil a {
	color: #cd1a73;
}

#actuAccueil .lireSuite {
	text-align: right;
}

#carrousel {
	width: 325px;
	height: 325px;
	text-align: center;
	padding: 50px 0px 0px 0px;
}

#documentsHaut {
	float: right;
	width: 190px;
	text-align: center;
	color: white;
	background: #17599f url(../images/mdl2/zoneHaut.jpg) no-repeat top left;
}

#documents {
	position: relative;
	width: 150px;
	padding: 10px 20px 15px 20px;
	text-align: left;
	background: url(../images/mdl2/zoneBas.jpg) no-repeat bottom left;
}

#documentsTitre {
	margin: 0 20px;
	font-weight: bold;
	border-bottom: 1px solid #B8CA30;
}

#documents ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#documents li {
	color: #B8CA30;
	
}

#documents a {
	color: white;
}

#liens-outils {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 15px;
	margin: 20px 0px;
}

#liens-outils a {
	display: block;
	padding: 3px 0px 3px 15px;
	margin: 0px;
}

#logo-gauche {
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}

#logo-gauche img {
	margin: 10px 0px;
}

#fil-arianne {
	position: absolute;
	top: 337px;
	left: 15px;
}

#fil-arianne img {
	vertical-align: middle;
	margin: 0px 3px 0px 3px;
}

#liens-accueil {
	text-align: right;
	padding: 0px 50px 15px 0px;
}

#bloc_galerie_photo_print {
	display: none;
}

#bloc_galerie_photo {
	display: block;
}

.moduleKmlProduits h1 {
	margin-bottom: 5px;
}

.moduleKmlProduits .recherche-rubrique {
	margin-bottom: 15px;
}

.pageSousMenu li {
	padding: 0px 0px 8px 0px;
}

.pageSousMenu li a {
	font-weight: bold;
}

.sommaire ul {
	margin: 0px 0px 25px 0px;
}

.sommaire ul li {
	list-style: none;
	display: inline;
	padding: 0px 15px 0px 0px;
}

.sommaire ul li a {
	font-size: 1.2em;
	font-weight: bold;
}

.outils_partage_article {
	margin: 8px 0px;
	padding: 0px;
	text-align: center;
}

.outils_partage_article a {
	margin: 0 3px;
}

.outils_partage_article a img {
	vertical-align: middle;
}

/* pretty galery */
.pp_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
}

.pp_pic_holder {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ppt {
	position: absolute;
	left: 0px;
	top: 0px;
}

.alerte-no-javascript {
	width: 200px;
	margin: 25px;
	float: right;
	text-align: left;
	padding: 10px;
}

/********************************/
/* Formulaire */
/********************************/
.formDemandes {	
	text-align: left;
	margin: 30px auto 0 auto;
}
.formDemandes .champ{
	margin-bottom: 5px;
}
.formDemandes .champ:focus, .formDemandes .champ:hover{
	background: white;
	border: 1px solid #6B7783;
}
.formDemandes .bloc-formulaire{
	padding: 0px 0px 30px 20px;
}
.formDemandes .bloc-formulaire h2{
	margin: 0px 0px 10px -20px;
}
.formDemandes .bloc-formulaire h3{
	margin-top: 15px;
}
.formDemandes label{
	display: block;
	float: left;
	width: 130px;
	text-align: left;
}
.formDemandes .bloc-radio label{
	float: none;
	width: auto;
	display: inline;
}
.formDemandes .star-required{
	font-weight: bold;
	font-size: 15px;
	color: red;
}
.formDemandes label{
	font-weight: bold;
}
.formDemandes label:first-letter {
	text-transform: uppercase;
}
.formDemandes .mentions-cnil{
	color: #999999;
}


.tab-captcha {
	position: relative;
	width: 150px;
	margin: 0 auto;
}

.tab-captcha td {
	text-align: center;
	padding: 3px;
}

.captcha-form{
	text-align: center;
	padding: 10px;
}

#corps.accueil{
	width: 100%;
	padding: 0;
	margin: 0;
}

#accueilPaves{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
#accueilPaves .pave{
	position: relative;
	width: 225px;
	height: 225px;
	margin: 7px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#accueilPaves .pave span{
	color: white;
	text-align: center;
	position: absolute;
	bottom: 25px;
	width: 100%;
}
#accueilPaves .pave.spectacle_noel{
	background-image: url(../images/pave-accueil-spectacles-noel.jpg);
}
#accueilPaves .pave.spectacle_noel span{
	text-align: left;
	bottom: auto;
	top: 5px;
	left: 5px;
	width: 50%;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1.5em;
}
#accueilPaves .pave.news{
	background-image: url(../images/pave-accueil-micro.png);
	background-size: auto;
	background-color: #ca65da;
}
#accueilPaves .pave.cezam{
	background-image: url(../images/pave-accueil-cezam.jpg);
}
#accueilPaves .pave.docs{
	background-image: url(../images/pave-accueil-doc.png);
	background-size: auto;
	background-color: #da8409;
}
#accueilPaves .pave.monce{
	background-image: url(../images/pave-accueil-monce.png);
	background-size: auto;
	background-color: #44b364;
}
#accueilPaves .pave.cheques_vacances{
	background-image: url(../images/pave-accueil-cheque-vacances.jpg);
}
#accueilPaves .pave.activites{
	background-image: url(../images/pave-accueil-activites.png);
	background-size: auto;
	background-color: #a10200;
}
#accueilPaves .pave.billetteries{
	background-image: url(../images/pave-accueil-billetterie.jpg);
}
#accueilPaves .pave.cheques_cadeaux{
	background-image: url(../images/pave-accueil-cadeau.png);
	background-size: auto;
	background-color: #dc5504;
}
#accueilPaves .pave.mutuelle{
	background-image: url(../images/pave-accueil-mutuelle.png);
	background-size: auto;
	background-color: #D9C502;
}
#accueilPaves .pave.soiree_ce{
	background-image: url(../images/pave-accueil-soiree-ce.png);
	background-size: auto;
	background-color: #3A4BC1;
}
#accueilPaves .pave.soiree span{
	padding: 3px;
	color: #333333;
	bottom: auto;
	top: 0;
	left: 0;
	text-align: left;
}
#accueilPaves .pave.agenda{
	background-image: url(../images/pave-accueil-agenda.jpg);
}
#accueilPaves .pave.agenda .moduleKmlBreves{
	padding: 80px 5px 5px 5px;
}
#accueilPaves .pave.agenda .moduleKmlBreves .fiche{
	margin-bottom: 5px;
}
#accueilPaves .pave.agenda .moduleKmlBreves span.commentaire{
	position: static;
	padding-right: 10px;
	color: #ca65da;
}

#accueilPaveInfosPratique{
	margin: 20px 0;
}
#accueilPaveInfosPratique h2{
	text-align: center;
	color: black;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
#accueilPaveInfosPratique .content{
	padding: 25px 50px;
	background: #AEAEAE;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
#accueilPaveInfosPratique .content a{
	color: black;
	margin: 0 10px;
	text-decoration: none;
}
#accueilPaveInfosPratique .content a span{
	display: block;
}

#acceuilPavePartenaires{
	margin: 20px 0;
}
#acceuilPavePartenaires h2{
	text-align: center;
	color: black;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
#acceuilPavePartenaires .content{
	padding: 25px 50px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#acceuilPavePartenaires .content a{
	margin: 0 10px;
	text-decoration: none;
}
