html, body{
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-position: center left;
}
#content{
	width:370px;
	padding-left:35px;
}
#logo{
	width:141px;
	height:64px;
}
#logo h1{
	visibility:hidden;
	display:none;
}
#descriptif{
	border-top:#d8d4ca solid 1px;
	border-bottom:#d8d4ca solid 1px;
}
#zoneTexteAccueil{
	/*border-bottom:#d8d4ca solid 1px;*/
	padding-top:25px;
	padding-bottom:10px;
	height:112px;
}
#zoneTexte{
	padding-top:25px;
	padding-bottom:10px;
	height:300px;
}
#smallNews{
	border-bottom:#d8d4ca solid 1px;
}
#recentThumb{
	padding-top:5px;
	padding-bottom:5px;
}
#nav{
	border-top:#688d42 double 3px;
	border-bottom:#688d42 double 3px;
	padding-bottom:5px;
}
#contact{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#d8d4ca solid 1px;
}
#signature{
	padding-top:5px;
	padding-bottom:5px;
}
#portfolio{
	position:absolute;
	left:424px;
	/*padding-top:64px;*/
	top:10px;
}