@charset "utf-8";
html, body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
	background: #670405;
	margin: 0px;
}
#recit {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#entete {
	background: url(images/calendrier_01.jpg) no-repeat center top;
	height: 120px;
	width: 960px;
	position: relative;
	z-index: 2;
}
#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	height: 30px;
	width: 600px;
	left: 305px;
	top: 105px;
}
#menu li {
	float: left;
	line-height: 30px;
	height: 30px;
	width: 190px;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
#menu li a {
	display: block;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 3;
}
#menu li a:hover {
	color: #CCC;
}
#content {
	background: url(images/calendrier_02.jpg) no-repeat center top;
	height: 700px;
	width: 960px;
	position: relative;
	z-index: 1;
}
#princ {
	height: 640px;
	width: 900px;
	position: absolute;
	left: 30px;
	top: 30px;
}
#apercu {
	height: 456px;
	width: 606px;
	position: relative;
	margin: 0px auto;
}
#dl {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#texte {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer {
	background: url(images/calendrier_03.jpg) no-repeat center top;
	height: 40px;
	width: 960px;
}
#footer p {
	font-size: 10px;
	line-height: 40px;
	color: #FFF;
	margin: 0px;
}
h2 {
	font-size: 10px;
	color: #670405;
	border-bottom: 2px solid #670405;
	line-height: 20px;
	width: 400px;
	text-transform: uppercase;
	margin: 5px auto;
	padding: 0px;
}
a {
	color: #670405;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
.imgs {
	background: #CCC;
	padding: 3px;
}
ul {
	list-style: none;
	margin: 5px;
	padding: 5px;
	line-height: 20px;
}
#affilies {
	text-align: center;
}
#affilies li {
	display: inline;
}
#affilies li a {
	background: #EEE;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCC;
	display: inline-block;
}
#affilies li a:hover {
	text-decoration: none;
	background: #CCC;
}
