body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url(../images/fond_page.jpg);
}

a {
	text-decoration: none;
	color: #d64539;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.4em;
	margin: 0 0 25px 0;
	padding: 0;
	color: #d64541;
	font-weight:normal;
}

h2 {
	font-size: 2em;
	margin: 0;
	padding: 2px 0px 0px 0px;
	color: #000;
	font-weight:normal;
	text-align:left;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #737373;
}

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: #d64541;
}

.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;
}
#conteneur.accueil {
	background:transparent;
}

#header {
	position: relative;
	height: 130px;
	text-align: right;
	
}

#logoHeader {

}

#header-print {
	display: none;
}

#zoneIdent {
	position: absolute;
	top: 33px;
	right: 5px;
	padding: 5px;
}

#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*/
	min-height: 610px;
	width: 710px;
	padding: 20px 40px;
	text-align: justify;
	overflow: hidden;
	color: black;
	background:white;
}

#corps.accueil {
	width: 790px;
	padding: 0px 0px;
	background:transparent;
	min-height: 510px;
}

#outils {
	position: absolute;
	right: 15px;
	padding: 5px;
	top: 157px;
}

#gauche {
	float: left;
	min-height: 559px;
	padding: 0;
	width: 210px;
	display: inline; /*correction bug double margin IE6*/
	background:white;
}
#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;
}
#gauche .separation{
	float:right;
	border-right:1px solid #c6c6c6;
	height:300px;
	width:1px;
	
}

#droite {
	float: right;
	min-height: 400px;
	padding: 10px 10px 10px 0;
	width: 160px;
	display: inline; /*correction bug double margin IE6*/
}

#footer {
	text-align: center;
	padding-top: 5px;
	height:300px;
	font-size: 1em;
	color: #737373;
	background-color: #dcdcdc;
}
#footer .conteneur {
	width:1000px;
	margin:0 auto;
}
#footer .conteneur .cadre_footer{
	float:left;
	text-align:left;
	padding:0 70px;
	margin-top:29px;
	width:185px;
	border-left:1px solid #97a0a2;
	min-height:120px;
}
#footer .conteneur .cadre_footer:first-child{
	border:none;
}
#footer a {
	color: #737373;
}

#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;
}

#conteneur_bandeaux{
	position:relative;
	margin-bottom:30px;

}

#conteneur_bandeaux .slogan{
	color:white;
	position:absolute;
	left:37px;
	bottom:23px;
	font-size:40px;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.8);
}


#edito {
	padding: 19px 149px 17px 47px;
	color: white;
	font-size:13px;
	line-height:18px;
	background: #d64640 url(../images/fond_edito.jpg) no-repeat right top;
	height:188px;
	overflow:hidden;
}
#edito	a{
	color:white;
}

#edito .liens{
	margin-top: 15px;
	font-weight:bold;
}	
#edito .liens a{
	margin-left:8px;
}

#edito .moduleKmlEdito>div{
	margin-left:27px;
}

#edito h1 {
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 20px;
	font-weight: normal;
	font-size: 1.5em;
}

#edito h2 {
	color:white;
	margin-bottom:13px;
}

#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 {
	
	width: 671px;
	margin: 0;
	color: #666666;
	background-color: #fff;
	padding:18px 34px;
	height:248px;
	overflow:hidden;
	
}
#actuAccueil .titre{
	color:#d64541;
	font-size:2.5em;
	margin-bottom:17px;
	float:left;
	margin-right:22px;
}

#actuAccueil .fiche {
	margin-bottom: 20px;
}
#actuAccueil .lien_archives{
	
	font-weight:bold;
	background:url(../images/puce_fleche.jpg) no-repeat left center;
	padding-left:20px;
	margin-left:160px;
	margin-top:12px;
}
#actuAccueil .lien_archives a{
	color:#8d8d8d;
}
#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 {
	
}

#actuAccueil h2 {
	margin: 0px;
	text-indent: 0;
	color: #2c2c2c;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	background: none;
}

#actuAccueil h3 {
	font-weight: normal;
	font-size: 1em;
	color: #d64541;
}

#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;
}




#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;
}
.displayAsVignette .moduleKmlArticlesSub{
	text-align: center;
	margin: 10px 0px;
}
.displayAsVignette .moduleKmlArticlesSub .fiche{
	display: inline-block;
	width: 200px;
	height: 250px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ededed;
	cursor: pointer;
	margin: 5px 10px;
}
.displayAsVignette .moduleKmlArticlesSub .fiche:hover a{
	text-decoration: underline;
}
.displayAsVignette .moduleKmlArticlesSub .fiche h4{
	display: none;
}
.displayAsVignette .moduleKmlArticlesSub .fiche .photoMdl{
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #ededed;
	margin-bottom: 5px;
}
.displayAsVignette .moduleKmlArticlesSub .fiche .photoMdl img{
	max-width: 200px;
	max-height: 200px;
}
.moduleKmlAnimation h1{
	margin-bottom: 10px;
}
.moduleKmlAnimation .fiche{
	border-bottom: 1px dashed #666666;
	padding: 0px 0px 15px 0px;
	margin: 15px 0px 0px 0px;	
}
.moduleKmlAnimation .fiche h2{
	text-transform: none;
}
.moduleKmlAnimation .date{
	color: #737373;
	font-size: 1.2em;
	font-weight: bold;
}
.moduleKmlAnimation h3{
	float: right;
	color: #737373;
}