body { 
    background-color: #60594F; 
}

#conteneur { 
	width: 750px; 
	margin: 0 auto; 
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
    font-size: 11px;	
    line-height: 1.6em; 
    color: #666666; 
    background-color: #959F65; 
    border: 4px solid #948979;
	position:relative;
}

p {
	font-size: 32px;
	color: #222; 
	text-align: center; 
}

a:hover { 
	color: #FFF; 
}

a { 
	text-decoration: none; 
	color: #000; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #FFFFFF;
	margin-bottom: 30px;
	padding-left: 10px;
}

h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B2ABA2;
}

ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

.menu ul {
	width: 150px;
	margin: 10px;
	border-style: solid solid solid solid;
	border-color: #3D261D;
	border-width: 1px;
	border-style: solid;
	float: right;
	position: relative;
}

.menu a { 
	display: block; 
	height: 20px; 
	width: 350px; 
	text-decoration: none; 
	color: #000; 
	text-indent: 20px; 
	background-image:url(puce0.gif); 
	background-position: left center; 
	background-repeat: no-repeat; 
}

.menu li a:hover { 
	color: #FFF; 
}	
