body {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	_background-position: fixed ; /* évite le sautillement sur ie6 */
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;

}
#produitIntroduction h1 {
	text-transform: uppercase;
	font-size: 1.4em;
	margin: 0;
	padding: 2px 0;
}
#footer h1 {
	text-align: left;
	margin: 0;
}
h2, #produitGalerie h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 2px 0;
}
#produitIntroduction h1, #produitGalerie h1 {
	font-weight: normal;
}
#footer h2 {
	font-weight: bold;
	font-size: 1em;
}
#footer h2.soustitre {
	text-indent: 50px;
	font-size: 1.2em;
}
#produitGalerie h1 {
	text-align: center;
}
h3 {
	font-size: 1em;
	margin: 0;
	padding: 2px 0;
}
#footer h3 {
	font-weight: normal;
}
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;
}
.separateur {
	clear: both;
}
.pageActus .fiche {
	margin-bottom: 10px;
}

.imgGauche {
	float: left;
	margin-right: 15px;
}
.imgDroite {
	float: right;
	margin-left: 15px;
}
.imgIcone {
	vertical-align: middle;
}
.bouton {
	font-weight: bold;
	height: 17px;
	padding: 0 3px;
}
.champ, .champRecherche {
	
}
.champRecherche {
	width: 80px;
	text-align: center;
}

.boutonOk {
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -5px;
}

.entete_tableau{
	display: table-cell;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
}

/*.moduleKmlArticles .separateur {
	padding: 10px 0;
}*/

/***************************	structure générale	***************************/

#fond {
	min-width: 800px;
}

#conteneur {
	position: relative;
	width: 700px;
	margin: 0 auto;
	z-index: 0;

}
#header {
	height: 89px;
	text-align: right;
}
#zone_drapeaux {
	position: absolute;
	left: 655px;
	top: 10px;
}
#zone_drapeaux ul {
	margin: 0;
	padding: 0; 
}
#zoneIdent {
	padding: 5px;
}
#zoneIdent  .champ, #zoneIdent  .bouton, #zoneFormRecherche .champRecherche,  #zoneFormRecherche .bouton {
	vertical-align: middle;
}
#zoneIdentForm {
	position:absolute;
	top:48px;
	left:570px;
	width:220px;
	padding-top:3px;
}
#zoneIdentDemande {
	position:absolute;
	top:88px;
	left:610px;
}
#zoneFormRecherche {
	
}#logoHeader {
	display: block;
	position: absolute;
	left: 170px;
	width: 360px;
	height: 60px;
}
#header-print{
	display: none;
	text-align: center;
}

#zone_drapeaux ul li{
	list-style: none;
	display: inline;
}

#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 {
	z-index: 1;	
}
#contenuZoomPhoto {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
#contourZoomPhoto {
	display: inline-block;
	background: white;
	padding: 10px 25px 10px 25px;
	border: 1px solid #666666;
	max-width: 800px;
}
#contenuZoomPhoto img {
	max-width: 800px;
	width: expression((this.width > 800) ? 800: true);
	margin: 5px 0;
}

#corps {

	width: 500px;
	padding: 10px;
	text-align: justify;
	overflow:hidden;
}
#gauche {
	float: left;
	min-height: 400px;
	_height: 400px;
	padding: 10px 0 10px 10px;
	width: 160px;
	display : inline;	/*correction bug double margin IE6*/
	
}
#droite {
	float: right;
	min-height: 400px;
	_height: 400px;
	padding: 10px 10px 10px 0;
	width: 160px;
	display : inline;	/*correction bug double margin IE6*/
}
#footer {
	font-size: 0.9em;
}




#outils {
	position: absolute;
	left: 645px;
	top: 90px;	
	
}
#outils a {
	float: left;
	margin-right: 4px;
}

#outilsAccueil {
	float: right;
	margin-top: 3px;
}


#footer {
	
	padding: 5px 10px 5px 0px;
	margin: 3px 0px 0px 0px;
	_height: 117px;
	min-height: 117px;
	text-align:center;
	/*contournement bug de centrage de l'image de fond*/
	/*position: relative;
	left: -1px;
	width: 670px;
	_left:0;*/
}
#signature {
	position: relative;
	padding: 5px 10px 0 10px;
	height: 15px;
	text-align: left;
	font-size: 10px;
	width: 680px;
	margin: 0 auto;	
}
#signature a{

}
@media print{
	#conteneur {width:100%;}
	#header-print {display:block;}
	#header {display:none;}
	#outils {display:none;}
	#gauche {display:none;}
	#zone_drapeaux {display:none;}
	#corps{margin-left:0px;width:700px;}
	#menu{display:none;}
	#footer{border:none;}
	#footer img{display:none;}
	#footer .texte{position:relative;width:auto;}
	.outil_diffusion_blog{display:none;}
	.form_comment{display:none;}
}

*:focus {
	outline: none;
}
.tab-captcha{
	position: relative;
	width: 150px;
	margin: 0 auto;
}
.tab-captcha td{
	text-align: center;
	padding: 3px;
}
.edito{
	margin-bottom:30px;
	margin-top:20px;
	color:#e5e5e5;
}