body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #DFDFDF;
	margin: 0;
	padding: 0;
	text-align: center;
}

a img {
	border: 0;
}
sup {
	font-size: 10px;
}

#conteneur {
	background: #fff;
	width: 986px;
	min-height: 530px;
	padding-bottom: 25px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	color: #2990CA;
}

/****** NEWS ******/
#news {
	background: url(images/news.jpg) no-repeat top left;
	position: absolute;
	top: 48px;
	right: 0;
	z-index: 10;
	width: 242px;
	height: 58px;
	padding: 12px 0 12px 20px;
}
#news h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#news p {
	font-size: 18px;
	margin: 2px 0 0 0;
	padding: 0;
}
#news a {
	color: #000;
	text-decoration: none;
}
#news a:hover {
	color: #fff;
}


/****** LANGUES ******/
#langues {
	position: absolute;
	top: 20px;
	right: 65px;
	z-index: 100;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#langues a {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#langues a:hover {
	color: #f90;
}
#langues li {
	border-left: 1px solid #fff;
	display: inline;
	padding: 1px 5px;
	margin: 0;
	position: relative;
}
#langues li:first-child {
	border-left: 0;
}
#langues ul {
	list-style-type: none;
	background: #003772;
	border: 1px solid #fff;
	position: absolute;
	top: 20px;
	left: 0;
	width: 150px;
	margin: 0;
	padding: 0;
}
#langues ul li {
	border-left: 0;
	display: block;
	padding: 0;
}
#langues ul a {
	display: block;
	padding: 3px 0 1px 10px;
}


/****** CONTENU ******/

#contenu {
	float: left;
	width: 100%;
	clear: both;
}

/****** FOOTER ******/
.footer {
	font-size: 9px;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 986px;
}
.footer li {
	border-left: 1px solid #000;
	display: inline;
	padding: 0 5px;
}
.footer li:first-child {
	border-left: 0;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}


.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	height: 1px;
}

