html{
	font-size: 100%;
}
#bandeau{
	height: 150px;
	background: url("fond-bandeau.png") no-repeat center;
	/* font-family à voir */
}
body{
	background: #868686 url("fond.png") repeat-x center top;
	background-attachment:fixed;
	text-align: center;
	font-size:1em;
	margin:0;
}
table {
    margin:auto;
    }
a{
	color: black;
}
a:hover {
	background-color: #A9A9A9; /* darkgray */
}
div#bloc{
	width: 800px;
	margin: auto;
}
#blocie{
	width: 880px;
	margin: auto;
}
#contenant{
	min-height: 580px; /* IE6 ne connait pas min */
}
#contenant6{
	height: 580px; /* sous IE6, height: 600px fonctionne comme min-height: 600px; */
}
#menu{
	display: inline-block;
}
#menu a{
	color: black;
	background-color:#A9A9A9;
	text-decoration: none;
	padding: 10px;
	border: 2px outset;
	display:block;
}
#menu a:hover {
	border: inset;
/*  padding: 15px;  zoom sur bouton: à voir */
}

#menu ul{
    list-style-type:none; /* pas de puce */
	margin: 0;
	padding: 0;
	/* on supprime margin et padding pour eviter les problèmes selon navigateur */
}
#menu li{
	width:auto; /* pour le W3C */
	float:left;
	position:relative;
}

/* necessité de fixer la taille de sousmenu et la taille des liens (a et a:hover) */
 /* sous tous les navigateurs sauf IE */
#menu li.sousmenu{
	width: 204px;
	z-index:1;
}
#menu li.sousmenu a {
	width : 180px;
}
#menu li.sousmenu a:hover {
	width : 180px;
} 
#menu li.sousmenu ul{
	display: none; /* cache les sous-menus */
}
#menu li.sousmenu:hover ul{
	display: block; /* affiche les sous-menus */
	position: absolute; /* les sous-menus chevauchent le contenu */
	padding: 0;
	margin-left: 0;
}
#menu li.sousmenu li a{
	color: black;
	background-color: silver;
}

/* sous IE */
#menu li.sousmenuie{
	width: 204px;
	z-index:1;
}
#menu li.sousmenuie ul{
	display: none; /* cache les sous-menus */
}
#menu li.sousmenuie:hover ul{
	display: block; /* affiche les sous-menus */
	position: absolute; /* les sous-menus chevauchent le contenu */
	padding: 0;
	margin-left: -100px; /* sous IE */
}
#menu li.sousmenuie li a{
	color: black;
	background-color: silver;
}
#menu li.sousmenuie a {
	width : 180px;
}
#menu li.sousmenuie a:hover {
	width : 180px;
} /* fin IE */

#menu li.abs{
	position:absolute;
	display:inline;
}

#icones a{
	display:inline;
	background-color: transparent;
	text-decoration: none;
	padding:0;
	margin:0;
	border:none;
}
#icones a:hover{
	border:none;
}
#icones img{
	height:15px; /* pas de max-height à cause d'IE6 */
	margin:5px;
	border:none;
}
#icones img:hover{
	margin:0px;
	border:inset;
}

.icone img{
	height:15px;
}
#menu li.abs ul img{ /* icone menu ISO */
	height:100px; /* pas de max-height à cause d'IE6 */
}
#contenu table{
	border-collapse:collapse;
}
#contenu td{
	border:1px solid black;
}
#contenu img{
	max-width:250px;/* max-width ? */
	border: 0;
}

/* pour Clients */
#contenu ul{
	list-style-type:none;
	text-align:left;
	text-indent:10px;
}
#contenu li{
	clear:both;
}
#contenu li img{ /* pour les logos clients */
	max-width: 100px;
	clear:both;
	float:left; 
}
.clients{
	float:left;
	width:50%;
}
/* fin Clients */

#contenucertif img{ /* fait office de contenu pour certificat */
	height: 200px; /* pas de max-height à cause d'IE6 */
}
/* Pour contenu de modifindex */
#contenuindex img{
	max-width:150px;
}

#produits img{
	height: 100px;
	border:black solid 1px;
}

#map{
	margin:auto;
	width:600px;
	height:500px;
}
#map a{
	color: #0000CD;
}

/* pour Societe */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
/* fin Societe */

#plansite{
	margin:auto;
	width:40%;
	text-align:left;
}
#menu2{
	font-size: 130%;
	width:25%; /* à voir une fois texte rempli et tests browsers */
	float:left;
	text-align:left;
	font-weight: bold;
	min-height: 530px;
}
#menu2 ul{
	font-weight: normal;
	list-style-type:square;
}
#menu2 a{
	font-style: italic;
}

#diapo{
	float:left;
	text-align:left;
	width:50%;
	height: 300px;
}
#diapo img{
	padding:5px;
	width: 300px;
	margin-left: -10px;
}
#coord{
	float:left;
	width:50%;
	height:400px;
}
#coord a{
	background-color: white;
	width:70%;
	text-decoration: none;
	border: 8px outset;
	display:block;
	padding: 8px;
}
#coord a:hover{
	border: 8px inset;
}
#formulaire{
	text-align:left;
	float:left;
	width:50%;
}
#formulaire td{
	border:0;
}

input, textarea{
	border: 2px inset;
}
input[type=submit],input[type=reset]{
	border: 2px outset;
}
input[type=submit]:hover,input[type=reset]:hover{
	border: 2px inset;
}

.pdf a{
	text-align:center;
	padding: 5px;
	border: 1px black solid;
	background-color:#A9A9A9;
	max-width:300px;
	margin:auto;
	display:block;
}
.pdf a:hover{
	padding: 10px;
	border: 2px black solid;
}
#bas{
	font-size: small;
	text-align: center;
	clear:both;
}

h1{
	font-size: 4.4em;
	text-decoration: underline;
	margin-top:0;
	margin-bottom:0;
}
.industrie{
	font-size: 2.5em;
	color: white;
	margin-top:-5px;
}
h2{
	font-size: 2em;
}
.h3{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration:underline;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
