@charset "utf-8";
/* CSS Document */

#pub-gauche {
	position:absolute;
	width:120px;
	height:600px;
	z-index:2;
	left: 4px;
	top: 260px;
}
#pub-droite {
	position:absolute;
	width:120px;
	height:600px;
	z-index:2;
	right: 8px;
	top: 260px;
}
#colonne_news_D {
	position:absolute;
	width:340px;
	height:115px;
	z-index:2;
	right: 0px;
	top: 100px;
}
#colonne_news_G {
	position:absolute;
	width:340px;
	height:115px;
	z-index:2;
	top: 100px;
}
#news_marque {
	position:absolute;
	width:700px;
	z-index:2;
	left: 145px;
	top: 260px;
}
#newsannee {
	border: 1px solid #000;
	margin: 5px;
	height: auto;
	width: 980px;
	float: none;
	border-radius: 5px;
	padding: 5px;
}
#social {
	clear: both;
	float: right;
	height: auto;
	width: 200px;
	border: 1px solid #00C;
	border-radius: 5px;
	clip: rect(auto,auto,auto,auto);
	padding-right: 20px;
	background-color: #CFDEFA;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	box-shadow: 2px 2px 10px #003;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#gauche {
	float: left;
	height: auto;
	width: 470px;
	border: 1px solid #000;
	padding: 5px;
	clear: none;
	border-radius: 5px;
	position: absolute;
}
#droite {
	float: right;
	height: auto;
	width: 470px;
	border: 1px solid #000;
	padding: 5px;
	border-radius: 5px;
}

