body {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #4da0d4;
}
a {
	text-decoration: none;
	color: #ff7000 ;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 25px 0;
	padding: 0;
	color: #00b5da;
}

h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 2px 0px 0px 0px;
	color: #fe0000;
}
.fiche~.fiche h2{
	margin-top: 25px;
}


h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #333333;
}

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-header{
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 10px 38px rgba(0,0,0,0.46);
	margin-bottom: 75px;
}
#header {
	position: relative;
	width: 800px;
	padding: 2px 10px 2px 10px;
	margin: 0 auto;
	text-align: center;
}
#logoHeader img{
	margin: 10px 0;
}

#conteneur {
	position: relative;
	width: 780px;
	border: 10px solid #FFFFFF;
	margin: 0 auto;
	z-index: 0;
	color: black;
	background: #FFFFFF;
	border-radius: 10px;
	background: #F0F0F0 url(../images/fond-corps.jpg) top center no-repeat;
}
#conteneur.notAllowed {
	background: #F0F0F0 url(../images/fond-accueil.jpg) top center no-repeat;
}
#conteneur.notAllowed #accueilImages{
	position: absolute;
	margin-top: 400px;
	text-align: center;
	width: 100%;
}

#header-print {
	display: none;
}

#zoneIdent {
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 0px;
}

#zoneIdent .titreIdent {
	font-weight: bold;
	text-align: center;
}

#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*/
	position: relative;
	width: 700px;
	min-height: 400px;
	margin: 60px auto 25px; 
	padding: 15px;
	text-align: justify;
	overflow: hidden;
	color: black;
	background: #FFFFFF;
	background: rgba(255,255,255,0.90);
}

#corps.accueil {
	background: none;	
	padding: 125px 0 25px 0;
	width: 780px;
}

#corps.notAllowed {
	background: none;
	padding: 0;
	width: 780px;
	height: 500px;
}

#corps.notAllowed #zoneIdent {
	width: 100%;
	text-align: center;
	padding: 80px 0;
	background: white;
	margin-top: 100px;
}

#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 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-left: 25px;
	padding-right: 50px;
	padding-top: 5px;
	min-height: 20px;
	font-size: 0.9em;
	color: white;
	background-color: #000000;
}
#footer a {
	color: white;
	display: block;
	float: right;
}
#footer a img{
	vertical-align: middle;
}

#footerMenu{
	position: relative;
	text-align: center;
	width:  600px;	
	margin: 25px auto;
}
#footerMenu a{
	color: white;
}
#footerMenu li{
	list-style: none;
}
#footerMenu>ul{
	padding: 0;
}
#footerMenu>ul>li{
	display: inline-block;
	vertical-align: top;
	margin: 0px 40px;
	text-align: left;
}
#footerMenu>ul>li .conteneurSousMenu ul{
	padding: 0;
}
#footerMenu>ul>li .conteneurSousMenu ul a{
	color: black;
}
#footerMenu>ul>li:first-of-type{
	display: none;
}
#signature {
	position: relative;
	padding: 5px 385px 0 0;
	height: 15px;
	text-align: center;
	font-size: 10px;
	width: 415px;
	margin: 0 auto 25px auto;
	color: #333333;
}
#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;
}

#accueilAgenda{
	width: 70%;
	margin: 0 auto;
	padding: 15px 25px;
	background: rgba(255,255,255,0.75);
}
#accueilAgenda h1{
	color: #06b2e0;
	margin-bottom: 10px;
}
#accueilAgenda .moduleKmlBreves{
	position: relative;
	margin: 0 auto 25px auto;
	width: 60%;
}
#accueilAgenda .moduleKmlBreves .fiche{
	margin:  0 0 10px 0;
}
#accueilAgenda .moduleKmlBreves .fiche>span.commentaire{
	display: inline-block;
	width: 25%;
	text-align: right;
	margin-right: 5%;
	vertical-align: top;
}
#accueilAgenda .moduleKmlBreves .fiche>a{
	display: inline-block;
	width: 70%;
}
#accueilAgenda .separateur, #accueilAgenda .separateurVertical{
	display: none;
}
#accueilDateJour{
	color: white;
	font-weight: bold;
	font-size: 2em;
	background: #d1248d;
	width: 40%;
	padding: 8px 0;
	text-align: center;	
	margin-bottom: 75px;
}
#accueilImages{
	display: block;
	text-align: center;
	margin-top: 50px;
}
#accueilImages>span{
	display: inline-block;
	margin: 0px 5px;
	padding: 3px 3px 3px 3px;
	background: white;
	border: 1px solid #999999;
}
#accueilImages>span img{
	padding: 0;
	margin: 0;
	display: block;
}
#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;
}


#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.panierListe #formulaireReservation a[href*='Validation']{
	display: inline-block;
	font-size:  1.8em;
	background: green;
	color: white;
	margin: 15px 5px;
	padding: 5px 8px;
	border-radius: 5px;
}

#corps .moduleCatalogue #boutonPanier{
	display: inline-block;
	font-size:  1.3em;
	background: green;
	color: white;
	margin: 15px 5px;
	padding: 5px 8px;
	border-radius: 5px;
	float: right;
}
#corps .moduleCatalogue #boutonPanier:before{
	content:  "> ";
}
