body {
	font-family: arial, sans-serif;
	font-size: 12px;
	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;
	text-align:left;
}
h2 {
	font-size: 1.2em;	
	margin: 0 0 10px 0;
	padding: 2px 0;
}
h3 {
	font-size: 1em;
	margin: 0;
	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: 3px;
}
.champ, .champRecherche, .bouton {
	font-size: 1em;
	padding : 3px ;
	vertical-align: middle;
}
.champRecherche {
	width: 80px;
	text-align: left;
	padding: 2px;
}

.boutonOk {
	vertical-align: middle;
	margin-left: 5px;
}

.entete_tableau{
	display: table-cell;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
}

.formulaireMail {
	width: 460px;
	text-align: right;
}

.formulaireMail label {
	font-weight: bold;
	float: left;
}

.formulaireMail .champ {
	margin-bottom: 5px; 
}
.infosResultat{
	text-align:center;
	margin:10px 0;	
}
/***************************	structure générale	***************************/

#conteneur {
	position: relative;
	width: 950px;
	margin: 0 auto;
	z-index: 0;
}
#header {
	position: relative;
	height: 140px;
	text-align: right;
}
#header .moduleKmlBanniereStd {
	position: absolute;
	top: 10px;
	left: 200px;
}
#logoHeader {
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;	
	width: 250px;
	height: 105px;
}
#header-print{
	display: none;
}
#zoneIdent {
	width:250px;
	margin:20px auto;
}
#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 {
	text-align: center;	
}
#zone_drapeaux {
	position: relative;
	top: 21px;
	padding-right: 1px;
}
#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: 690px;
	padding: 25px;
	text-align: justify;
	overflow:hidden;
}
#outils {
	position: absolute;
	right: 205px;
	padding: 5px;
	top:115px;
	z-index:1;
}

#gauche {
	float: left;
	min-height: 400px;
	_height: 400px;
	padding: 10px 0 10px 0px;
	margin-left:20px;
	width: 160px;
	display : inline;	/*correction bug double margin IE6*/
	
}
#droite {
	float: right;
	min-height: 400px;
	_height: 400px;
	padding: 10px 0px 10px 0;
	width: 180px;
	margin-right:20px;
	display : inline;	/*correction bug double margin IE6*/
}
.cadre_entete_droite{
	position:absolute;
	background-color:#acc4e0;
	width:170px;
	right:20px;
	bottom:0px;
	font-size:14px;
	color:#444D74;
	font-weight:bold;
	padding:5px;
}
#footer {
	text-align: center;
	padding-top: 5px;
	_height: 20px;
	min-height: 20px;
	font-size: 0.9em;
}
#signature {
	position: relative;
	padding: 5px 385px 0 0;
	height: 15px;
	text-align: center;
	font-size: 10px;
	width: 415px;
	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: 6px 20px 15px 20px;
	/*width: 100%;*/ /*opera*/
	_width: auto; /*ie6*/
}
#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: 325px;
	padding: 6px 20px 15px 20px;
}
#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 {

}
#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 {

}
.logo{
	max-width: 200px;
	width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
	max-height: 250px;
	height: expression((this.height > 250 && this.height>this.width) ? 250: true);
}
@media print{
	#conteneur {width:100%;}
	#header-print {display:block;}
	#header {display:none;}
	#gauche {display:none;}
	#corps{margin-left:0px;width:100%;padding:0px;}
	#droite {display:none;}
	#menu{display:none;}
	#menuH{display:none;}
	#signature{display:none;}
	#outils{display:none;}
	#footer img{display:none;}
	#footer .texte{position:relative;width:auto;}
	.outils_fiche{display:none;}
}
*:focus {
	outline: none;
}
.tab-captcha{
	position: relative;
	width: 150px;
	margin: 0 auto;
}
.tab-captcha td{
	text-align: center;
	padding: 3px;
}