@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #34343C;
}
#main {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939498;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939498;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}
#actus {
	position: absolute;
	top: 160px;
	right: 30px;
	height: 310px;
	width: 187px;
	z-index: 10;
}

#actus_01 {
	height: 31px;
	width: 187px;
	background-image: url(../images/actualites_01.png);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #DEC9A6;
	text-align: center;
	margin-top: 0px;
	line-height: 31px;
}
#actus_02 {
	height: 251px;
	background-image: url(../images/actualites_02.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#actus_02 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
#actus_02 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: center;
}
#actus_03 {
	background-image: url(../images/actualites_03.png);
	height: 28px;
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #79263F;
	text-align: center;
	font-style: italic;
}

