/*
Feuille CSS rattachée au site Hemmerle
Conception : Awebi (Mickael SOIVE, Julien RABUSSEAU)
Février 2009
*/

* { /* pour tous les elements */
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
a:link, a:visited, a:hover, a:active{
	text-decoration:underline;
	color:#2D442D;
}
body {
	background-color : #DDDDDD;
	color : #446644;
	font-family : Verdana;
	font-size : 14px;
}
#page { /* centrer le site */
	margin-left : auto;
	margin-right : auto;
	width : 1024px;

}
#divHeader {
	width : 1024px;
	height : 217px;/*180px;*/
	margin-top : 20px;
	background-image : url("images/banniere2.jpg");
}
#divHeader a{
	display:block;	
	width:330px;
	height:140px;
	font-size:0;
	text-indent:-6000px;
}
/* conteneur (menu + content)*/
#conteneur	{
	background-color:#BECD00;
	width:1024px;
	float:left;
}
#divMenu {
	width : 337px;   /*337x456*/
	height : 458px;
	float : left;
}
#divContent {
	width : 455px;
	padding-top:100px;
	padding-right:210px;
	padding-left:20px;
	min-height : 320px;
	background-repeat : no-repeat;
	float:left;
	font-family : Verdana;
	color : black;
	background-color:#BECD00;
	display:block;
	padding-bottom:20px;
}
#divContent h1{
	background-color : #71903D;
	width : 100%;
	font-size : 110%;
	color : #E7F0D8;
	text-align : center;
	height : auto;
}
/* image de fond du contenu (une par page) */
.accueil{
	background-image : url("images/fond_accueil.jpg");
}
.services{
	background-image : url("images/fond_services.jpg");
}
.clients{
	background-image : url("images/fond_clients.jpg");
}
.plan{
	background-image : url("images/fond_plan.jpg");
}
.contacts{
	background-image : url("images/fond_contacts.jpg");
}
.fabrication{
	background-image : url("images/fond_fabrication.jpg");
}
.pao{
	background-image : url("images/fond_pao.jpg");
}
.offset{
	background-image : url("images/fond_offset.jpg");
}
.numerique{
	background-image : url("images/fond_numerique.jpg");
}
.faconnage{
	background-image : url("images/fond_faconnage.jpg");
}
.imprimvert{
	background-image : url("images/fond_imprimvert.jpg");
}

#divFooter {
	width : 1024px;
	height : 50px;
	float : left;
	margin-bottom : 20px;
	background-image : url("images/fondFooter.jpg");
	text-align : center;
	vertical-align : middle ;
}

