@import url("header_footer.css");
@import url("navigation.css");



/* default CLASS and ID */
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url('../media/bg.gif') repeat-y center 0px #ffffff;
	font:12px/1.5 verdana, arial, helvetica, sans-serif;
	}

body, html {
	}

p { 
	padding:0px;
	margin:0px;
	}
	
#site_body {
	width:976px;
	padding:0px 2px 0px 2px;
	margin:0px auto 0px auto;
	display:table;
	background:url('../media/bandeau.jpg') no-repeat 2px 0px #ffffff;
	}

#bandeau {
	float:left;
	width:976px;
	height:215px;
	/*background:url('../media/bandeau_test.jpg') no-repeat 0px 0px; */
	}

#site_body .container{
	float:left;
	width:960px;
	padding:0px 8px 0px 8px;
	display:table;
	/* background:url('../media/container_bg.jpg') no-repeat 0px bottom #fff; */
	}

#site_body .container .table_container{
	width:960px;
	padding:0px 15px 50px 15px;
	/*
	background:url('../media/site_bg.jpg') no-repeat 545px 0px;
	*/
	}

#site_body .container .table_container td{
	vertical-align:top;
	}

#site_body .container .left_frame{
	float:left;
	width:250px;
	padding-bottom:20px;
	}

#site_body .container .left_frame .presentation {
	float:left;
	text-align:left;
	width:200px;
	background:#303030;
	margin:13px 0px 0px 0px;
	padding:20px;
	font-family:'arial';
	font-size:12px;
	line-height:18px;
	color:#bfbfbf;
	padding-bottom:25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#site_body .container .left_frame .presentation h1{
	font-family:'Arial';
	font-size:21px;
	color:#A8C855;
	font-weight:normal;
	padding:5px 0px 8px 0px;
	margin:0px;
}

#site_body .container .left_frame .presentation b{
	color:#cccccc;
}

#site_body .container .left_frame .presentation a{
	color:#555555;
	color:#ffffff;
	padding:0px 8px 0px 0px;
	text-decoration:none;
	background:url('../media/link_sep.gif') no-repeat right bottom;
}

#site_body .container .left_frame .presentation a:hover{
	text-decoration:none;
	color:#A8C855;
}


#site_body .container .left_frame .lf_title{
	float:left;
	width:256px;
	padding:20px 0px 2px 14px;
	font-size:14px;
	color:#CCCCCC;
	text-align:left;
	text-transform:uppercase;
	font-family:'Trebuchet MS';
	}


#site_body .container .left_frame .partenaires {
	float:left;
	width:280px;
	padding:0px 0px 20px 0px;
	font-family:'Arial';
	background:url('../media/news_frame_bg.gif') no-repeat 0px bottom;
}

#site_body .container .left_frame .partenaires .top_bg{
	float:left;
	text-align:center;
	width:271px;
	padding:20px 4px 0px 5px;
	background:url('../media/partenaires_top.gif') no-repeat 0px 0px;
}


#site_body .container .m1{
	float:right;
	width:660px;
}

.page_title {
	float:left;
	width:660px;
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 0px;
	text-align:left;
	font-size:20px;
	color:#E31C45;
	color:#FFB70F;
	font-family:'Arial';
	font-weight:normal;
	/*border-bottom:1px #aaaaaa dotted;
	border-bottom:1px #50AA5A solid;*/
}

.page_title b{
	color:#303030;
	color:#D22D40;
	font-weight:normal;
}

.page_title .chemin{
	float:left;
	width:520px;
	margin:0px 0px 0px 0px;
}

.page_title .btn{
	float:right;
	background:#A8C855;
	font-size:12px;
	padding:2px 8px 2px 8px;
	margin:2px 0px 0px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.page_title .rss{
	background:#E31C45;
}

.page_title .btn a{
	text-decoration:none;
	color:#fff;
}

.page_title .btn:hover{
	background:#FFB70F;
}

.page_title .rss:hover{
	background:#FFB70F;
}

.news_summary {
	float:left;
	width:660px;
	margin-top:2px;
}


.news_summary .news_article{
	float:left;
	width:290px;
	height:175px;
	margin:15px 0px 0px 0px;
	padding:15px 10px 10px 20px;
	/*background:#FFFFFF;*/
}

.news_summary .news_article .title{
	text-align:left;
	font-size:19px;
	font-size:17px;
	line-height:22px;
	font-family:'Arial';
	/*font-family:'Trebuchet MS';*/
	height:23px;
	width:275px;
	float:left;
	overflow:hidden;
	font-weight:bold;
	color:#666666;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

.news_summary .news_article .illus{
	float:left;
	width:100px;
	height:135px;
	margin:8px 0px 0px 0px;
}

.news_summary .news_article .illus img{
	width:100px;
	height:135px;
}

.news_summary .news_article .content{
	float:left;
	width:170px;
	margin:2px 0px 0px 12px;
}

.news_summary .news_article .content .infos{
	float:left;
	width:170px;
	margin:8px 0px 6px 0px;
}

.news_summary .news_article .content .infos .date{
	float:left;
	width:85px;
	height:19px;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	padding:1px 0px 0px 0px;
	/* background:url('../media/colors/red_date_bg.gif') no-repeat 0px 0px; */
	background:#e5630f;
	margin:0px 8px 0px 0px;
}

.news_summary .news_article .content .teasing{
	float:left;
	text-align:left;
	font-size:11px;
	line-height:16px;
	color:#505050;
	width:170px;
	height:65px;
	overflow:hidden;
}


.news_summary .news_article .content .teasing b,
.news_summary .news_article .content .teasing strong{
	color:#505050;
}

.news_summary .news_article .content .com{
	float:left;
	margin:3px 0px 0px 2px;
	text-align:left;
	font-size:11px;
	color:#AAAAAA;
	font-size:10px;
	background:url('../media/grey_com_link.gif') no-repeat 0px 2px;
	padding:0px 0px 0px 17px;
	white-space:nowrap;
}

.news_summary .news_article .content .radio_link,
.news_summary .news_article .content .news_link{
	float:left;
	margin:3px 8px 0px 6px;
	text-align:left;
	font-size:11px;
}

.news_summary .news_article .content a,
.news_summary .news_article .content a{
	color:#555555;
	font-size:11px;
}

.news_summary .news_article .content a:hover,
.news_summary .news_article .content a:hover{
	text-decoration:none;
	color:#858585;
}

.news_summary .news_article .content .radio_link{
	background:url('../media/news_link_icon.gif') no-repeat 0px 3px;
	padding:0px 0px 0px 16px;
}

.news_summary .news_article .content .news_link{
	background:url('../media/news_link_icon.gif') no-repeat 0px 5px;
	padding:0px 0px 0px 11px;
}

.news_summary .xl_frame .news_article{
	width:632px;
	height:183px;
	margin:10px 0px 5px 0px;
	padding:12px 10px 10px 10px;
	background:#FFFFFF;
	border:4px #f1f1f1 solid;
}

.news_summary .xl_frame .news_article .content .title{
	text-align:left;
	font-size:15px;
	line-height:20px;
	font-family:'Arial';
	font-weight:bold;
	height:auto;
	width:340px;
	overflow:none;
	color:#404040;
	padding:0px 0px 0px 0px;
	margin:5px 0px 2px 0px;
}

/*
.news_summary .xl_frame .news_article .content .title .date{
	float:left;
	font-size:11px;
	line-height:12px;
	color:#FFFFFF;
	padding:3px 4px 3px 4px;
	margin:3px 6px 0px 0px;
	background:#e5630f;
}
*/

.news_summary .xl_frame .news_article .content .date{
	font-size:11px;
	float:left;
	text-align:left;
	color:#959595;
	padding-bottom:3px;
}

.news_summary .xl_frame .news_article .content .date b{
	color:#c7161d;
	color:#A8C855;
	font-weight:normal;
}

.news_summary .xl_frame .news_article .illus{
	width:270px;
	height:180px;
	margin:0px 0px 0px 0px;
}

.news_summary .xl_frame .news_article .illus img{
	width:270px;
	height:180px;
}

.news_summary .xl_frame .news_article .content{
	width:345px;
	width:340px;
	margin:2px 0px 0px 20px;
}

.news_summary .xl_frame .news_article .content .infos{
	width:345px;
	margin:11px 0px 8px 0px;
}

.news_summary .xl_frame .news_article .content .infos .tags{
	float:left;
	width:250px;
	height:19px;
	text-align:left;
	font-size:11px;
	color:#858585;
	padding:2px 0px 0px 0px;
}

.news_summary .xl_frame .news_article .content .teasing{
	width:340px;
	height:80px;
	overflow:hidden;
}

.news_summary .xl_frame .news_article .content .com{
	margin:10px 0px 0px 2px;
}

.news_summary .xl_frame .news_article .content .radio_link,
.news_summary .xl_frame .news_article .content .news_link{
	margin:8px 15px 0px 2px;
}