/* News */
/* Contenu de la news */
.news_container{	
	width:96%;
	margin:auto;
	background:#ffffff url(images/border.gif) repeat-y left;
	margin-bottom:30px;
}
.news_content{
	padding:6px;
	background:url(images/border.gif) repeat-y right;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
}

/* Barre inférieure des news */
.news_bottom_l{
	width:2px;
	margin-right:-2px;
	height:18px;
	background:#AFD2E8 url(images/border.gif) repeat-y left;
	float:left;
}
.news_bottom_r{
	width:2px;
	height:18px;
	margin-left:-2px;
	background:#AFD2E8 url(images/border.gif) repeat-y right;
	float:right;
}
.news_bottom{
	height:18px;
	background:#D9EAF4 url(images/border.gif) repeat-x bottom;
	color:#000000;
	font-size:10px;
	margin-left:2px;
	margin-right:2px;
	padding-left:6px;
	padding-right:6px;

}
/* Case des liens lastopst */
.lastposts_sous_cat_left{
	background: #F4FBFD;
	border-bottom: 1px solid #FFFFFF;
	background: url(images/border.gif) no-repeat right;
	padding-bottom: 6px;
	padding-top: 6px;
	display: block; 
	height: 10px;
	font-size:9px;
	text-align:left;
	
}
.lastposts_sous_cat_right{

	background: #F4FBFD;
	border-bottom: 1px solid #FFFFFF;
	background: url(images/border.gif) no-repeat;
	height: 10px;
	text-align: center;
	font-size:9px;
	width: 27%;
	
}
.lastposts_sous_cat_nowidth{

	background: #F4FBFD;
	border-bottom: 1px solid #FFFFFF;
	background: url(images/border.gif) no-repeat right;
	height: 10px;
	font-size:9px;

	
}
.lastposts_sous_cat_left:hover,.lastposts_sous_cat_right:hover,.lastposts_sous_cat_nowidth:hover{
	background: #CBEFFE;

}

#lastposts {
	width: 80%;
	height: 80px;
	overflow: auto;
	text-align: left; 
	margin: auto;
	border:solid 1px #3270A3;
}	

