/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0; /* Remettre à zéro si nécessaire. */ 
  background-image:url(../images/bg.gif);
  background-position:top left;
  background-repeat:repeat;
  font-family: Arial, Helvetica, FreeSans, sans-serif; 
  font-size: 1em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: black; 
  
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em;
  color: #999999;
  margin: 10px 0 0 40px;
  text-shadow: #dadada 1px 1px 0; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
a:link { 
  color: #11C; 
} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: #00F; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 

input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

blockquote{
	margin-left: 60px;
	font-size: 12px;
}

#conteneur{
	margin-left:auto;
	margin-right:auto;
	width:1065px;
	height:800px;
}

#header{
	height:92px;}

#menu1{
	padding-top:25px;
	width: 790px;
	height:50px;
}

#menu1 ul, li{
	padding:0;
	margin:0;
	list-style-type:none;
	display: inline;
	float: right;
}

#menu1 li a{
	padding:8px 0 0 0;
	margin:0 5px 0 0;
	color:#FFFFFF;
	font-variant:small-caps;
	text-decoration:none;
	display:block;
	width:122px;
	height:33px;
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	text-shadow: #03204a 1px 1px 0;
}

#menu1 li a:hover{
	padding:8px 0 0 0;
	margin:0 5px 0 0;
	list-style-type:none;
	color:#FFFFFF;
	font-variant:small-caps;
	display:block;
	width:122px;
	height:33px;
	background-image:url(../images/btn2.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	text-shadow: #98905e 1px 1px 0;
}

#menu1 li a.active{
	padding:8px 0 0 0;
	margin:0 5px 0 0;
	color:#FFFFFF;
	font-variant:small-caps;
	text-decoration:none;
	display:block;
	width:122px;
	height:33px;
	background-image:url(../images/btn2.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	text-shadow: #98905e 1px 1px 0;
}

#menu1 li a.active:hover{
	padding:8px 0 0 0;
	margin:0 5px 0 0;
	list-style-type:none;
	color:#FFFFFF;
	font-variant:small-caps;
	display:block;
	width:122px;
	height:33px;
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	text-shadow: #03204a 1px 1px 0;
}

/*SOUS MENU ROLLOVER*/
/*-----------------------------------------------------------*/

#menu1 ul li ul{
	font-size: 12px;
	display: none;
}

#menu1 ul li:hover ul {
	display:block;
	height: 28px;
 }
 	
#menu1 li:hover ul li {
	float:none;
	margin-top: 0px;
 }
 
#menu1 li:hover ul li a {
	padding-top: 8px;
 }

#menu1 li ul {
	position: absolute;
 }

#menu2{
	padding-top:25px;
	width: 262px;
	height:50px;
	display: inline;
	float:right;
}

#menu2 ul, li{
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
}

#menu2 li a{
	padding:8px 0 0 0;
	margin:0 5px 0 0;
	text-decoration:none;
	color:#FFFFFF;
	font-variant:small-caps;
	display:block;
	width:122px;
	height:33px;
	background-image:url(../images/btn2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	text-shadow: #98905e 1px 1px 0;
}

#menu2 li a:hover{
	padding:8px 0 0 0;
	margin:0 5px 0 0;
	list-style-type:none;
	color:#FFFFFF;
	font-variant:small-caps;
	display:block;
	width:122px;
	height:33px;
	background-image:url(../images/btn.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	text-shadow: #03204a 1px 1px 0;
}

#menu2 li a.active{
	padding:8px 0 0 0;
	margin:0 5px 0 0;
	text-decoration:none;
	color:#FFFFFF;
	font-variant:small-caps;
	display:block;
	width:122px;
	height:33px;
	background-image:url(../images/btn.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	text-shadow: #03204a 1px 1px 0;
}

#menu2 li a.active:hover{
	padding:8px 0 0 0;
	margin:0 5px 0 0;
	list-style-type:none;
	color:#FFFFFF;
	font-variant:small-caps;
	display:block;
	width:122px;
	height:33px;
	background-image:url(../images/btn2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	text-shadow: #98905e 1px 1px 0;
}


#left_content_accueil{
	margin-left:12px;
	width:790px;
	height:520px;
	background-image:url(../images/back_accueil.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#left_content_accueil img{
	float:right;
	margin:115px 40px 0 0;
}

#left_content_accueil h1{
	margin:0;
	color:#FFFFFF;
	font-size:48px;
	padding:50px 0 0 40px;
	font-weight:bold;
	line-height:40px;
	text-shadow: #00112c 1px 1px 0;
}

#left_content_accueil h1.line1{
	margin:0;
	color:#FFFFFF;
	font-size:60px;
	padding:60px 0 0 130px;
	font-weight:bold;
	line-height:44px;
	text-shadow: #00112c 2px 2px 0;
}

#left_content_accueil h1.line2{
	margin:0;
	color:#FFFFFF;
	font-size:46px;
	padding:0 0 0 130px;
	font-weight:bold;
	line-height:40px;
	text-shadow: #00112c 2px 2px 0;
}

#left_content_accueil h1.line2de{
	margin:0;
	color:#FFFFFF;
	font-size:30px;
	padding:0 0 0 130px;
	font-weight:bold;
	line-height:40px;
	text-shadow: #00112c 2px 2px 0;
}

#left_content_accueil h1.line3{
	margin:0;
	color:#FFFFFF;
	font-size:44px;
	padding:0 0 0 130px;
	font-weight:bold;
	line-height:36px;
	text-shadow: #00112c 2px 2px 0;
}

#left_content_accueil h1.line3de{
	margin:0;
	color:#FFFFFF;
	font-size:38px;
	padding:0 0 0 130px;
	font-weight:bold;
	line-height:36px;
	text-shadow: #00112c 2px 2px 0;
}

#left_content{
	margin-left:12px;
	width:790px;
	height:520px;
	background-image:url(../images/back_left_content.png);
	background-repeat:no-repeat;
}

/*PAGE PRODUITS SOUPLES*/

#left_content_souple{
	margin-left:12px;
	width:790px;
	height:520px;
	background-image:url(../images/back_left_content_souple.png);
	background-repeat:no-repeat;
}

#left_content_souple li{
	margin-left: 60px;
	margin-bottom: 0;
	padding: 0;
	list-style-type: square;
	font-size: 12px;
	color: #333333;
}

#left_content_souple h1{
	margin:0;
	color:#015e95;
	font-size:48px;
	padding:50px 0 20px 40px;
	font-weight:bold;
	line-height:40px;
	text-shadow: #dadada 2px 2px 0;
}

#left_content_souple h1.h1spe{
	margin:0;
	color:#015e95;
	font-size:48px;
	padding:30px 0 20px 40px;
	font-weight:bold;
	line-height:40px;
	text-shadow: #dadada 2px 2px 0;
}

#left_content_souple img{
	margin: 0;
	padding: 0;
}

#left_content_souple p{
	margin:0;
	color:#333333;
	font-size:12px;
	padding:0 180px 0 40px;
	font-weight:normal;
	line-height:22px;
	text-align: justify;
	}

#left_content_souple ul, li{
	margin: 0;
	padding: 0;
	display: inherit;
	list-style-type: circle;
}

/*FIN PAGE PRODUITS SOUPLES*/

/*PAGE PROFILES RIGIDES*/

#left_content_rigide{
	margin-left:12px;
	width:790px;
	height:520px;
	background-image:url(../images/back_left_content_rigide.png);
	background-repeat:no-repeat;
}

#left_content_rigide li{
	margin-left: 60px;
	margin-bottom: 0;
	padding: 0;
	list-style-type: square;
	font-size: 12px;
	color: #333333;
}

#left_content_rigide h1{
	margin:0;
	color:#015e95;
	font-size:48px;
	padding:50px 0 20px 40px;
	font-weight:bold;
	line-height:40px;
	text-shadow: #dadada 2px 2px 0;
}

#left_content_rigide img{
	margin: 0;
	padding: 0;
}

#left_content_rigide p{
	margin:0;
	color:#333333;
	font-size:12px;
	padding:0 180px 0 40px;
	font-weight:normal;
	line-height:22px;
	text-align: justify;
	}

#left_content_rigide ul, li{
	margin: 0;
	padding: 0;
	display: inherit;
	list-style-type: circle;
}

/*FIN PAGE PROFILES RIGIDES*/

/*PAGE ENTREPRISE */

#left_content_ent{
	margin-left:12px;
	width:790px;
	height:520px;
	background-image:url(../images/back_left_content_ent.png);
	background-repeat:no-repeat;
}

#left_content_ent li{
	margin-left: 60px;
	margin-bottom: 0;
	padding: 0;
	list-style-type: square;
	font-size: 12px;
	color: #333333;
}

#left_content_ent h1{
	margin:0;
	color:#015e95;
	font-size:48px;
	padding:50px 0 20px 40px;
	font-weight:bold;
	line-height:40px;
	text-shadow: #dadada 2px 2px 0;
}

#left_content_ent img{
	margin: 0;
	padding: 0;
}

#left_content_ent p{
	margin:0;
	color:#333333;
	font-size:12px;
	padding:0 60px 0 40px;
	font-weight:normal;
	line-height:22px;
	text-align: justify;
	}

#left_content_ent ul, li{
	margin: 0;
	padding: 0;
	display: inherit;
	list-style-type: circle;
}

/*FIN PAGE ENTREPRISE*/

#left_content img.ph_accueil{
	float:right;
	margin:115px 40px 0 0;
}

#left_content li{
	margin-left: 60px;
	margin-bottom: 0;
	padding: 0;
	list-style-type: square;
	font-size: 12px;
	color: #333333;
}

#left_content h1{
	margin:0;
	color:#015e95;
	font-size:48px;
	padding:50px 0 20px 40px;
	font-weight:bold;
	line-height:40px;
	text-shadow: #dadada 2px 2px 0;
}

#left_content img{
	margin: 0;
	padding: 0;
}

#left_content p{
	margin:0;
	color:#333333;
	font-size:12px;
	padding:0 60px 0 40px;
	font-weight:normal;
	line-height:22px;
	text-align: justify;
	}

#left_content ul, li{
	margin: 0;
	padding: 0;
	display: inherit;
	list-style-type: circle;
}

#right_content{
	width:262px;
	height:545px;
	float:right;
}

#right_content_bloc{
	width:262px;
	background-image:url(../images/back_right_content.png);
	background-repeat:no-repeat;
}

#right_content_bloc_accueil{
	width:262px;
	height:233px;
	background-image:url(../images/right_gris.png);
	background-repeat:no-repeat;
}

#right_content_bloc_accueil h1{
	padding:100px 10px 0 23px;
	line-height:14px;
	font-weight:normal;
	font-size:14px;
	color: #999999;
	text-shadow: #f0f0f0 1px 1px 0;
}

#right_content_bloc_accueil p{
	padding-left:23px;
	line-height:14px;
	font-size:14px;
	color:#999999;
	text-shadow: #f0f0f0 1px 1px 0;
}

#right_content_bloc_gris{
	width:262px;
	height:233px;
	background-image:url(../images/right_gris.png);
	background-repeat:no-repeat;
	margin-top:18px;
}

#right_content_bloc_gris h1{
	padding:100px 10px 0 23px;
	line-height:14px;
	font-weight:normal;
	font-size:14px;
	color: #999999;
}

#right_content_bloc_gris p{
	padding-left:23px;
	line-height:14px;
	font-size:14px;
	color:#999999;
}

#left_content_news{
	background-image:url(../images/back_actu.png);
	background-repeat:no-repeat;
	width:371px;
	height:169px;
	margin:30px 0 0 40px;
	padding:25px 30px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
#drapeaux{
	margin:0;
	padding:0;
	}

#signature{
	padding:0;
	margin:0;
	width:785px;
	font-size: 10px;
	color: #999999;
	text-align: right;
	}

#signature a{
	color: #666666;
	}
	
#signature a:hover{
	color: #333333;
	}

/*FORMULAIRE CONTACT*/

form{
	padding-top: 30px;
	font-size: 12px;
	color: #333333;
}

#formleft{
	padding: 0;
	margin: 0 0 0 30px;
	width: 350px;
	text-align: right;	
}

#formright{
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 150px;	
}

#formbottom{
	padding: 0;
	margin: 0 0 0 30px;
	width: 350px;
	text-align: right;
	padding-top: 20px;
}

textarea{
	width: 200px;
	height: 188px;
	border:none;
	background-color: #e1e1e1;
}

input{
	border:none;
	height: 18px;
	background-color: #e1e1e1;
	padding: 2px;
	margin: 2px;
}

#plaquette{
	float:right;
	margin:20px 45px 0 0;
	}
	
#qualite-right-col{
	float:right;
	width:240px;
	margin:80px 0 0 60px;
	height:320px;
	}
	
	.advertMail {
    padding: 10px 20px;
    margin-left: 20px;
}