@font-face {
  /* Give it a name */
  font-family:cantarell-regular-EOT;
  /* Specify relative or absolute url to eot file */
  src: url(../webfonts/Cantarell-Regular.eot);
 }

@font-face {
  font-family: cantarell-regular;
  src: url('../webfonts/Cantarell-Regular.ttf') format("truetype");
}

body {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	_background-position: fixed ; /* évite le sautillement des images de fond sur ie6 */
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 25px 0;
	padding: 0;
}
h2 {
	font-size: 1.6em;
	margin: 0px 0px 8px 0px;
	padding: 15px 0px 0px 0px;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	margin: 0px 0px 8px 0px;
	padding: 0;
}
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;
	/*marges sous ie*/
	_margin: -7px 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;
}
.champ, .champRecherche, .bouton {
	font-size: 1em;
	padding : 2px 0;
	vertical-align: middle;
}
.champRecherche {
    margin: 0px 0px 2px 3px;
    padding:0px;
    text-align:center;
    width:110px;
    height: 12px;
    border: none;
    background: none;
    font-size: 11px;
}

.boutonOk {
	vertical-align: middle;
	margin-left: 5px;
}

.entete_tableau{
	display: table-cell;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
}

/***************************	structure générale	***************************/

#fondHaut{
    padding: 0px 0px 65px 0px;
}


#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	z-index: 0;
}
#conteneur-bottom{
    padding: 0px 0px 0px 24px;
}
#header {
	position: relative;
	height: 130px;
	text-align: right;
}

#logoHeader {
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;	
	width: 250px;
	height: 105px;
}
#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: 285px;
    height: 26px;
    margin: 0 auto;
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    text-transform: uppercase;
    font-size: 9px;
}
#zone_drapeaux {
    position: absolute;
    right: 50px;
    top: 40px;
    width: 100px;
}
#zone_drapeaux ul {
	margin: 0;
	padding: 0;
}
#zone_drapeaux ul li{
	list-style: none;
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#pave-actualite-droite{
    width: 133px;
    position: absolute;
    right: 30px;
    top: 65px;
}
#pave-actualite-droite2{
    padding: 10px 5px 0px 4px;
	text-align: center;
	cursor: pointer;
}
#pave-actualite-droite h1{
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
#pave-actualite-droite h2{
    text-align: center;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border: none;
}
#pave-actualite-droite h3{
    text-align: center;
    font-size: 0.7em;
    font-weight: normal;
    margin: 0px;
}
#pave-actualite-droite img{
    margin-top: 5px;
}

#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: 757px;
	padding: 20px 0px;
	text-align: justify;
	overflow:hidden;
	font-family: Verdana, helvetica, arial, sans-serif;
    font-size: 0.8em;
	line-height: 1.6em;
/*
  	font-family: cantarell-regular-EOT, cantarell-regular, Verdana, helvetica, arial, sans-serif;

*/  	
}
#contenu_corps{
	padding: 0px 10px;
}

#corps.accueil {
	width: 750px;
    _width: 717px;
    padding: 25px 0px 25px 20px;
}
#outils {
    position: absolute;
    top: 100px;
    right: 220px;
}

#gauche {
	float: left;
	min-height: 700px;
	_height: 800px;
	padding: 25px 20px 10px 10px;
	width: 160px;
	display : inline;	/*correction bug double margin IE6*/

}
#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;
	_height: 400px;
	padding: 100px 0px 0px 0px;
	width: 189px;
	display : inline;	/*correction bug double margin IE6*/
}
#droite a img{
    vertical-align: middle;
    margin: 0px 5px 0px 10px;
}
#droite a:hover{
    text-decoration: none;
}
#images-catalogue{
    text-align: center;
    margin-bottom: 10px;
}
#logo-droite{
    text-align: center;
    margin-top: 50px;
}

#logo-facebook{
    text-align: center;
    margin-top: 50px;
}


#footer {
	text-align: center;
	padding-top: 5px;
	_height: 20px;
	min-height: 20px;
	font-size: 0.9em;
}
#signature {
	position: relative;
	padding: 5px 570px 10px 0;
	height: 15px;
	text-align: center;
	font-size: 10px;
	width: 400px;
	margin: 0 auto;
}



#zoomPhoto, #fondZoomPhoto {
	width: 100%;
	height: 100%;
	_height: expression(document.documentElement.clientHeight);
	padding-top: 20px;
	position: fixed;
	z-index: 2;
	_position: absolute;
 	_top: expression(documentElement.scrollTop+body.scrollTop);
	
}
#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: 0px;
	/*width: 100%;*/ /*opera*/
	_width: auto; /*ie6*/
}
#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;
}
#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;
}
#actuAccueil h3 {
	font-weight: bold;
	font-size: 1em;
}
#actuAccueil p {
	margin: 0px;
}
#actuAccueil p img {
	margin-top: 9px;
}
#actuAccueil .pTexte:first-letter {
	text-transform: uppercase;
	font-size: 22px;
}
#actuAccueil a {

}
#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;
}
#documents {
	position: relative;
	width: 150px;
	padding: 10px 20px 15px 20px;
	text-align: left;
}
#documentsTitre {
	margin: 0 20px;
	font-weight: bold;
}
#documents ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#documents li {

}
#documents a {

}

#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;
}

#intro_corps{
/*  	font-family: cantarell-regular-EOT, cantarell-regular, Verdana, helvetica, arial, sans-serif;*/
  	font-family: Verdana, helvetica, arial, sans-serif;
}
#intro_corps h1{
    text-indent: -9999px;
    background-position: top center;
    background-repeat: no-repeat;
    height: 46px;
	margin: 0px 0px 10px 0px;
}
#intro_corps .intro_page{
    text-align: center;
    font-size: 11px;
    color: #4d4d4d;
    font-weight: normal;
	padding: 0px 60px;
}
#intro_corps #tetiere_page{
    text-align: center;
    padding: 0px 0px 11px 0px;
	margin: 0px;
    background: url(../images/bottom-tetiere.jpg) bottom left repeat-x;
}
#intro_corps #tetiere_page img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.sommaire_contenu{
    text-align: center;
	padding: 20px 0px 20px 0px;
}

/* 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;
}

.hebergement_retour_liste{
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.pageContact{
	background: url(../images/contact-repeat.jpg) top center repeat-y;
	width: 562px;
	position: relative;
	margin: 25px auto;
}
.pageContact .top{
	background: url(../images/contact-top.jpg) top center no-repeat;
}
.pageContact .bottom{
	background: url(../images/contact-bottom.jpg) bottom center no-repeat;
	padding: 25px 4px; 
}
.pageContact .droite{
	float: right;
	width: 376px;
}
.formulaireMail .zone_champs_vous_etes{
	width: 330px;
	text-align: right;
}
.formulaireMail .zone_champs_vous_etes label{
	float: left;
	text-align: left;
}

.formulaireMail label {
	font-weight: bold;
}

.formulaireMail .champ {
	margin-bottom: 5px; 
}
.pageContact hr{
	border-top: 1px solid #b1b2b4;
}
.pageContact h2{
	color: #58585a;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 5px 25px;
}
.pageContact h3{
	color: #58585a;
	font-size: 16px;
	font-weight: normal;
	padding: 20px 0px 20px 30px;
}
.pageContact .zone_champs_civilite{
	padding: 0px 0px 0px 30px;
}
.pageContact .zone_champs_vous_etes{
	padding: 0px 0px 25px 30px;
}

.pageContact input, .pageContact textarea{
	background: white;
	border: none;
}
.pageContact .zone_champs_documentation{
	padding: 0px 0px 25px 30px;
}
.pageContact .zone_champs_message{
	padding: 0px 0px 25px 30px;
	font-size: 12px;
}
.pageContact .captcha-form{
	padding: 0px 25px;
	font-size: 10px;
}
.pageContact .message_cnil{
	padding: 15px 25px;
	font-size: 9px;
}
.pageContact .bouton_envoyer{
	border: none;
	background: url(../images/contact_fond_envoyer.jpg);
	padding: 0px 0px 2px 0px;
	width: 111px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #59575a;
	cursor: pointer;
}

.pageContact .gauche{
	float: left;
	width: 178px;
	padding: 110px 0px 0px 0px;
	color: #58585a;
}
.pageContact .gauche a{
	font-weight: bold;
	font-size: 9px;
	color: #58585a;
}

.pageContact .adresse_ot, .pageContact .adresse_mairie{
	padding: 25px 10px;
}
.pageContact .adresse_nom{
	font-weight: bold;
	font-size: 12px;
}
.pageContact .adresse_rue{
	font-size: 11px;
}
.pageContact .adresse_ville, .pageContact .adresse_telephone{
	font-size: 11px;
}
.pageContact .adresse_ville, .pageContact .infos-pratiques{
	font-size: 11px;
}

.pageContact .logos{
	text-align: center;
	padding: 0px 0px 25px 0px;
}

.lien-catalogue{
	font-size: 11px;
}

*:focus {
	outline: none;
}
.tab-captcha{
	position: relative;
	width: 150px;
	margin: 0 auto;
}
.tab-captcha td{
	text-align: center;
	padding: 3px;
}

.retour_acceuil{
	font-size: 12px;
}
.retour_haut_page{
	font-size: 12px;
	text-align: center;
	margin: 15px 0px 0px 0px;
}

.moduleKmlAnimations .separateur_fiche_avec_titre{
	margin: 0px 60px 8px 60px;
	width: 466px;
}



