/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:-20px;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:28px;
	font-size:10px;
	font-weight:bold;
	color:#E04FC0;
	margin-bottom:30px;
	border-top:3px dotted #ffb3d7;
	padding-top:10px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:14px;
	color:#822C49;
}
.news_content{
	padding:8px;
	text-align:justify;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news_content1{
	padding:8px;
	text-align:justify;
	margin-top: -30px;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}

.news_calendar{
  background:#fff url(../../../../news/templates/images/calendar.png) no-repeat;
  width:60px;
	height:55px;
	text-align: center;
	font-size:9px;
	padding-top:20px;
	margin-left:5px;
	color: #FF0000;
}

.bloc_news{
  background:#fff url(../../../../news/templates/images/bloc_news.png) no-repeat;
  width:510px;
	height:150px;
	text-align: left;
	font-size:13px;
	padding-top:28px;
	padding-left:65px;
}

.lien_bloc_news{
	font-size:12px;
	text-align: center;
	margin-top:-59px;
}

.lien_bloc_news:Hover{
	font-size:12px;
	text-align: center;
	margin-top:-59px;
}

.news_tools{
  float:right;
  margin-top:-70px;
}

