body {
	margin: 0px;
	background-color:#f1f4f0;
}

.div_fond_accueil {
	width:100%;
	z-index:1;
	background-image:url("images/pic_accueil.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.div_fond_ferme {
	width:100%;
	z-index:1;
	background-image:url("images/pic_ferme.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.div_fond_presentation {
	width:100%;
	z-index:1;
	background-image:url("images/pic_presentation.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.div_offres_speciales {
  position:absolute; 
	top:220px; 
	left:800px; 
	width:107px; 
	height:95px; 
	z-index:10;
}
.div_offres_speciales2 {
  position:absolute; 
	top:230px; 
	left:805px; 
	width:100px; 
	height:50px; 
	z-index:15;
}
.div_fond_catalogue {
	width:100%;
	z-index:1;
	background-image:url("images/pic_catalogue.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.div_fond_alentours {
	width:100%;
	z-index:1;
	background-image:url("images/pic_alentours.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.div_fond_contact {
	width:100%;
	z-index:1;
	background-image:url("images/pic_contact.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.div_fond_infos {
	width:100%;
	z-index:1;
	background-image:url("images/pic_infos.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.div_cadre {
	margin:70px 20px 10px;
	width:95%;
	/*height:500px;*/
	border:2px dotted #000000;
	z-index:3;
}
.logo {
	margin-top:-70px;
	z-index:3;
	position:absolute;
	left:40%;
}
.div_menu {
	width:100%;
	height:85px;
	margin-top:20px;
}
.img_menu {
	margin-left:10px;
	margin-right:10px;
}
.div_encart {
	/*margin-left:5px;*/
	width:100px;
	border:1px dashed #032d03;
	padding:5px;
}
.div_catalogue {
	margin-left:300px;
	width:600px;
	border:1px dashed #032d03;
	padding:5px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#032d03;
}
.textegras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#032d03;
}
.imgtitre {
	margin-left:10px;
}
.contenu {
	margin-left:340px;
	margin-top:30px;
	width:400px;
}
.contenu2 {
	margin-left:340px;
	margin-top:30px;
	width:500px;
}

a.lien:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #032d03;
	text-decoration: underline;
}
a.lien:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #032d03;
	text-decoration: underline;
}
a.lien:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #032d03;
	text-decoration: none;
}

a.pyg:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.pyg:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.pyg:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.pygmalion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footer {
	font-size: 11px;
	color: #000000;
}
