/* CSS Document */
.BanniereGP2010{
	position:absolute;
	left:245px;
	top:53px;
}
#CentreActu {
	background-color : #000000;
	border-left : 5px solid #000000;
	border-right : 10px solid #000000;
	width : auto;
	height : 600px;
/*	display : block;*/
  }
.MoisActu {
	font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	color: #FFFFFF;
	background-color: #ff6600;
	height: 18px;
	line-height:16px;
	float:left;
	position:relative;
	top: 20px;
	left: 5px;
	marging-left: 10px;
	marging-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	font-variant: small-caps;
}
.AnneeActu {
	font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color: #FFFFFF;
	background-color: #ff6600;
	height: 18px;
	line-height:16px;
	float:left;
	position:relative;
	top: 20px;
	marging-left: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 10px;
	font-variant: small-caps;
}
.ConteneurPhotoHautGauche {
	background-color: #000000;
	background-position: center center;
	height: 270px;
	width: 270px;
	position: absolute;
	top: 130px;
	left: 200px;
}
.ConteneurPhotoHautDroit {
	background-color: #000000;
	height: 270px;
	width: 270px;
	position: absolute;
	top: 130px;
	left: 500px;
}
.ConteneurPhotoBasGauche {
	background-color: #000000;
	height: 270px;
	width: 270px;
	position: absolute;
	top: 410px;
	left: 200px;
}
.ConteneurPhotoBasDroit {
	background-color: #000000;
	height: 270px;
	width: 270px;
	position: absolute;
	top: 410px;
	left: 500px;
}
/*Permet le centrage de la photo dans div*/
img  {  padding:0 ;margin:0 auto;}
.TitreVignette {
	font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00CC33;
	background-color: #000000; /*333333;*/
	text-align: left; /*center;*/
	padding-left: 10px;
	vertical-align: middle;
}
.TitreVignette a:link {
	color : #cccccc;
	text-decoration: none;
}
.TitreVignette a:visited {
	color : #cccccc;
	text-decoration: none;
}
.TitreVignette a:hover {
	color : #00ffff;
	/*font-weight : bold;*/
	text-decoration: none;
}
.DescrActu {
	font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CC33;
	background-color: #000000;
	padding: 10px;
	text-align: justify;
}
.DescrActu a:link, a:visited {
	color : #FFFFFF;
	text-decoration: none;
}
.DescrActu a:hover {
	color : #00ffff;
	font-weight : normal;
	text-decoration: none;
}

.TexteHautGauche {
	background-color: #000000;
	position: absolute;
	top: 130px;
	left: 20px;
	height: 270px;
	width: 150px;
	overflow:auto;
}
.TexteHautDroit {
	background-color: #000000;
	position: absolute;
	top: 130px;
	left: 800px;
	height: 270px;
	width: 150px;
	overflow:auto;
}
.TexteBasGauche {
	background-color: #000000;
	height: 270px;
	width: 150px;
	position: absolute;
	top: 410px;
	left: 20px;
	overflow:auto;
}
.TexteBasDroit {
	background-color: #000000;
	height: 270px;
	width: 150px;
	position: absolute;
	top: 410px;
	left: 800px;
	overflow:auto;
}

