@charset "utf-8";
* {margin:0; padding:0}

html,body{text-align:center;}

#general{
	background: #37648e url(./Images/fond2.jpg) repeat-x left 294px;
}

#site{
	background: #cee4f2 url(./Images/frise2.jpg) no-repeat top center;
	height: 294px;
	width:980px;
	}
html>body #site{
	height:auto;
	min-height: 294px;
	width:auto;
	min-width: 980px;
	}


input,select,textarea{border: solid 1px #85aed2;background-color: #fff}

a img{border:none;}

#page{
width:980px;
text-align:left;
margin-left:auto;
margin-right:auto;
position:relative;
}

#header{
	/*position:relative;*/
	height: 140px;
	padding-top: 22px;
	}
html>body #header{
	height: auto;
	min-height: 140px;
	}

#choixlangues{
	position:absolute;
	width: 185px;
	height:40px;
	top:10px;
	right:0px;
}
#choixlangues a{
color: #4c4c4d;
text-decoration: none;
}

#choixlangues div.blocSousMenu{display:none;position:absolute;z-index: 500;}
#choixlangues div.blocSousMenu a{
	display:block;
	background: url(./Images/pucemenu.png) no-repeat 20px center;
	color:#365468;
	text-decoration:none;
	text-align: left;
	white-space:nowrap;
	_height:1%;
	padding:3px;
	padding-left: 35px;
	}

#choixlangues div.blocSousMenu a:hover, #choixlangues div.blocSousMenu a:focus, #choixlangues div.blocSousMenu a.subactif{
	background-color:#edf6fd;
	color:#365468;
}

#flash_accueil{
	z-index: 0;
	}

#menu{
	background: url(Images/fond_menu.png) no-repeat left top;
	height: 13px;
	padding: 10px 0 11px 0;
}	
#menu div.blocMenu{float:left;position:relative;z-index: 500;}
#menu div.blocMenu a.menuItem{
	display:block;
	/*padding: 0 35px;*/
	border-right: solid 1px #1c3e5d;
	color:#1c3e5d;
	text-decoration: none;
	text-align: center;
	}
	
#menu div.blocMenu a.menuItem:HOVER, #menu div.blocMenu a.menuItem.actif {
	color:#395773;
	}
#menu div.blocSousMenu{display:none;position:absolute;z-index: 500;}
#menu div.blocSousMenu a.submenuItem{
	display:block;
	background: url(./Images/pucemenu.png) no-repeat 12px center;
	color:#365468;
	text-decoration:none;
	text-align: left;
	white-space:nowrap;
	_height:1%;
	padding:3px;
	padding-left: 25px;
	}

#menu div.blocSousMenu a.submenuItem:hover, #menu div.blocSousMenu a.submenuItem:focus, #menu div.blocSousMenu a.subactif{
	background-color:#edf6fd;
	color:#365468;
}
	
#elemmenu{
	position: absolute;
	}
.blocSousMenu_top{
	background: url(./Images/sous_menus_top.png) no-repeat top left;
	width: 185px;
	height: 24px;
	}

.blocSousMenu_midd{
	background: url(./Images/sous_menus_midd.png) repeat-y top left;
	width: 165px;
	padding: 0 10px;
	}

.blocSousMenu_bott{
	background: url(./Images/sous_menus_bott.png) no-repeat top left;
	width: 185px;
	height: 20px;
	}

div.blocSousMenu_small{display:none;position:absolute;z-index: 500;left:50%;margin-left:-31px;}
.blocSousMenu_top_small{
	background: url(./Images/sous_menus_top_small.png) no-repeat top left;
	width: 63px;
	height: 24px;
	}

.blocSousMenu_midd_small{
	background: url(./Images/sous_menus_midd_small.png) repeat-y top left;
	width: 43px;
	padding: 0 10px;
	text-align: center;
	}

.blocSousMenu_bott_small{
	background: url(./Images/sous_menus_bott_small.png) no-repeat top left;
	width: 63px;
	height: 20px;
	}
	
.blocSousMenu_midd_small a{
	display: block;
	padding-top: 3px;
	}

#contenu{
	padding-top: 12px;
	}

#footer{
}
	
#footer a{}

.clear{
	display:block;
	width:0px;
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	}

.tabForm{
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	}
	
.tabForm td{
	vertical-align:top;
	padding: 5px;
	text-align: left;
}

.tabFront{
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	}
	
.tabFront th{
	font-weight:bold;
	text-align:center;
	padding: 2px;
}
.tabFront td{
	text-align:center;
	padding: 2px;
}

#flashAccueil{
	height: 260px;
	position: relative;
}

#ligne_actus{
	background: url(Images/ligne_actus.png) no-repeat left top;
	height: 34px;
	padding: 0 15px;
	margin-top: 4px;
	}
	
#ligne_actus table td{
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
	color:#fff;
	line-height: 34px;
	font-size: 13px;
	}
	
#ligne_actus .titre_actu{
	color:#1c3e5d;
	font-weight: bold;
	font-size: 12px;
	}
	
#ligne_actus table td a{
	color:#1c3e5d;
	text-decoration: underline;
	}

#listeBlocs_accueil{
	/*width: 909px;*/
	height: 43px;
}

#listeBlocs_accueil td{
	/*width: 25%;*/
}

#listeBlocs_accueil td a{
	display: block;
	height: 43px;
	text-decoration: none;
}

#blocsAccueil{
	/*width: 909px;*/
	}

#blocsAccueil td{
	width: 25%;
	vertical-align:top;
	background: url(./Images/bloc_accueil.png) no-repeat top left;
	height: 145px;
	padding: 13px 15px 160px 15px;
}

#blocsAccueil td .texte{
	height: 110px;
	overflow: hidden;
	padding-bottom: 10px;
	}
#blocsAccueil td, #blocsAccueil td  .texte p{
	color: #3a6693;
	line-height: 1.1em;
}
#blocsAccueil td .more{
	text-align:right;
	font-size: 11px;
}

#blocMenusAccueil{
	position:absolute;
	top: 67px;
	left: 757px;
	text-align: center;
	width: 203px;
	}
	
#titremenusAccueil{
	display:block;
	font-size: 18px;
	color:#3a6693;
	padding-bottom: 17px;
	}
	
#blocMenusAccueil a{
	display: block;
	margin-bottom: 17px;
	}

.sous_menu_accueil{
	position:absolute;
	top: 8px;
	left: 560px;
	width: 198px;
	height: 243px;
}

.sous_menu_accueil_fond{
	position:absolute;
	top:0;
	left:0;
	width: 198px;
	height: 243px;
	z-index:500;
	}
.sous_menu_accueil_contenu{
	position:absolute;
	top:0;
	left:0;
	width: 153px;
	height: 209px;
	padding: 17px 30px 17px 15px;
	z-index:501;
	}
	
#sousMenuAccueil_agriculture, #sousMenuAccueil_agriculture .sous_menu_accueil_fond{
	height: 156px;
	}
	
#sousMenuAccueil_agriculture .sous_menu_accueil_contenu{
	height: 122px;
	}
	
#sousMenuAccueil_petrochimie{
	top: 120px;
	}

#sousMenuAccueil_petrochimie, #sousMenuAccueil_petrochimie .sous_menu_accueil_fond{
	height: 131px;
}
	
#sousMenuAccueil_petrochimie .sous_menu_accueil_contenu{
	height: 97px;
	}
	
.sous_menu_accueil_contenu a{
	display:block;
	background: url(./Images/pucemenu.png) no-repeat 20px center;
	color:#365468;
	text-decoration:none;
	text-align: left;
	white-space:nowrap;
	padding: 3px 3px 3px 35px;
}
.sous_menu_accueil_contenu a:hover{
	background-color:#edf6fd;
	color:#365468;
}

.bloc_articles_large{
	width:943px;
	background: url(./Images/bloc_articles_large.png) no-repeat top left;
	padding: 35px 15px 35px 15px;
	height: 120px;
}

html>body .bloc_articles_large{
	min-height: 120px;
	height: auto;
	}
	
.bloc_articles_large2{
	width:943px;
	background: url(./Images/bloc_articles_large2.png) no-repeat top left;
	padding: 35px 15px 35px 15px;
	height: 120px;
}

html>body .bloc_articles_large2{
	min-height: 120px;
	height: auto;
	}

.bloc_articles_large_bott{
	background: url(./Images/bloc_articles_large_bott.png) no-repeat top left;
	width:973px;
	height: 8px;
	line-height: 0px;
	font-size:0px;
}

.bloc_produit{
	vertical-align: top;
	text-align: left;
	width: 484px;
	background: url(./Images/bloc_produit.png) no-repeat left bottom;
}

.interProduit{
	width: 5px;
	}

.enteteProduit{
	
}

.resumeProduit{
	width: 438px;
	height:  170px;
	padding: 9px 23px 2px 23px;
}

.plus_infos{
	display: block;
	margin-top: 20px;
	margin-left: 322px;
	width: 144px;
	height: 37px;
}

.tabArticles{
	margin:0 auto;
}

.interArticle{
	width: 10px;
	}

.bloc_articles_fin{
	vertical-align: top;
	padding:0 0 10px 0;
	background: url(./Images/bloc_article.png) no-repeat left bottom;
	width: 317px;
	}

.refletArticle{
	background: url(./Images/reflet_article.png) no-repeat left top;
	height: 210px;
	}
	
.barre_realisations{
	background: url(./Images/barre_titre.png) no-repeat 15px bottom;
	height:23px;
	padding-top: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-top:10px;
	margin-bottom: 15px;
	padding-left: 90px;
}

#ongletsProduit{
	height: 32px;
	}
#boutonTelecharger{
	float: right;
	margin-right: 8px;
	width: 117px;
	height: 32px;
}

#boutonFermer{
	float: right;
	margin-right: 30px;
	width: 118px;
	height: 32px;
}

#filariane, #filariane a{
	color:#375770;
	font-weight: bold;
	text-decoration: none;
	}

.intropage{
	padding: 0 80px 0 20px;
	background: url(./Images/bloc_intro_midd.png) repeat-y top left;
	}

.bloc_intro_top{
	background: url(./Images/bloc_intro_top.png) no-repeat top left;
	height:22px;
}

.bloc_intro_bott{
	background: url(./Images/bloc_intro_bott.png) no-repeat top left;
	height:24px;
}

img.imagemodele{}

.vert{color: #548c24}

.intropage td.textemodele{
	width: 615px;
}

td.tdimagemodele{
	text-align: center;
	width: 285px;
}

td.textemodele{
	width: 673px;
}

#baseline1, #baseline2{
	font-size: 24px;
	color: #244768;
}

#baseline2{
	margin-left: 300px
	}

.clair{color: #afcbe3}

#bloc_gauche{
	float:left;
	width: 258px;
	margin-right: 15px;
}

#bloc_gauche_top{
	background: url(Images/bloc_gauche_top.png) no-repeat left top;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color:#699c58;
	font-weight: bold;
}

#bloc_gauche_midd{
	background: url(Images/bloc_gauche_midd.png) repeat-y left top;
	padding: 5px 0;
}

#bloc_gauche_midd ul{
	margin-left: 45px;
	list-style: none;
	}
	
#bloc_gauche_midd li{
	padding-bottom: 3px;
	}	
	
#bloc_gauche_midd li a{
	text-decoration: none;
	font-weight: bold;
	}

#bloc_gauche_bott{
	background: url(Images/bloc_gauche_bott.png) no-repeat left top;
	height: 24px;
}

#bloc_centre{
	width: 707px;
	margin-left: 273px;
}

#bloc_centre_top{
	background: url(Images/bloc_centre_top.png) no-repeat left top;
	text-align: left;
	padding: 20px 40px 0 20px;
	height: 340px;
}

html>body #bloc_centre_top{
	min-height: 340px;
	height: auto;
	}

.intropage, .intropage *, #bloc_centre_top, #bloc_centre_top *{color:#53728d}

#bloc_centre_top td.textemodele{
	width: 689px;
}

#bloc_centre_bott{
	background: url(Images/bloc_centre_bott.png) no-repeat left top;
	height: 25px;
	margin-bottom: 10px;
}