/* debut des styles des news */

#structure_visuel {
	height: 128px;
	background: url(../images/general/fond_header_v3.png) repeat-x;
}

#news_entete {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 128px;
	_height: 104px; 
	padding-top: 24px;
	padding-left: 15px;
	background: url(../images/news/bandeau.jpg) no-repeat;
}


#news_article {
	position: relative;
	left: 0px;
	top: 0px;
	width: 908px;
	min-height: 30px;
	_height: 30px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 30px;
}

#news_articleentete {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 13px;
	padding-bottom: 20px;
}

#news_articleimage {
	float: left;
	width: 240px;
	min-height: 20px;
	_height: 20px;
	padding-right: 22px;
}

#news_articleimage img {
	border: 1px solid #003351;
}

#news_articlecontenu {
	float: left;
	width: 640px;
	min-height: 20px;
	_height: 20px;
}

#news_articlecontenu img {
	padding: 15px; 
}

.news_articledate {
	position: relative;
	left: 0px;
	top: 0px;
	width: 310px;
	padding: 5px;
	color: #009DDF;
	font-size: 11px;
}

.news_articletitre {
	position: relative;
	left: 0px;
	top: 0px;
	width: 310px;
	padding: 0px 5px 5px 5px;
	color: #009DDF;
	font-size: 12px;
}

.news_articletexte {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 5px;
	color: #fff;
	font-size: 12px;
}

.news_archivedate {
	color: #009DDF;
	font-size: 10px;
	cursor: hand;
}

.news_archivetitre {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 5px;
	width: 900px;
	color: #009DDF;
	font-size: 12px;
	cursor: hand;
}

.news_archivetexte {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 5px;
	color: #fff;
	font-size: 12px;
	cursor: hand;
}

#news_archive {
	position: relative;
	left: 0px;
	top: 0px;
	width: 908px;
	min-height: 30px;
	_height: 30px;
	padding-left: 22px;
	padding-right: 10px;
}

#news_archiveentete {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-bottom: 10px; 
}

a.news_newsligne {
	display: block;
	float: left;
	min-height: 60px;
	_height: 60px;
	width: 918px;
	_width: 910px;
	margin-bottom: 1px;
	text-decoration: none;
	background: url(../images/index/fond_news.png) repeat-x;
}

a.news_newsligne:hover {
	background: #001d2d;
}

#news_pagination {
	float: right;
	width: 100%
	min-height: 20px;
	_height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: #009DDF;
}

.on {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
}

.lien_pagination {
	color: #009DDF;
	font-size: 10px;
}

/* fin des styles des news */
