/**********************************************************************************/
/*** Surcharge du fond contenu ****************************************************/
#contenu{
	background-image: url(../image-site/actualites/fond-actu.jpg);
}

/**********************************************************************************/
/*** Surcharge boutton de menu encours ********************************************/
#menu a.news{
	display: block;
	background-image: url(../image-site/global/btn-news-1.jpg);
}

/**********************************************************************************/
/*** Style général ****************************************************************/

#resumeNews{
	height: 473px;
	width: 348px;
	padding-left: 245px;
	margin-top: 120px;
	float: left;
	overflow:auto;
}

#miniNews{
	height: 84px;
	width: 304px;
	margin-left:20px;
	margin-bottom:10px;
	overflow:hidden;
	background-image: url(../image-site/actualites/fondNews.png);
}

#miniNews h1{
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #88BAFA;
}

#miniNews h2{
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#miniNews p{
	height: 40px;
	margin-left:20px;
	margin-top:5px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
}

#miniNews a p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

#miniNews a:hover p{
	text-decoration:underline;
}

#newsTitre{
	height: 30px;
	width: 265px;
	margin-left:40px;
	margin-top:61px;
	float: left;
}

#newsTitre h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #AB987C;
	text-align: center;
}

#newsTitre h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4270AA;
	text-align: center;
}

#newsTxt{
	height: 270px;
	width: 265px;
	margin-left:40px;
	margin-top:50px;
	float: left;
}

#newsTxt p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

#newsTxt #finArticle{
	margin-top:10px;
	background-image: url(../image-site/actualites/fin-article.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 6px;	
}

#newsPhotos{
	height: 140px;
	width: 320px;
	margin-left:20px;
	margin-top:20px;
	float: left;
	overflow:hidden;
}

#newsPhotos #photoG, #photoD{
	background-image: url(../image-site/actualites/plusPhoto.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 152px;
	float:left;
}

#newsPhotos #photoG{
	background-position: right top;
	text-align:right;
}

#newsPhotos #photoD{
	margin-left:15px;
	background-position: left top;
}

#newsPhotos img{
	margin-top:18px;
	border: 1px solid #8DB5EC;
}

