body {
	font-family: arial, sans-serif;
	font-size: 11px;
	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: 4em;
	margin: 15px 0 10px 0;
	padding: 0;
    font: Verdana;
    font-weight: normal;
}
h2 {
	font-size: 1.2em;
	margin: 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;
	height: 17px;
	padding: 0 3px;
}
.champ, .champRecherche, .bouton {
	font-size: 1em;
	padding : 2px 0;
	vertical-align: middle;
}
.champRecherche {
	width: 80px;
	text-align: center;
	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;
}

.formulaireMail label {
	font-weight: bold;
}

.formulaireMail .champ {
	margin-bottom: 5px; 
}
#signature_designer{
	color:#ffffff;
	position:absolute;
	bottom:10px;
	right:10px;	
}
/***************************	structure générale	***************************/

#fond{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}

#conteneur {
	position: relative;
	width: 990px;
	margin: 0px auto;
    padding: 30px 0px;
	z-index: 3;
}
#zone-utile{
	position: relative;
	width: 850px;
    padding: 4px;
    margin-left: 130px;
}
#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 {
	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 80px;
	text-align: justify;
	overflow:hidden;
}
#outils {
	position: absolute;
	right: 0;
	padding: 5px;
}

#gauche {
	float: left;
	min-height: 530px;
	_height: 530px;
	padding: 0px;
	width: 130px;
    margin: 0px;
	display : inline;	/*correction bug double margin IE6*/
    position: relative;
}
html>body #gauche{
    position: absolute;
    top: 0px;
    left:0px;
}

#droite {
	float: right;
	min-height: 400px;
	_height: 400px;
	padding: 10px 10px 10px 0;
	width: 160px;
	display : inline;	/*correction bug double margin IE6*/
}
#footer {
	text-align: center;
	padding-top: 5px;
	_height: 20px;
	min-height: 20px;
	font-size: 0.9em;
}
#signature {
    position: relative;
	padding: 5px 5px 25px 130px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	width: 850px;
	margin: 0 auto;
    z-index: 4;
}

#bottom_menu{
    padding: 0px 0px 0px 175px;
}
#bottom_menu li{
    list-style: none;
}
#bottom_menu li a{
    display: block;
    padding: 0px 10px;
    float: left;
}


#zoomPhoto, #fondZoomPhoto {
	width: 100%;
	height: 100%;
	_height: expression(document.documentElement.clientHeight);
	padding-top: 20px;
	position: fixed;
	z-index: 9999;
	_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 {

}
#actu-page{
    float: right;
    width: 160px;
    padding: 10px;
    margin: 0px 0px 0px 35px;
    text-align: left;
    min-height: 170px;
    _height: 170px;
}
#content-page{
    margin: 35px 0px 35px 0px;
    font-size:14px;
}

#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 {

}

#menu{
    position: relative;
    height: 40px;
}

#menu-page{
   margin: 10px 0 10px 0;
   padding: 0px;
   list-style-type: none;
   display: block;
   width: 100%;
}
#menu-page li {
   margin: 0;
   float: left;
}
#menu-page li a {
   display: block;
   margin: 0px 0px 10px 0px;
   padding: 5px 20px 5px 0px;
   font-weight : bold;
   font-size : 1.1em;
   text-decoration : none;
   text-transform: uppercase;
}

.bloc-menu-image{
    width: 200px;
    margin: 15px;
    float: left;
    text-align: center;
    color: #333333;
}
.bloc-menu-image a h2{
    color: #333333;
    font-size: 1.2em;
}
.bloc-menu-image img{
    margin-top: 15px;
    border: none;
	max-width: 150px;
	width: expression((this.width > 150 && this.width>=this.height) ? 150: true);
	max-height: 150px;
	height: expression((this.height > 150 && this.height>this.width) ? 150: true);
}
#content-page h1{
    font-size: 18px;
    text-align: left;
}

#entete-page{
    text-align: right;
}
#entete-page a{
    display: block;
    padding: 50px 50px 0px 0px;
    text-align: right;
    font-size: 2em;
}



@media print{
	#conteneur {width:100%;}
	#header-print {display:block;}
	#header {display:none;}
	#gauche {display:none;}
	#corps{margin-left:0px;width:100%;overflow:visible;}
	#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;}
}
*:focus {
	outline: none;
}
.tab-captcha{
	position: relative;
	width: 150px;
	margin: 0 auto;
}
.tab-captcha td{
	text-align: center;
	padding: 3px;
}