* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	background: #bf0000 url(../img/bkg.png) repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #7a7a7a;
}

#page {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../img/bkg_page.png) repeat-y;
}

#entete {
	height: 204px;
	background: url(../img/bkg_entete.png) no-repeat;
	overflow: visible;
	position: relative;
}

#imgLogo {
	position: absolute;
	top: 0;
	left: 20px;
}

#imgLogoPartenaire {
	position: absolute;
	top: 0;
	right: 20px;
}

#imgMacarron {
	position: absolute;
	top: 0;
	left: 440px;
}

#menu {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 900px;
	height: 40px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	border-right: 1px solid #daa95c;
	float: left;
}

#menu a {
	display: block;
	line-height: 40px;
	padding: 0 20px;
	color: #c47b29;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

#menu a.selected {
	color: #e4b66a;
}


#menu a:hover {
	background: #daa95c;
	color: #fff;
}

#corps {
	padding: 20px 60px 30px 60px;
}

#pied {
	background: #bf0000 url(../img/bkg_pied.png) no-repeat;
	padding-top: 30px;
}

h1, h2, p, ul {
	margin: 10px 0;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	color: #b2b2b2;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	color: #bf0000;
}

ul {
	padding-left: 20px;
}

li {
	margin: 5px 0;
}