@CHARSET "UTF-8";

.articles_titre{
	color: #abcd6e;
	font-size: 12px;
	font-weight: bold;
}


.article_extrait{
		font-size: 12px;
}

.more_link{
	width: 100%;
	padding: 5px 0px;
	margin-top: 10px;
	text-align: right;
	background-color: #eff6f5;
}

.more_link a{
	color: #354975;
	font-size: 12px;
	padding-right: 10px;
}

.more_link a:hover{
	text-decoration: underline;
}

.box_header{
	background: #9db961;
	color: #ffffff;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
}

/* DÉBUT DE LA SECTION POUR LES COINS ARRONDIS DES BOÎTES */

/* Si besoin d'un bottom arrondis, ajouter ce code dans la page:

	<b class="right_bottom">
		<b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b>
	</b>
*/

.right_top, .right_bottom{
	display: block;
	background: #fff;
}

.right_top *, .right_bottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#9db961;
}

.r1{margin: 0 5px;}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

/* FIN DE LA SECTION POUR LES COINS ARRONDIS DES BOÎTES */

#content .first_news{
	color: #003399;
	font: normal 100% Georgia, Times, serif;
	line-height: 1.0em;
	font-size: 20px;
}

.first_news:hover{
	text-decoration: underline;
}

td{
	vertical-align: top;
}

ul li{
	margin-left: -15px;
}

.box_insides{
	padding: 10px;
	border: #cfe3a6 solid 1px;
	text-align: left;
	margin-bottom: 15px;
	height:400px;
}

.box_insides .autres_articles{
	height: 80px;
}

.box_insides .article_extrait{
	height: 45px;
}

.box_insides .article_titre{
	height: 82px;
}

.box_insides .articles_titre{
	height: 30px;
}

.box_insides .article_image{
	height: 136px;
	text-align: center;
}


.box_insides .article_image img{
	height: 120px;	
}
	
.box_insides .more_link{
	height: 16px;
}

.box_image{
	text-align: center;
	padding-bottom: 15px;
}

.td_seperator{
	max-width: 15px;
}