/**
  * ../Css/html.css
  *
  * Déclaration du CSS
  *
  * CSS 2
  *
  * @author Mathieu RUL <mathieu.rul@lafermiere.com>
  * @copyright 2008 La Fermière
	* @version 1.0
  */


/* -------------- ACCUEIL -------------- */

#home {
	margin-top: 150px;
	margin-left: -150px;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	color: #fff;
}
#home h2 {
	color: #fff;
}
#home a {
	color:#FFF;
	text-decoration:none;
}
#home a:hover {
	color:#FFF;
	text-decoration:none;
}
#home a:visited {
	text-decoration:none;
	color:#FFF;
}

#img_accueil {
	width: 900px;
	float:left;
}
#img_accueil img.logo_accueil {
	float: left;
	width: 250px;
	/*margin-top: -30px !important;*/
	margin-left:100px;
	margin-top:30px;
}
#img_accueil img.slogan {
	float: right;
	width: 500px;
	height: 395px;
	margin-top: -50px;
	margin-bottom: -80px;
	margin-right: -50px;
}
#actu_nouveaute {
	width: 1000px;
	height: 202px;
	background: none;
	/*background: url("../Img/Graph/accueil.png") no-repeat bottom !important;*/
	background-image:url(../Img/Graph/accueil.png);
	background-repeat:no-repeat;
}
#home #actualite {
	float:left;
	display:inline;
	width:1000px;
}
#home #actualite h2 {
	float:left;
	font-size: 22px;
	margin-top: 25px;
	margin-left: 25px;
}

#actualite img {
	max-width:180px;
	max-height:140px;
	margin-top:60px;
	margin-left:10px;
	border:none;
	float:left;
}

#home img.produit {
	float:left;
	height:160px;
	margin-left:30px;
	margin-top:30px;
	border:none;
}
#home .img_actu {
	float:left;
	display:inline;
}
.actualite {
	text-align:left;
	float:left;
	display:inline;
	width: 300px;
	margin-top: 90px;
	font-size: 24px;
}
.nouveaute {
	text-align:right;
	float:left;
	display:inline;
	width: 300px;
	margin-top: 90px;
	font-size: 24px;
}

#home #nouveaute {
	float: left;
	width: 490px;
	margin-right: 10px;
	display:inline;
}
#home #nouveaute p {
	text-align: justify;
	float:left;
	display:inline;
	width: 250px;
	margin-top: -15px;
	margin-left: 15px;
	font-size: 18px;
}
#home #nouveaute h2 {
	float:right;
	font-size: 22px;
	margin-top: 40px;
	margin-left: 25px;
}

#home .img_news {
	float:left;
	width:200px;
	margin-top: 55px;
	margin-left: 10px;
	display:inline;
	border:none;
}



#historique span.marge {
margin-left: 30px;
}
#pied_page {
float:right;
margin-top: -15px;
}
