* {
	margin:0px;
	padding:0px;
}
img {
	border :0;
}
body {
	background:url('images/fond.jpg');
	font-family:"Myriad Pro", Arial;
}
#barre {
	background:url('images/barre.jpg') repeat-x;
	height:25px;
	width:100%;
	color:#566818;
	line-height:23px;
	text-align:center;
	font-weight:bold;
}
#page {
	width:1000px;
	margin:0 auto;
}
#header {
	background:url('images/header.png') no-repeat;
	width:1000px;
	height:267px;
}
#slogan {
	padding-top:130px;
	padding-left:305px;
	font-family:"Myriad Pro", Arial;
	font-size:20px;
	color:white;
}
#nav {
	position:relative;
	top:42px;
	left:5px;
	list-style-type:none;
	margin:0 auto;
	width:800px;
}
#nav li {
	float:left;
	width:160px;
	text-align:center;
	font-size:14px;
	color:white;
}
#contenu {
	background:url('images/background.png') repeat-y;
}
#gauche {
	margin-left:59px;
	width:250px;
	float:left;
	color:white;
}
#gauche ul {
	list-style-type:none;
}
#gauche li {
	background:url('images/li.jpg') no-repeat;
	height:30px;
	padding-left:75px;
	padding-top:3px;
}
#gauche li a {
	color:white;
	text-decoration:none;
}
#menu1 {
	height:22px;
	background:url('images/menu1.jpg') no-repeat;
	padding-left:52px;
	padding-top:17px;
}
#menu2 {
	height:22px;
	background:url('images/menu2.jpg') no-repeat;
	padding-left:52px;
	padding-top:44px;
}
#menu3 {
	height:22px;
	background:url('images/menu3.jpg') no-repeat;
	padding-left:52px;
	padding-top:43px;
}
#droite {
	width:614px;
	float:left;
}
.titre {
	height:44px;
	padding-top:9px;
	padding-left:77px;
	font-size:14px;
	color:white;
	background:url('images/titre.jpg') no-repeat;
}
#droite p {
	padding-left:33px;
	padding-right:45px;
	color:#673b15;
	font-size:14px;
	font-family:Arial;
}
.spacer {
	background:url('images/spacer.jpg') no-repeat;
	height:55px;
}
.pub {
	padding-left:76px;
	padding-top:14px;
	height:90px;
}
.close {
	clear:both;
}
#footer {
	padding-top:33px;
	background:url('images/footer.png') no-repeat;
	text-align:center;
	height:105px;
	color:white;
}