<!--

div#main-frame #center-frame #content-center-frame #layer-left{
	float:left;
	width:220px; height:auto;
}

div#main-frame #center-frame #content-center-frame #layer-left .box-info{
	margin-left:auto; margin-right:auto;
	margin-bottom:10px;
	width:178px; height:auto;
	padding:10px;	
	border:1px solid #bfccd4;	
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: url(../main-page-objects/fond-box.png) top repeat-x;
}

div#main-frame #center-frame #content-center-frame #layer-left .box-info a:link{
	text-decoration: none;
	color:#000000;
	border-bottom:1px dashed #000000;
}

div#main-frame #center-frame #content-center-frame #layer-left .box-info a:visited{
	text-decoration: none;
	color:#000000;
	border-bottom:1px dashed #000000;
}

div#main-frame #center-frame #content-center-frame #layer-left .box-info a:hover{
	text-decoration: none;
	color:#FF0000;
	border-bottom:1px dashed #FF0000;
}

div#main-frame #center-frame #content-center-frame #layer-left .box-info .title{
	width:218px; height:25px;
	padding-top:10px;
	margin-left:-20px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	text-align:center; color:#FFFFFF;
	background: url(../main-page-objects/title-page-fond.png) center repeat-x;
}

div#main-frame #center-frame #content-center-frame #layer-right{
	float:left;
	margin-left:10px;
	width:620px; height:auto;
}

div#main-frame #center-frame #content-center-frame #layer-right .frame-news{
	width:598px; height:auto;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
	/*clear:both;*/
}

div#main-frame #center-frame #content-center-frame #layer-right .frame-news .infos-news{
	width:598px; height:auto;
}

div#main-frame #center-frame #content-center-frame #layer-right .frame-news .infos-news .share-news{
	float:left;
	width:50px; height:20px;
}

div#main-frame #center-frame #content-center-frame #layer-right .frame-news .infos-news .date-post-news{
	float:left;
	margin-left:5px;
	width:auto; height:18px;
	padding-top:2px;
	font-size:100%; font-style:italic;
	color:#CCCCCC;
}

div#main-frame #center-frame #content-center-frame #layer-right .frame-news .infos-news .title-news{
	width:598px; height:auto;
	margin-top:5px;
	font-size:120%; font-weight:bold;
	color:#4d6c89;
	/*background-color:#00FF00;*/
}

div#main-frame #center-frame #content-center-frame #layer-right .frame-news .content-news{
	width:588px; height:auto;
	padding-left:5px; padding-right:5px;
	margin-top:5px;
}

div#main-frame #center-frame #content-center-frame #layer-right .frame-news .content-news a:link{
	text-decoration: none;
	color:#000000;
	border-bottom:1px dashed #000000;
}

div#main-frame #center-frame #content-center-frame #layer-right .frame-news .content-news a:visited{
	text-decoration: none;
	color:#000000;
}

div#main-frame #center-frame #content-center-frame #layer-right .frame-news .content-news a:hover{
	text-decoration: none;
	color:#FF0000;
	border-bottom:1px dashed #FF0000;
}

div#main-frame #center-frame #content-center-frame #layer-right .bouton-page{
	float:left;
	margin-left:5px;
	padding:2px;
	border:1px solid #CCCCCC;
	background-color:#FFFFF0;
	font-size:140%;
}

div#main-frame #center-frame #content-center-frame #layer-right .bouton-page a:link{
	text-decoration: none;
	color:#000000;
}

div#main-frame #center-frame #content-center-frame #layer-right .bouton-page a:visited{
	text-decoration: none;
	color:#000000;
}

div#main-frame #center-frame #content-center-frame #layer-right .bouton-page a:hover{
	text-decoration: none;
	color:#FF0000;
}

-->