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: 1.8em;
	margin: 0 0 25px 0;
	padding: 0;
}
h2 {
	font-size: 1.2em;	
	margin: 0;
	padding: 2px 0;
}
h3 {
	font-size: 1em;
	margin: 20px 0 0 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;
}
.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;
}

/***************************	structure générale	***************************/
#fond {
    
    min-width: 1000px;
}
#fondHaut,#fondHaut_sans_logo{
	padding-top: 51px;
}

#conteneur {
	position: relative;
	width: 949px;
	margin: 0 auto;
	z-index: 0;
}
#header {
	position: relative;
	height: 130px;
	text-align: right;
}

#logoHeader {
	position: absolute;
	top: -50px;
	left: -50px;
	display: block;	
	width: 250px;
	height: 105px;
}
#logo_flash {
	position: absolute;
	top: -50px;
	left: -50px;
	display: block;	
	width: 350px;
	height: 140px;
}
#header .slogan {
	position: absolute;
	top: 15px;
	right: 50px;
	color:#ffffff;
	font-size:11px;
	height:25px;
	width:260px;
	padding-top:7px;
	text-align:left;
	
	text-transform:uppercase;
	font-family:verdana;
	background :transparent url(../images/fond_slogan.png) 0 0px no-repeat;
}
#header .slogan:first-letter {
	font-size:18px;
	line-height:18px;

}	
#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;	
	position:absolute;
	/*margin-right:40px;
	margin-top:6px;*/
	right:10px;
	top:100px;
}
#zone_drapeaux {
	position: relative;
	top: 30px;
	padding-right: 1px;
}
#zone_drapeaux ul {
	margin: 0;
	padding: 0;
}
#zone_drapeaux ul li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	padding-left:5px;
}


#corps {
	display: table;
	
	min-height: 400px;
	width: 535px;
	
	text-align: justify;
	overflow:hidden;
}
#outils {
	/*position: absolute;
	right: 0;
	padding: 5px;*/
	float:right;
}

#gauche {
	float: left;
	min-height: 500px;
	_height: 500px;
	padding: 10px 10px 10px 0px;
	width: 200px;
	display : inline;	/*correction bug double margin IE6*/
	
}
#gauche h1{
	font-size:14px;
	background:transparent url(../images/pictos_fonctions.png) no-repeat;
	padding-left:40px;
	height:44px;
	margin-bottom:5px;
}
#gauche h2{
	color:#C3C3C3;
	border-bottom:0px;
	text-align:center;
	margin-bottom:20px;
}
#gauche h3{
	margin-left:5px;
	text-transform:none;
}
#gauche .liste_produits_gauche{
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
}
#gauche .liste_produits_gauche li a { 
   color : white;
   font-size:12px;
   font-weight:bold;
   background:url(../images/pictoLireSuite.png) no-repeat;
   padding-left:15px;
}
#gauche .liste_produits_gauche, #gauche .liste_gammes_gauche{
	padding-left:20px;
}
#gauche .liste_produits_gauche li{
	list-style-type:none;
	padding-bottom:15px;
}
#gauche .liste_gammes_gauche{
	margin-left:0px;
}
#gauche .liste_gammes_gauche li a { 
   color : white;
}
#gauche .liste_gammes_gauche li.gamme_selected a{
	background-color:#e5e5e5;
	color:#000000;
}

#droite {
	float: right;
	min-height: 400px;
	_height: 400px;
	padding: 10px 0px 10px 0;
	width: 195px;
	display : inline;	/*correction bug double margin IE6*/
}
#droite h1{
	font-size:14px;

	margin-bottom:5px;
}
#droite h2{
	color:#C3C3C3;
	border-bottom:0px;
	text-align:center;
	margin-bottom:20px;
}
#droite .liste_references_droite{
	margin:0px;
	padding:0px;
	padding-left:20px;
}
#droite .liste_references_droite li{
	list-style-type:none;
	padding-bottom:15px;
}
#droite .liste_references_droite .image_droite{
	max-width: 150px;
	width: expression((this.width > 150 && this.width>=this.height) ? 150: true);*/
	max-height: 100px;
	height: expression((this.height > 100 && this.height>this.width) ? 100: true);
	vertical-align: middle;
}
#referencesPhotos {
	text-align: center;
}
#referencesPhotos .photo {
	max-width: 70px;
	width: expression((this.width > 70 && this.width>=this.height) ? 70: true);*/
	max-height: 130px;
	height: expression((this.height > 130 && this.height>this.width) ? 130: true);
	vertical-align: middle;
}
#produitsPhotos{
	float:right;
	width:223px;
	text-align:center;
}
#produitsPhotos .photo{
	max-width: 70px;
	width: expression((this.width > 70 && this.width>=this.height) ? 70: true);*/
	max-height: 130px;
	height: expression((this.height > 130 && this.height>this.width) ? 130: true);
	vertical-align: middle;
}


#footer {

	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;
}
#zoomPhoto a{
	color:#2C4585;
}

#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: 535px;
	padding: 6px 0px 45px 0px;
}
#actuAccueil .moduleKmlUne {
	margin-top: 8px;
}
#actuAccueil h2 {
	margin: 0px;
	text-indent: 0;
	text-align:left;
}
#actuAccueil h3 {
	font-weight: bold;
	font-size: 1em;
	text-align:left;
}
#actuAccueil p {
	margin: 0px;
}
#actuAccueil p img {
	margin-top: 9px;
}
#actuAccueil .pTexte:first-letter {
	text-transform: uppercase;
	font-size: 22px;
}
#actuAccueil a {

}
#produitAccueil{
	width:255px;
	float:left;
	
}
#produitAccueil h2, #referenceAccueil h2{
	font-size:16px;
	text-align:left;
}
#produitAccueil h3{
	font-weight:bold;
	text-align:left;
}
#referenceAccueil{
	width:261px;
}
#referenceAccueil .image{
	margin-right: 10px;
	max-width: 160px;
	width: expression((this.width > 160 && this.width>=this.height) ? 160: true);
	max-height: 170px;
	height: expression((this.height > 170 && this.height>this.width) ? 170: true);
}
#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 {

}

@media print{
	#conteneur {width:100%;}
	#header-print {display:block;}
	#header {display:none;}
	#gauche {display:none;}
	#corps{margin-left:0px;width:100%;}
	#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;
}