body {
	height: 100%;
	margin: 0;
	padding: 0;
}

h1, h2{
	margin: 0;
	padding: 0;
}
hr.clear-all{
	clear : both;
	overflow: hidden;
	visibility: hidden;
}

#header{
	background: url(images/logo-lautrette.gif) no-repeat 0 0;
	width:700px;
	position: relative;
}
#header h1 a, #header h2 a{
	text-indent: -3000px;
	display: block;
	width: 300px;
	height: 45px;
}
#header ul{
	float: right;
	list-style-type: none;
}
#header ul li{
	border-bottom: 1px solid #a2968a;
	width: 170px;
}
#header ul li a{
	padding-top: 6px;
	display: block;
	color: #a2968a;
	text-decoration: none;
}
#header ul li a span{
	display: none;
}
#content{
	clear: both;
	width:680px;
	text-align:justify;
	padding: 10px;
}
#bottom{
	clear: both;
	width:700px;
}
#bottom ul li{
	list-style-type: none;
	float:left;
}
#bottom ul li a{
	color:  #ddd5cd;
	padding-left: 10px;
}