body {
margin: 20px 0 0 0;
padding: 0px;
text-align: center; /* pour centrage sous IE5 */
font-size: 12px;
font-family: Arial;
color: #6a6a6a;
background-color: #e9e9e8; /*#eeeded;*/
}



#conteneur {
margin: 0 auto;
width: 990px;
text-align: left; /* retablissement du centrage */
background-color: #ffffff;
}

/* -------------- Header --------------- */

#header {
width: 990px;
/*height: 145px;*/
height: 240px;
/* height: 150px */
float: left;
background: #ffffff url(images/fheader.jpg) no-repeat 0px 30px;
}

ul#menuh1 {
float: right;
margin: 8px 7px 0 0;
padding: 0;
list-style: none;
}
ul#menuh1 li {
display: inline;
float: left;
margin: 0 28px 0 0;
padding: 2px 0 2px 0;
background-color: #ffffcc;
}
ul#menuh1 li#mh1v {
padding-left: 22px;
background: url(images/fmh1v.gif) no-repeat 0 2px;
}
ul#menuh1 li#mh1s {
padding-left: 18px;
background: url(images/fmh1s.gif) no-repeat 0 1px;
}
ul#menuh1 li#mh1b {
padding-left: 17px;
background: url(images/fmh1b.gif) no-repeat 0 3px;
}
ul#menuh1 li#mh1c {
padding-left: 20px;
background: url(images/fmh1c.gif) no-repeat 0 4px;
}
ul#menuh1 li#mh1p {
padding-left: 32px;
background: url(images/fmh1p.gif) no-repeat 0 2px;
}
ul#menuh1 li#mh1ps {
padding-left: 20px;
background: url(images/fmh1ps.gif) no-repeat 0 1px;
}

ul#menuh1 li a {
color: #a0a1a1;
font-size: 11px;
text-decoration: none;
}
ul#menuh1 li a:hover {
text-decoration: underline;
}


a#logo {
width: 324px;
/*height: 109px;*/
height: 144px;
display: block;
float: left;
margin-left: 20px;
display: inline;
margin-top: 30px;
font-size: 0;
line-height: 0;
color: #ffffff;
text-decoration: none;
/*background: url(images/ventsys.gif) no-repeat;*/
}
a#logo img {
	border: 0;
}

/* -------------- Fin Header --------------- */


/* -------------- Corps --------------- */

#corps {
float: left;
width: 990px;
padding: 0 0 30px 0;
background-color: #ffffff ; /*url(images/fcg.gif) no-repeat 0 35px;*/
}

div.menuh2 {
	position: relative;
	/*height: 31px;*/
	height: 35px;
	margin: 0;
	list-style: none;
	background-color: #e9e9e8;	
}

ul#menu_secteurs {
float: left;
/*height: 31px;*/
height: 35px;
margin: 0;
padding: 0;
list-style: none;
}
ul#menu_secteurs li {
float: left;
margin: 0;
padding: 0;
}
ul#menu_secteurs li a {
display: block;
float: left;
font-size: 12px;
font-weight: bold;
padding: 10px 19px 10px 19px;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
ul#menu_secteurs li a.actif {
padding: 0px 19px 0px 19px;
line-height: 35px;
font-size: 16px;
}
ul#menu_secteurs li a:hover {
}
ul#menu_secteurs li a#eau {
color: #0071ba;
}
ul#menu_secteurs li a#eau:hover, ul#menu_secteurs li a#eau.actif, ul#menu_secteurs li a#eau.actif2 {
background: url(images/fmh2eau.gif) no-repeat center bottom;
}
ul#menu_secteurs li a#air {
color: #45a200;
}
ul#menu_secteurs li a#air:hover, ul#menu_secteurs li a#air.actif, ul#menu_secteurs li a#air.actif2  {
background: url(images/fmh2air.gif) no-repeat center bottom;
}
ul#menu_secteurs li a#vent {
color: #8bbc23; /*#66ac0d;*/
}
ul#menu_secteurs li a#vent:hover, ul#menu_secteurs li a#vent.actif, ul#menu_secteurs li a#vent.actif2 {
background:  url(images/fmh2vent.gif) no-repeat center bottom;
}
ul#menu_secteurs li a#inso {
color: #6a6a6a;
}
ul#menu_secteurs li a#inso:hover, ul#menu_secteurs li a#inso.actif, ul#menu_secteurs li a#inso.actif2 {
	background: url(images/fmh2inso.gif) no-repeat center bottom;
}



/*  Sous-menus */
.sous_menu_secteur {
	position: absolute;
	left: -9999px;
	top: -9999px; /* Jouer sur la position plutôt qu'utiliser display: none, car image background pas mis en cache par navigateur si display: none; */
	width: 710px;
	min-height: 325px;
	padding: 0 0 0px 280px;
	z-index: 10;
}
.sous_menu_secteur.show { /* Jouer sur la position plutôt que sur display: none, car image background pas mis en cache */
	left: 0;
	top: 35px;	
}
.sous_menu_secteur .prestations_categories_produits {
	float: left;
	width: 415px;
	padding: 10px 0 0 0;
}
.sous_menu_secteur .prestations {
	float: left;
	width: 195px;
}
.sous_menu_secteur .categories_produits {
	float: right;
	width: 205px;
}
.sous_menu_secteur .produit_vedette {
	float: right;
	width: 290px;
	padding: 0 0 50px 0;
}

#ssm2 .sous_menu_secteur {
	border-top: 17px #0062ab solid;
	background: url(images/fd-ssm-eau.png) no-repeat bottom left;
}
#ssm3 .sous_menu_secteur {
	border-top: 17px #45a200 solid;
	background: url(images/fd-ssm-air.png) no-repeat bottom left;
}
#ssm4 .sous_menu_secteur {
	border-top: 17px #78b52a solid;
	background: url(images/fd-ssm-vent.png) no-repeat bottom left;
}
#ssm5 .sous_menu_secteur {
	border-top: 17px #6a6a6a solid;
	background: url(images/fd-ssm-inso.png) no-repeat bottom left;
}
#ssm5 .sous_menu_secteur .prestations {
	float: left;
	width: 210px;
}
#ssm5 .sous_menu_secteur .categories_produits {
	float: right;
	width: 195px;
}

/*  Réinitialisation */
#menu_secteurs .sous_menu_secteur a {
	float: none;
	padding: 0;
	margin: 0;
	text-align: left;
	white-space : normal;
}
#menu_secteurs .sous_menu_secteur h2 {
	background: none;
}
/*  FIN Réinitialisation */


#menu_secteurs .prestations_categories_produits h2 {
	padding: 0;
	margin: 0 0 7px 0;
	font-size: 13px;
}
#ssm2 .prestations_categories_produits h2 {
	color: #0062ab;
}
#ssm3 .prestations_categories_produits h2 {
	color: #45a200;
}
#ssm4 .prestations_categories_produits h2 {
	color: #78b52a;
}
#ssm5 .prestations_categories_produits h2 {
	color: #6a6a6a;
}
#menu_secteurs .sous_menu_secteur ul, .sous_menu_secteur li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_secteurs .sous_menu_secteur ul.lprest {
	margin: 0 0 10px 0;
}
#menu_secteurs .sous_menu_secteur li {
	float: none;
	margin: 0 0 4px 0;
	padding: 0 10px 0 8px;
}
#menu_secteurs .prestations_categories_produits li a {
	padding: 0;
	margin: 0;
	color: #9d9d9d;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none;
}
#menu_secteurs .prestations_categories_produits a:hover {
	text-decoration: underline;
}
#menu_secteurs .prestations_categories_produits li li {
	padding: 0 0 0 5px;
}
#menu_secteurs .prestations_categories_produits li li a {
	color: #b3b3b3;
	font-size: 11px;
	line-height: 11px;
}

#menu_secteurs .produit_vedette h2 {
	margin: 0 0 15px 0;
	padding: 7px 10px 13px 10px;
}
#menu_secteurs .produit_vedette h2 a {
	color: #ffffff;
	font-size: 22px;
	text-decoration: none;
	line-height: 22px;
}
#menu_secteurs .produit_vedette h2 a:hover {
	text-decoration: underline;
}
#ssm2 .produit_vedette h2 {
	background: #0062ab;
}
#ssm3 .produit_vedette h2 {
	background: #45a200;
}
#ssm4 .produit_vedette h2 {
	background: #78b52a;
}
#ssm5 .produit_vedette h2 {
	background: #6a6a6a;
}
.produit_vedette_content {
	padding: 0 10px 0 13px;
}
.produit_vedette_content .illustration {
	float: left;
	width: 75px;
}
.produit_vedette_content .description {
	margin: 0 0 0 90px;
}
#menu_secteurs  .sous_menu_secteur .bt_voir_produit {
	position: absolute;
	display: block;
	width: 97px;
	height: 23px;
	padding: 5px 0 0 10px;
	right: 0;
	bottom: 20px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu_secteurs  .sous_menu_secteur .bt_voir_produit:hover {
	text-decoration: underline;
}
#ssm2 .bt_voir_produit {
	background: url(images/bt-voir-produit-eau.png) no-repeat;
}
#ssm3 .bt_voir_produit {
	background: url(images/bt-voir-produit-air.png) no-repeat;
}
#ssm4 .bt_voir_produit {
	background: url(images/bt-voir-produit-vent.png) no-repeat;
}
#ssm5 .bt_voir_produit {
	background: url(images/bt-voir-produit-inso.png) no-repeat;
}

.sous_menu_secteur .ssm_footer {
	clear: both;
	height: 25px;
}
/*  FIN Sous-menus */



ul.menu_cat_ref {
float: right;
/*height: 31px;*/
height: 35px;
margin: 0;
padding: 0;
list-style: none;
}
ul.menu_cat_ref li {
float: left;
margin: 0;
padding: 0;
}
ul.menu_cat_ref li a {
display: block;
float: left;
font-size: 12px;
font-weight: bold;
padding: 10px 19px 10px 19px;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
ul.menu_cat_ref li a.actif {
font-weight: bold;
}
ul.menu_cat_ref li a:hover {

}
ul.menu_cat_ref li a#cat {
	color: #535353;
}
ul.menu_cat_ref li a#cat:hover, ul#menu_cat_ref li a#cat.actif {
	background: url(images/fmh2cat.gif) no-repeat center bottom;
}
ul.menu_cat_ref li a#ref {
	color: #535353;
}
ul.menu_cat_ref li a#ref:hover, ul#menu_cat_ref li a#ref.actif {
	background: url(images/fmh2ref.gif) no-repeat center bottom;
}

/* -------------- Gauche --------------- */

#gauche {
	float: left;
	width: 220px; /*212 */
	padding-left: 15px;
	margin: 15px 0 0 0;
}


div.menu_prestations {
	float: left;
	width: 200px;
	background-color: #cccccc;
}

div.menu_catalogue {
	float: left;
	width: 200px;
	margin: -10px 0 20px 0;
}

#gauche .menu_prestations h2 {
	margin: 0;
	padding: 0;
	background: none;
	background: url(images/fd-h2-menu-eau.gif) no-repeat; /* style par défaut lorsque dans aucun secteur (page société par exemple) */
}
#gauche h2 a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#gauche h2 a:hover {
	text-decoration: underline;
}
#gauche .menu_prestations h2 {
	padding: 7px 5px 7px 10px;
	/*padding: 130px 5px 5px 5px;
	background: url(images/fd-menu-h2-prestations.jpg) no-repeat top left;*/
}
#gauche .menu_catalogue h2 {
	padding: 33px 5px 7px 10px;
	margin: 0;
	background: url(images/fd-h2-menug-catalogue.gif) no-repeat top left;
}
#gauche .menu_catalogue h2 a {
	color: #ffffff;
	font-size: 12px;
}

ul.menug {
	width: 190px;
	margin: 0 0 0px 0;
	padding: 5px 5px 30px 5px;
	list-style: none;
	background: #ffffff url(images/fdmenug.gif) no-repeat bottom;
}
.menug li {
	display: inline;
	list-style: none;
}
.menug li a {
	display: block;
	font-size: 12px;
	font-family: Arial;
	color: #999999;
	margin: 0 0 0 0px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px #ffffff dotted;
	text-decoration: none;
}
.menug li a:hover {
	/*text-decoration: underline;*/
	/*padding: 5px 0 3px 0px;
	border-bottom: 2px #cccccc solid;*/
	/*background-color: #f0f0f0;*/
	text-decoration: underline;
}
.menug li a.actif {
	text-decoration: underline;
}
ul.menug ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menug ul.menu_niv2 {
	margin: 0 0 0px 0;
}
ul.menug ul li {
}
ul.menu_niv2 li a {
	display: block;
	color: #9a9999;
	padding: 5px 0 5px 15px;
}
/*
#gauche ul.menug li.rubrique_prestations  {
		border-bottom: 1px #ffffff solid;
}
#gauche ul.menug li.rubrique_prestations a {
	font-size: 13px;
	font-weight: bold;
	background-color: #e2e2e2;
}
#gauche ul.menug li.rubrique_prestations ul li a {
	font-size: 12px;
	font-weight: normal;
}
*/


/* -------------- Fin gauche --------------- */


/* -------------- Contenu --------------- */

#contenu {
/*width: 542px;*/
width: 735px;
float: left;
}


#contenu div.fil_ariane_contact {
	float: left;
	width: 735px;
	margin: 0 0 10px 0;
}

#contenu #filariane {
float: left;
width: 515px; /* 515px;  */
margin: 17px 15px 20px 0;
display: inline;
font-size: 11px;
padding: 0 0px 8px 0;
background: url(images/ffa.gif) repeat-x bottom;
}
#contenu #filariane div {
display: inline;
font-size: 11px;
padding: 0;
margin: 0;
}
#contenu #filariane a {
font-size: 11px;
text-decoration: none;
}
#contenu #filariane a:hover {
text-decoration: underline;
}

#lpdf {
float: right;
margin: 1px 12px 0 0;
}
#lpdf img {
border: 0;
}
#limp {
float: right;
margin: 5px 15px 0 15px;
}
#limp img {
border: 0;
}

#texteintroref {
/*float: left;
width: 719px;*/
padding: 8px 8px 8px 8px;
margin: 0 0 25px 0;
text-align: justify;
background-color: #eeeeee;
}

/* bloc_contenu */
#contenu .bloc_contenu {
	width: 735px;
	float: left;
	margin: 0 0 10px 0;
}

.spacer {
	clear: both;
	display: block;
	background: none;
	border: 0;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
	/*height: 5px;
	background-color: #999999;*/
}

/* titre texte photo droite */
.titre_texte_photo_droite .contenu_titre_texte {
	float: left;
	width: 465px;
	display: inline;
	margin: 0 20px 0 0;
}
#contenu .titre_texte_photo_droite .contenu_titre_texte h2 {
	margin: 0 0 10px 0;
}
.titre_texte_photo_droite .contenu_titre_texte .contenu_texte {
	margin: 0px 0 0 0;
	text-align: justify;
}
.titre_texte_photo_droite .contenu_photos {
	float: left;
	width: 250px;
}
.titre_texte_photo_droite .contenu_photo {
	float: left;
	width: 250px;
}

/* contenu photo */
.contenu_photo .photo {

}
.contenu_photo .annotation {
	padding: 3px 10px;
	margin: 8px 0 0 0;
	font-size: 11px;
	text-align: center;
	background-color: #f0f0f0;
}
.legende_image { /* Annotation dans modèle img */
	padding: 3px 10px;
	margin: 8px 0 0 0;
	font-size: 11px;
	text-align: center;
	background-color: #f0f0f0;
}

/* titre texte photo gauche */
.titre_texte_photo_gauche .contenu_titre_texte {
	float: right;
	width: 465px;
	margin: 0 0px 0 0;
}
#contenu .titre_texte_photo_gauche .contenu_titre_texte h2 {
	margin: 0 0 0 0;
}
.titre_texte_photo_gauche .contenu_titre_texte .contenu_texte {
	margin: 10px 0 0 0;
}
.titre_texte_photo_gauche .contenu_photo {
	float: left;
	width: 250px;
}


/* titre texte */
.titre_texte .contenu_titre_texte {
	float: right;
	width: 735px;
	margin: 0 0px 0 0;
}
#contenu .titre_texte .contenu_titre_texte h2 {
	margin: 0 0 0 0;
}
.titre_texte .contenu_titre_texte .contenu_texte {
	margin: 10px 0 0 0;
}

/*
.footer_bloc_contenu {
	clear: both;
	width: 735px;
	float: left;
}
*/
/* FIN bloc_contenu */

h1 {
	font-size: 20px;
	margin: 20px 0px 25px 0px;
	padding: 0;
}
h1 span {
	font-weight: normal;
}


#contenu h2 {
	clear: both;
	font-size: 16px;
	margin: 30px 0px 15px 0px;
	padding: 1px 0px 1px 17px;
}

/*
h2 {
float: left;
width: 525px;
font-size: 13px;
margin: 20px 0px 15px 0px;
padding: 1px 0px 1px 17px;
}
*/

a img {
	border: 0;
}

#contenu p {
margin: 0px 0px 10px 0px;
/*text-align: justify;*/
}

#contenu a {
font-size: 12px;
}
/* style pour secteurs sur meme page ??? a voir */
#contenu .eau {
color: #0071ba;
}
#contenu .air {
color: #45a200;
}
#contenu .vent {
color: #8bbc23;
}
#contenu .inso {
color: #6a6a6a;
}
/* Fin pour secteurs sur meme page ??? a voir */

#contenu ul {
margin: 15px 0 15px 40px;
padding: 0;
list-style: none;
}
#contenu ul li {
padding: 0 0 0 10px;
margin: 0 0 2px 0;
}

span.imgcom {
text-align: center;
background-color: #dddddd;
}
span.imgcom img {
margin-bottom: 3px;
}

/* -------------- Fin contenu --------------- */


/* -------------- Droit --------------- */

#droit {
float: right;
width: 210px;
padding: 0 0 0 0px;
margin: 14px 0 0 0;
}

dl.encart {
float: left;
width: 202px;
margin: 0 0 15px 0;
padding: 0;
}
dl.encart dt {
float: left;
width: 167px;
height: 23px;
padding: 6px 0 0 35px;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}
dl.encart dd {
float: left;
width: 186px;
font-size: 11px;
margin: 0;
padding: 8px 8px 9px 8px;
background: url(images/fdde.gif) no-repeat bottom;
}
dl.encart dd.actus {
	padding: 15px 8px 20px 8px;
	font-size: 12px;
}
dl.encart dd.actus a {
	font-weight: bold;
	text-decoration: none;
}
dl.encart dd.actus a:hover {
	text-decoration: underline;
}
dl.encart dd.actus a.titre_actu {
}
dl.encart dd.actus a.titre_actu_pdf {
	display: block;
	padding: 0px 0 6px 35px;
	background: url(http://www.ventsys.net/ventsys326/images/lpdf.gif) no-repeat;
}
dl.encart dd.actus .illustration_actu {
	margin: 15px 0 0 0;
	text-align: center;
}

div.encartd {
float: left;
width: 202px;
margin: 0 0 15px 0;
padding: 0;
}
div.encartd h2 {
float: left;
width: 167px;
height: 23px;
padding: 6px 0 0 35px;
margin: 0;
font-size: 13px;
font-weight: bold;
color: #ffffff;
}
div.encartd div.contenu_encartd {
float: left;
width: 186px;
margin: 0;
padding: 8px 8px 9px 8px;
background: url(images/fdde.gif) no-repeat bottom;
}

div.encartd div.contenu_encartd_02 {
float: left;
width: 188px;
margin: 0;
padding: 8px 7px 9px 7px;
background: url(images/fdde.gif) no-repeat bottom;
}



/* Blog */

.encartd ul.articles_blog {
	margin: 0 0px 0 0px;
	padding: 0;
	list-style: none;
}
.encartd ul.articles_blog li {
	display: inline;
}
.encartd ul.articles_blog li a {
	display: block;
	padding: 5px 5px 5px 1px;
	text-decoration: none;
}
.encartd ul.articles_blog li a:hover {
	text-decoration: underline;
}
.encartd ul.articles_blog li a#actif {
	color: #30a22c;
}



.encartd ul.articles_blog_02 {
	margin: 0 0px 0 0px;
	padding: 0;
	list-style: none;
}
.encartd ul.articles_blog_02 li {
	display: inline;
}
.encartd ul.articles_blog_02 .article_blog {
	margin: 0 0 20px 0;
}
.encartd ul.articles_blog_02 .article_blog a.titre_article_blog {
	display: block;
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.encartd ul.articles_blog_02 .article_blog .date_article_blog {
	margin: 0 0 10px 0;
	color: #999999;
	text-decoration: none;
}
.encartd ul.articles_blog_02 .article_blog a:hover {
	text-decoration: underline;
}
.encartd ul.articles_blog_02 .article_blog .illustration_article_blog {
	margin: 0 0 10px 0;
	text-align: center;
}
.encartd ul.articles_blog_02 .article_blog .descriptif_article_blog {
	margin: 0 0 8px 0;
	text-align: justify;
}
.encartd ul.articles_blog_02 .article_blog a.lire_suite_article_blog {
	display: block;
	height: 20px;
	text-align: right;
	padding: 5px 7px 0 0;
	text-decoration: none;
	background: url(images/bg_lire_suite_ab.gif) no-repeat top right;
}
.encartd ul.articles_blog_02 .article_blog a.lire_suite_article_blog:hover {
	text-decoration: underline;
}
.encartd ul.articles_blog_02 a.voir_tous_articles_blog {
	display: block;
	height: 20px;
	padding: 5px 7px 0 0;
	margin: 0 0 3px 0;
	text-align: right;
	text-decoration: none;
	background: url(images/bg_voir_ttes_actus.gif) no-repeat top right;
}
.encartd ul.articles_blog_02 a.voir_tous_articles_blog:hover {
	text-decoration: underline;
}




.encartd ul.categories_blog {
	margin: 0 0px 0 0px;
	padding: 0;
	list-style: none;
}
.encartd ul.categories_blog li {
	display: inline;
}
.encartd ul.categories_blog li a {
	display: block;
	padding: 7px 5px 7px 1px;
	text-decoration: none;
	border-bottom: 1px #cccccc dotted;
}
#droit .encartd ul.categories_blog li a:hover {
	color: #30a22c;
	background: #f4f3f3;
}
.encartd ul.categories_blog li a#actif {
	color: #30a22c;
	background: #f4f3f3;
}

/* Fin blog */




ul#econtact {
float: left;
margin: 6px 0 0px 7px;
padding: 3px 0 0 5px; /*  padding: 3px 0 0 25px;  */
list-style: none;
}
ul#econtact li {
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 4px 0 4px 30px; /* padding: 4px 0 4px 29px;  */
}
ul#econtact li#ctel {
margin: 0px 0 5px 0;
background: url(images/flictel.gif) no-repeat;
}
ul#econtact li#cemail {
margin: 0px 0 4px 0;
background: url(images/flicemail.gif) no-repeat;
}
ul#econtact li#cemail a {
text-decoration: none;
}
ul#econtact li#cemail a:hover {
text-decoration: underline;
}


div.encart-contact {
	float: left;
	width: 186px;
	margin: 0;
	padding: 0px 8px 1px 8px;
	background: url(images/fdde.gif) no-repeat bottom;
}



ul#eprestassoc {
margin: 10px 0 5px 10px;
padding: 0;
list-style: none;
}
ul#eprestassoc li {
margin: 0;
padding: 0 0 0 10px;
margin: 0 0 4px 0;
background: url(images/flieau.gif) no-repeat 0 6px;
}
ul#eprestassoc li a {
font-size: 11px;
}
div.eltassoc {
width: 15px;
height: 18px;
position: absolute;
top: 30px;
left: -14px;
background: url(images/feltassoc.gif) no-repeat;
}




div#produitnews {
width: 186px;
margin: 0 0 10px 0;
padding: 0;
}
#produitnews #imgprod {
text-align: center;
margin-bottom: 10px;
}
#produitnews a img {
border: 0;
}
#produitnews a#nomprod {
display: block;
width: 186px;
margin: 0 0 5px 0;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
#produitnews a#nomprod:hover {
text-decoration: underline;
}
form#news {
margin: 0;
padding: 10px 0 0 0;
background: url(images/ffnews.gif) repeat-x;
}
#news #emailnews {
float: left;
width: 135px;
font-size: 11px;
color: #6a6a6a;
padding: 2px 1px 2px 3px;
margin: 6px 10px 5px 2px;
}
#news #submitnews {
float: left;
margin: 6px 0px 6px 0px;
}
#news .option {
margin: 1px 0px 1px 5px;
vertical-align: middle;
}
/* -------------- Fin droit --------------- */


/* -------------- Fin corps --------------- */

/* -------------- Footer --------------- */

#footer {
float: left;
width: 990px;
padding: 0 0 20px 0;
background-color: #e9e9e8;
}

#footer1 {
width: 990px;
height: 70px;
margin: 0;
padding: 20px 0 10px 0;
background: #eef1f4 url(images/ff1.gif) repeat-x;
}
#coordf1 {
float: left;
width: 300px;
margin: 0 0 0px 35px;
display: inline;
font-size: 12px;
color: #0071ba;
line-height: 15px;
}
ul#secteurf1 {
float: right;
width: 655px;
margin: 0;
padding: 0;
list-style: none;
font-size: 12px;
text-align: center;
}
ul#secteurf1 li {
display: inline;
margin: 0 0 0 8px;
padding: 0 12px 0 0;
background: url(images/flisf1.gif) no-repeat right 6px;
}
ul#secteurf1 li#der {
background: none;
}
ul#secteurf1 li a {
text-decoration: none;
}
ul#secteurf1 li a:hover {
text-decoration: underline;
}
ul#secteurf1 li a#eau {
color: #0071ba;
}
ul#secteurf1 li a#air {
color: #45a200;
}
ul#secteurf1 li a#vent {
color: #66ac0d;
}
ul#secteurf1 li a#inso {
color: #6a6a6a;
}

ul#footer2 {
	float: left;
	width: 990px;
	margin: 0;
	padding: 20px 0 20px 0;
	list-style: none;
	font-size: 12px;
	text-align: center;
	color: #b2b1b1;
	background: #ffffff url(images/ff2.gif) repeat-x;
}
ul#footer2 li {
	margin: 0;
	padding: 0;
	margin: 0 10px;
	display: inline;
}
ul#footer2 li:hover {
	border-bottom: 1px #b2b1b1 dotted;
}
ul#footer2 li a {
	color: #929191;
	text-decoration: none;
}
ul#footer2 li a:hover {
	text-decoration: none;
}


ul#footer3 {
float: left;
width: 990px;
margin: 30px 0 20px 0;
padding: 0px 0 10px 0;
list-style: none;
font-size: 12px;
text-align: center;
}
ul#footer3 li {
margin: 0;
padding: 0;
margin: 0;
color: #929191;
display: inline;
}
ul#footer3 li a {
color: #929191;
text-decoration: none;
}
ul#footer3 li a:hover {
text-decoration: none;
}

/* -------------- Fin footer --------------- */


