html {
	margin: 0px;
	padding: 0px;
	background-color: #532527;
}

body {
	margin: 20px auto;
	width: 1000px;
	text-align: center; /* bug IE6 */
	background-color: #b2ac9e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* general */
img {
	border: 0px;
}

a:visited {
	color: #3000ff;
}

.clear {
	clear:both;
}

strong {
	color: #04469a;
}
/* MENU */
#menutop {
	background-color:#b2ac9e;
	text-align: left;
}

#logo {
	float:right;
	margin: 5px 5px 0 0;
}
.menu_ligne {
list-style-type:none;
margin:0;
padding:0;

}
.menu_ligne li  {
background: url('img/menu_sep.png') right no-repeat;
float:left;
margin: 20px 5px 0px 5px;;
padding: 0px 30px;
}

.menu_ligne li a, .menu_ligne li a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration : none;
}

.menu_ligne li a:hover {
	border-bottom:5px solid #f0b41c;	
}


/* HEADER */

#header {
	background-image: url('img/header.jpg');
	height:140px;
	text-align:left;
	clear: both;
}


/* PAGE */
#page {
	clear:both;
	text-align:left;
	margin:10px 10px 50px 10px;
}



/* TITRES */
#header h1 {
	color: #fff;
	padding : 50px 20px;
	margin: 0px;
}

h2 {
	border-bottom: 1px solid #6c685d;
}
h3 {
	color: #ca2b08;
}

h4 {
	margin-left: 25px;
}
/* FOOTER */
#footer {
	border-top: 2px solid #b2ac9e;
	background-color: #726e63;
	height: 50px;
	text-align: left;
	font-size: 0.8em;
}

#footer_left {
	margin-top: 15px;
	margin-left: 15px;
}

#footer_right {
	background: url('img/menu_sep.png') left no-repeat;
	margin-top: 15px;
	margin-right: 15px;
	padding-left: 20px;
	float: right;
}