@charset "utf-8";
/* CSS Document */

body{
	background: url(null) #5C5A5B fixed ; /* évite le sautillement */
    margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#5e5c5c;
}

div#fond{
	width:100%;
	background:url(images/degrad_fond.jpg) repeat-x;
}

div#global{
	width:801px;
	margin:0 auto 0 auto;
	text-align:center;
}

/************************************************** Style Header ******************************************************/

div#header{
	width:801px;	
	margin:0 auto 0 auto;
	padding:0;
}

div#banniere{
	width:100%;
	height:141px;	
	background:url(images/banniere.jpg) no-repeat;	
}

/************************************************** Style Menu ******************************************************/

div#menu{
	height:33px;	
	width:100%;	
	margin:7px 0 0 0;	
	padding:0;	
}

div#menu ul{

	float:left;
    width:100%;
	list-style-type:none;
	margin:0;
	padding:0;

	}
	
	
div#menu ul li{
	display:block;
	float:left;
	text-align:center;
	width:195px;
	height:33px;
	}
	
div#menu ul li span{
	font-size:0.8em;
	color:#5e5c5c;
	font-weight:bold;
	width:195px;
	height:24px;
	display:block;
	padding:9px 0 0 0;
	margin:0;
	text-transform:uppercase;
}

div#menu ul li a{
	text-decoration:none;
	color:#085ba4;
	font-weight:bold;
	font-size:0.8em;
	width:195px;
	height:24px;
	display:block;
	padding:9px 0 0 0;
	margin:0;
	text-transform:uppercase;
}

div#menu ul li a:hover{
	text-decoration:none;
	color:#5e5c5c;
}

li#btn1, li#btn1_active, li#btn2, li#btn2_active, li#btn3, li#btn3_active{
	margin-right:7px;
}

li#btn1 a{
	background:url(images/btn_societe.jpg) 0 -33px no-repeat;
}

li#btn1_active{
	background:url(images/btn_societe.jpg) 0 0 no-repeat;
}
	
li#btn2 a{
	background:url(images/btn_qualite.jpg) 0 -33px no-repeat;
}

li#btn2_active{
	background:url(images/btn_qualite.jpg) 0 0 no-repeat;
}

li#btn3 a{
	background:url(images/btn_produit.jpg) 0 -33px no-repeat;
}

li#btn3_active{
	background:url(images/btn_produit.jpg) 0 0 no-repeat;	
}

li#btn4 a{
	background:url(images/btn_contact.jpg) 0 -33px no-repeat;
}
li#btn4_active{
	background:url(images/btn_contact.jpg) 0 0 no-repeat;
}

li#btn1 a:hover,li#btn2 a:hover,li#btn3 a:hover,li#btn4 a:hover{
	background-position: 0 0;
}

/************************************************** Style Contenu ******************************************************/

div#contenu{
    background-color:white;
    width:801px;
	margin:0;
	padding:0;
	height:500px;
	min-height:500px;
	text-align:left;
}

html>body div#contenu{
	height:auto;
}

div#marges{
	width:786px;
	padding-top:15px;
	padding-left:7px;
	margin:0 auto 0 auto;
}

html>body div#marges{
	padding-left:12px;
}

div#bas_contenu{
	width:100%;
	height:10px;
	background:url(images/bas_contenu.png) no-repeat;
	margin:0;
	padding:0;
	clear:both;
}

/************************************************** Style Block de contenu ******************************************************/

div.block{
	width:382px;
	margin:0 10px 10px 0;
	padding:0;
	float:left;
}

.titre_block{
	background:url(images/haut_block.jpg) no-repeat;
	width:100%;
	height:33px;
	margin:0;
	padding:0;
}

h1{
	font-size:.9em;
	color:#085ba4;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 20px;
	text-align:left;
}

h1.seul{
	padding:10px 0 0 0;
}

h2{
	font-size:.9em;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 0;
	text-align:left;
}

h3{
	font-size:.8em;
	font-weight:bold;
	margin:0;
	padding:10px;
	text-align:left;
}

p{
font-size:.7em;
padding:3px;
margin:0;
}

a{
color:#085ba4;
}

a:hover{
color:#5e5c5c;
}

ul li{
	font-size:0.9em;
}

.bas_block{
	background:url(images/bas_block.jpg) no-repeat;
	height:10px;
}

div.contenu_block{
	width:100%;
	background:url(images/milieu_block.jpg) repeat-y;
	margin:0;
	padding:0;
	height:240px;
	min-height:240px;
	text-align:center;
}

html>body div.contenu_block{
	height:auto;
}

div.contenu_block_norm{
	width:100%;
	background:url(images/milieu_block.jpg) repeat-y;
	margin:0;
	padding:0;
	text-align:center;
}

div.contenu_block ul, div.contenu_block_norm ul{
	width:98%;
	list-style-type:square;
	margin:0;
	padding:0;
}

div.contenu_block ul li, div.contenu_block_norm ul li{
	text-align:left;
	font-size:.7em;
	font-weight:bold;
	margin:0 0 0 30px;
	padding:10px 0 0 0;
}

div.contenu_block ul.flot, div.contenu_block_norm ul.flot{
	width:45%;
	float:left;
	margin-top:20px;
}

div.contenu_block ul li.actu, div.contenu_block_norm ul li.actu{
	list-style:none;
	margin-left:10px;
		text-align:justify;
}

div.contenu_block ul li.recrute, div.contenu_block_norm ul li.recrute{
	text-align:justify;
}

div.contenu_block ul li.actu span.titre, div.contenu_block_norm ul li.actu span.titre, div.contenu_block ul li.recrute span.titre, div.contenu_block_norm ul li.recrute span.titre{
	font-weight:bold;
	text-align:left;
}

div.contenu_block ul li.actu span.pitch, div.contenu_block_norm ul li.actu span.pitch, div.contenu_block ul li.recrute span.contenu, div.contenu_block_norm ul li.recrute span.contenu{
	font-weight:normal;
	text-align:justify;
}

li.actu img, img.actualite{
	float:left;
	border:1px solid #085ba4;
	margin:5px;
}

p{
	text-align:justify;
}

.bot{
	clear:both;
}

.bleu{
	color:#085ba4;
}

.produit{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

.produit a{
	display:block;
	width:150px;
	height:160px;
	background:url(images/fond_btn_prod.jpg) 0 0 no-repeat;
	margin:2px;
	font-size:0.6em;
	text-decoration:none;
	color:#5E5C5C;
	font-weight:normal;
	text-align:center;
}

.produit a:hover{
	background-position: 0 -160px;
	color:#085ba4;
}

.produit a img{
	border: 1px solid #AFAFAF;
	/*border-top:0;*/
	margin:11px 0 7px 0;
}

.produit a:hover img{
	border: 1px solid #085ba4;
	/*border-top:0;*/
}

.produit a span{ 
	display:none;
	width:231px;
	margin:75px 0 0 10px;
	border: 1px solid #085ba4;
	background-color:#FFFFFF;
	text-align:center;
}

.produit a span span{
	height:20px;
	width:232px;
	background-color:#085ba4;
	position:absolute;
	left:-1px;
	bottom:-21px;
	margin:0;
	padding:5px 0 0 0;
	border:0;
	color:#FFF;
	border: 1px solid #085ba4;
}

html>body .produit a span span{
	width:231px;
	bottom:-20px;
}
 
.produit a:hover span {
	position: absolute;
	text-align:center;
	display:inline;
}

.produit a:hover span img{
	margin:0;
	border:0;
	float:left;
}

.produit a span.titre{
	display:block;
	margin:0 auto 0 auto;
	padding:0;
	width:144px;
	border:0;
	background:none;
}

.produit a:hover span.titre{
	width:144px;
	display:block;
	position: relative;
}

/************************************************** Style breadcrumbs *************************************************/

div#bread{
	margin-bottom:15px;
}

a.B_crumb,span.B_currentCrumb{
	font-size:0.8em;
}

span.B_crumbBox{
	margin:5px 0 5px 0;
}

/************************************************** Style footer ******************************************************/
div#footer{
	width:800px;
	color:#FFF;
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
}

div#footer p{
	font-size:0.6em;
	color:white;
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
}

div#footer a{
	color:#FFF;
}

div#footer a:hover{
	color:#F29100;
}

.required, .button{
	border:1px solid #F29100;
}

.error{
	color:#F29100;
}

input, textarea{
	border:1px solid #5e5c5c;
}

div#map{
	width: 380px;
	height: 380px;
	margin:0 0 0 1px;
	padding:0;
}


/*** FICHES PRODUITS ***/
div#fiche{
    background-color:white;
    width:786px;
	padding-top:15px;
	padding-left:7px;
	margin:0 auto 0 auto;
	height:500px;
	min-height:500px;
}

html>body div#fiche{
	height:auto;
}

div#generalite img{
	width:300px;
	float:left;
	border: 1px solid #5e5c5c;
	margin:10px 0 10px 30px;
}

div#generales{
	float:right;
}

div#generales ul{
	width:380px;
	margin:10px 10px 10px 0;
}

div#generales ul li{
	font-size:0.8em;	
	text-align:left;
	margin-left:30px;
}

div#marges ul li{
	font-size:0.8em;
}

div#fiche h1, div#marges h1.bleu{
	clear:both;
	font-size:.9em;
	color:#FFFFFF;
	font-weight:bold;	
	margin:0 10px 0 0;
	padding:10px;
	text-align:left;
	background-color:#085ba4;
	}


div#fiche h2, div#marges h2{
	font-size:.8em;	
	color:#085ba4;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	text-align:left;
	}

div#fiche h3, div#marges h3{
	font-size:1em;	
	font-style:italic;	
	color:#085ba4;
	font-weight:bold;
	margin:30px 0 0 10px;
	padding:5px;
	text-align:left;
}

div#fiche h4, div#marges h4{
	font-size:.8em;
	font-weight:bold;
	margin:5px 10px 5px 0;
	padding:10px;
	text-align:left;
	background-color:#5e5c5c;
	font-style:italic;	
	color:#FFFFFF;
	}
	
div#fiche p, div#marges p{
	font-size:.8em;
	margin:10px;
	text-align:justify;
	}

div#marges p.signature{
	text-align:right;
	font-weight:bold;
	color:#F29100;
}
	
div#fiche table, div#marges table{
	margin:10px;
	text-align:left;
	border:0;
	width:96%;
	}

div#fiche td, div#marges td{
	font-size:.7em;
	margin:0;
	padding:5px;
	text-align:center;
	border:1px solid #085ba4;
	}

div#fiche table.neutre h2{
	font-size:1em;
}

div#fiche table.neutre td{
    font-size:.8em;
	border:0;
	text-align:left;
}

div#fiche table.neutre td table td{
	font-size:1em;
}

div#fiche th{
	font-size:.8em;
	margin:0;
	padding:5px;	
	font-weight:bold;
	text-align:center;
	color:#085ba4;
	border:1px solid #085ba4;
	}

div#fiche th.double3{
	width:33%;
}

div#fiche th.double4{
	width:25%;
}

div#fiche th.double5{
	width:20%;
}

div#fiche th.double6{
	width:16%;
}

div#fiche th.double7{
	width:14%;
}

div#fiche th.double8{
	width:12%;
}

div#fiche th.double9{
	width:11%;
}

div#fiche td.bleu{
	font-weight:bold;
	color:#085ba4;
}

th.param{
	width:40%;
}

th.carac{
	height:60%;
}

div.schema{
	width:100%;
	text-align:center;
}

div.separateur{
	height:1px;
	width:99%;
	background:#5e5c5c;
}
/************************/

html>body #boite_contact{
	position:fixed;
	top:228px;
	right:20px;
	background:url('images/boite_contact_24.png') no-repeat;
	width:200px;
	height:200px;
	padding-top:20px;
	font-size:0.8em;
}

#boite_contact img{
	margin-left:10px;
}


a.importante{
	color:#F29100;
}

#trailimageid{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	/*width: 400px;*/
	height: 0px;
	z-index: 200;
}

.loupe_produit{
	padding:5px;
	background-color: #FFF;
	border: 1px solid #085ba4;
}

.loupe_produit h2{
	color:#085ba4;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

.specif_g{
	float:left;
}

.hidden{
	display:none;
}
