/*
COLORS 
blue header : #5a9dd2
blue links : #3c579a
dark grey : #4f4d50
*/

body {
	margin: 0;
	background-color:#FFF;
	background-image: url('../images/bg_body.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#4f4d50;
}

object, a, img, input, button, form, ul, li { outline:none; }

a {text-decoration: none;}

img {
	border: none;
	float: none;
}

input, form, button, ul, li {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

p {
	padding_top: 0; 
	margin-top: 0;
}

/* STRUCTURE */

#headerwrapper {
	margin-left: auto; 
	margin-right: auto; 
	width: 1010px;
	clear: both;
}

#pagewrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#mainwrapper {
	margin-left: auto; 
	margin-right: auto; 
	width: 1010px;
	clear: both;
}

#main {
	width: 990px;
	padding: 0 10px 30px 10px;
	float: left;
	background-color: #FFF;
}

/* HEADER */

#header {
	width: 981px;
	padding: 0 10px;
	float: left;
	height: 103px;
	color: #939292;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}

#header img {
	float: left;
}

#box_ad_header { /* definition box pub header */
	float: left;
	margin : 12px 0 0 5px;
	width: 260px;
	height: 50px;
	overflow: hidden;
	text-align: center;	
}

#box_ad_header img {
	float: right;
}

#search_form {
	position: absolute;
	right: 0;
	top:22px; /* a mettre a jour si modification de la hauteur du bandeau */
}

.search_input {
	background-image: url('../images/search_form_zoom.jpg');
	background-repeat: no-repeat;
	padding : 4px 0 0 25px;
	border : solid 1px #b2b2b2 ;
	border-right: none;
	height: 20px;
	width: 180px;
	font-size: 14px;
	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px;
	float: left;
}

.search_submit {
	float: left;
}

.cse-search-results {
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

#menu_zones {
	clear: both;
	width: 970px;
	float: left;
	overflow: hidden;
	height: 1.4em;
	font-size: 13px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 0 0 15px;
	color: #767475;
}

#menu_zones li {
	float: left;
	padding: 0 5px;
}

#menu_zones li a {padding: none;color: #767475;}

#menu_zones li a:hover {color: #000;}

.menu_zones_selected {color: #000;font-weight: bold;}

#menu_rubriques {
	clear: both;
	width: 973px;
	background-color: #ebeef5;
	float: left;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 7px 0 7px 17px;
	margin-bottom: 14px;
	color: #3c579a;

}

#menu_rubriques li {float: left;padding: 0 3px;}

#menu_rubriques li a {padding: none;color: #3c579a;font-size: 10px;}
#menu_rubriques li a:hover {color: #5a9dd2}

.menu_rubriques_selected {font-weight: bold; background: #3399ff; color: #FFF;}


/* CONTENT STRUCTURE */

#box_contentwrapper {float:left;}

#box_content {
	width: 670px;
	background-image: url('../images/bg_box_content.jpg');
	background-repeat: repeat-y;
	float: left;
	overflow: hidden;
}

#box_content_news {
	width: 670px;
	float: left;
	overflow: hidden;
}

.box_content_leftcol {
	float:left;
	width:500px;
}

.box_content_rightcol {
	float: right;
	width: 155px;
}

.box_content_rightcol_titre {
	float: left;
	width: 155px;
	border-top: solid 1px #5a9dd2;
	height: 21px;
}

.box_content_rightcol_article {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: solid 1px #d0d0d0;
}

.box_content_rightcol_last_article {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.box_content_rightcol_article img {
	border: solid 1px #000;
	margin-bottom: 5px;
}

.box_content_rightcol .box_content_rightcol_text img {
	border: none;
	margin-bottom: 0;
}

.box_content_rightcol_text {
	padding-top: 8px;
	padding: 0 3px;	
}

.box_content_separator {
	width: 670px;
	border-bottom: solid 2px #cbd3e6;
	height: 15px;
	float: left;
	clear: both;
	display: block;
}

.box_content_3col {
	clear: both;
	float: left;
	width: 670px;
}

#sidebar_right {
	float: right;
	width: 309px;
	clear: right;
	overflow: hidden;
}


/* CONTENT DIAPORAMA */

#modulediaporama {
	width: 500px;
}

#boxdiapo {
	float: left;
	position: relative;
}

.box_diapo {	
	border:  solid 1px #d0d1cf;
	float: left;
}

#navmodulediaporama img, #modulediaporama img {border: none;}

#navmodulediaporama {
	position:  absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

#navmodulediaporama a {float: left; border: 1px solid #000; margin-left: 5px; cursor: pointer;}
#navmodulediaporama a.activeSlide {border: 1px solid #FFF;}

.text_alaune {
	background: url('../images/overlay.png') repeat;
	position: absolute;
	width: 478px;
	height: 116px;
	bottom: 0;
	padding: 5px 10px 5px 10px;
	z-index: 2;
	cursor: pointer;
}

a.link_alaune {
	color: #FFF;
	text-decoration: none;
	float: left;
	cursor: pointer;
}

a:hover.link_alaune  {
	color:  #e4eaed;
}

.box_text_alaune {
	height: 65px; /*60px;*/
	overflow: hidden;
	line-height: 165%;
	cursor: pointer;
}

.box_text_alaune_onebox {
	height: 90px; /*90px*/
	overflow: hidden;
	line-height: 140%; /*line-height: 165%;*/
	cursor: pointer;
}

.titre_diaporama {
	font-size: 20px; /* 18px */
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	display: block;
	font-weight: bold;
	line-height: 120%;
	padding-bottom: 2px;
	cursor: pointer;
}
.titre_diaporama_right {
	font-size: 16px; /* 18px */
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	display: block;
	font-weight: bold;
	line-height: 110%;
	padding-bottom: 2px;
	cursor: pointer;
}
.tag1, .tag2 {
	height: 14px;
	width: 150px;
	float: left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 10px;
	padding-right: 5px;
}

.tag1 {background-image: url('../images/tag-09.gif');}
.tag2 {background-image: url('../images/tag-00.gif');}





/* BOX UNDER DIAPORAMA */

#box_underdiaporama {
	float: left;
	width: 500px;
}

.box_news {
	width: 498px;
	float: left;
/* 	border:  solid 1px #d0d1cf; */
	height: 100%;
	position: relative;
/*
	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px;
*/
	margin-top: 15px;
}

.titre_box_news {
	float: left;
	padding: 1px 15px 0 8px;
	color: #3c579a;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#pagewrapper .titre_box_pictoright img {
	float:right; 
	padding-top:4px;
	border: none;
	position: absolute;
	right: 0;
}

/*******************************************/
/*
#keepinline {
	float: left;
	clear: both;
	width: 480px;
}

#keepinline li a {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
 	font-size: 11px;
	font-weight: normal;
 	color: #4f5051;
 	list-style-type: none;
	line-height: 1.8em;
 	background-image: url('../images/dot_samenews.gif');
 	background-repeat: no-repeat;
 	background-position: 0 0.32em;
 	padding-left: 15px;
}
#keepinline li a:hover {
 	color: #000;
}
*/
.keepinline {
	float: left;
	clear: both;
	width: 490px;
}

.keepinline_verticalseparator {
	float: left;
	clear: both;
	width: 498px;
	background-image: url('../images/bg_keepinline_verticalseparator.jpg');
	background-repeat: repeat-y;
	/*position: absolute;
	height: 100%;*/
}

.box_keepinline_verticalseparator {
	float: left;
	clear: both;
}

.keepinline li a {
 	font-size: 11px;
	font-weight: normal;
 	color: #4f5051;
 	list-style-type: none;
	line-height: 1.8em;
 	background-image: url('../images/dot_samenews.gif');
 	background-repeat: no-repeat;
 	background-position: 0 0.32em;
 	padding-left: 15px;
}
/*
a.keepinline {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration:none;
 	font-size: 11px;
	font-weight: normal;
 	color: #4f5051;
}
*/
.keepinline li a:hover {
 	color: #000;
}
#box_same_news_list {
	clear: both; /* added for ie7*/
	padding-left: 12px;
}
#box_same_news_list li a {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
 	font-size: 11px;
	font-weight: normal;
 	list-style-type: none;
	line-height: 2.0em;
 	background-image: url('../images/dot_samenews.gif');
 	background-repeat: no-repeat;
 	background-position: 0 0.32em;
 	padding-left: 15px;
 	color: #4f4d50;
}
#box_same_news_list li a:hover {
 	color: #2a292b;
}
/*******************************************/
.box_news img {
	float: left;
	border: solid 1px black;
	margin-right: 12px;
}

.box_news_surtitre {
	text-transform: uppercase;
	font-weight: bold;
	color: #f16304;
	/*color: #26619d;*/
	display: block;	
}

.box_news_titre {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 105%;
	display: block;
	padding-bottom: 4px;
}

.box_news_titre a {
	color: #1f4f80; /*#4f4d50;*/
	text-decoration: none;
}

.box_news_titre a:hover {
	color: #26619d; /*#26619d; */
}
.box_news_titre_big {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 105%;
	display: block;
	padding-bottom: 4px;
}

.box_news_titre_big a {
	color: #1f4f80; /*#4f4d50;*/
	text-decoration: none;
}

.box_news_titre_big a:hover {
	color: #26619d; /*#26619d; */
}
.box_news_titre_small {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 105%;
	display: block;
	padding-bottom: 4px;
	/*margin-top:4px;*/
}

.box_news_titre_small a {
	color: #1f4f80; /*#4f4d50;*/
	text-decoration: none;
}

.box_news_titre_small a:hover {
	color: #26619d; /*#26619d; */
}
.box_news_surtitre_small {
	font-size:10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f16304;
	display: block;
	padding-bottom: 4px;
	padding-top: 9px;
}
.box_news_text {
	display: block;
}

.box_news_text a {
	color: #4f4d50;
	text-decoration: none;
}

.box_news_text a:hover {
	color: #26619d;
}

.read_article {
	float: right;
	padding-top: 10px;
	font-size: 11px;
	color: #26619d;
	/*text-transform: uppercase;*/
}

.read_article a {
	text-decoration: none;
	font-size: 11px;
	color: #26619d;
}

.read_article img {
	border: none;
	padding: 2px 0 0 4px;
	margin: 0;
	vertical-align: bottom;
}

.read_article a:hover {
	color: #4f4d50;
}

.greyline {
	float: left;
	width: 498px;
	display: block;
	height: 24px;
	background-image : url('../images/dot-grey.gif');
	background-repeat: repeat-x;
	background-position: center center;
}

.box_news_onecol {
	width: 230px;
	float: left;
}

.box_news_separator {
	width: 30px;
	float: left;
}



/* CONTENT SUR 3 COLS */

.box_news_3col {
	width: 670px;
	margin-top: 10px;
	float: left;
}

.box_news_3col .box_news {
	width: 668px;
}

.box_news_3col .box_news .keepinline {
	width: 668px;
}

.box_news_3col .box_news_onecol {
	width: 200px;
	float: left;
}

.box_news_3col .box_news_separator {
	width: 33px;
	float: left;
}

.box_news_3col .greyline {
	width: 668px;
}

.box_news_3col .keepinline_verticalseparator {
	float: left;
	clear: both;
	width: 668px;
	position: relative;
	background-image: url('../images/bg_keepinline_verticalseparator3col.jpg');
	background-repeat: repeat-y;
}

.box_news_3col .box_doublenews {
	float: left;
	width: 468px;
}

.box_news_3col .box_doublenews .keepinline {
	float: left;
	width: 468px;
}

.box_doublenews_horizseparator {
	float: left;
	width: 234px;
	height: 20px;
}

.box_news_onecol_coloredbg {
	width: 198px;
	float: right;
	margin-right: 1px;
	border-top: solid 1px #cbcfd2; 
}

.box_coloredbg_titre {
	padding: 4px;
	float: left;
	width: 190px;
	background-color: #cabc9f;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.box_news_onecol_coloredbg img {
	margin: 8px 6px 0 6px;
	float: left;
}

.box_coloredbg_content {
	padding: 8px 6px 8px;
	float: left;
	color: #000;
}

.box_coloredbg_content_titre {
	display: block;
	padding-bottom: 6px;
	font-weight: bold;
}

.box_coloredbg_content .box_coloredbg_content_titre a {
	text-decoration: none;
}

.box_coloredbg_content a {
	color: #000;
	text-decoration: none;
}

.box_coloredbg_content a:hover {
	color: #4f4d50;
}

.border_bottom_coloredbg {
	clear: both;
	float: left;
	width: 668px;
	height: 1px;
	background-image: url('../images/border_bottom_coloredbg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0px; /* for ie6... */
}

.box_content_rightcol_titre p {
	float: left;
	background-color: #c9d6e7;
	width: 151px;
	height: 19px;
	padding: 2px 0 0 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #3c579a;
	border-top: solid 1px #FFF;
}
/* SIDEBAR RIGHT */

.box_news_sidebar_right {
	width: 307px;
	margin-bottom: 15px;
	float: left;
	border:  solid 1px #d0d1cf;
	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px;
	position: relative;
}

.box_news_sidebar_right img {
	float: left;
	border-bottom: solid 1px white;
}

.titre_box_news_sidebar_right {
	float: left;
	padding: 1px 15px 0 8px;
	color: #3c579a;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
 
.overlay_sidebar {
	background: url('../images/overlay.png') repeat;
	position: absolute;
	width: 289px;
	padding: 8px;
	bottom: 0;
	left: 0;
	margin: 0 0 1px 1px;
}

.box_sidebar_right {
	width: 307px;
	margin-bottom: 20px;
	float: left;
	border:  solid 1px #d0d1cf;
	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px;
}

.content_box_sidebar_right {
	width: 305px;
	float: left;
	border:  solid 1px #FFF;
}

.header_box_sidebar_right_blue {
	font-size: 12px;
	color: #26619d;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 2px 0 8px;
/* 	background-image: url(../images/sidebarright-bgheader-blue.jpg); */
/* 	background-repeat: repeat-x; */
	background-color: #ebeef5;

	height: 17px;
}

.header_box_sidebar_right_orange {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 2px 0 8px;
	background-image: url('../images/sidebarright-bgheader-orange.jpg');
	background-repeat: repeat-x;
	height: 17px;
	width: 295px;
}

.header_box_sidebar_right_title {
	float: left;
}

.header_box_sidebar_right_link {
	float: right;
	padding: 0 5px 0 0;
}

.header_box_sidebar_right_rss {
	float: right;
	padding-right:7px;
	padding-top:2px;
}

.actu_en_bref {
	width: 289px;
	padding: 8px;
	background-color: #e8e8e9;
	float: left;
}

.actu_en_bref_1 {
	width: 289px;
	padding: 8px;
	float: left;
	background-image : url('../images/dot-grey.gif');
	background-repeat: repeat-x;
	background-position: center top;
	cursor: pointer;
}

a.link_actu_en_bref  {
	color: #4f4d50;
	text-decoration: none;
	float: left;
	width: 100%;
}

a:hover.link_actu_en_bref  {
	color: #26619d;
}

a.link_actu_en_bref .actu_en_bref_thumb {
	float: right;
	border: solid 1px #25619f;
	margin-bottom: 5px;
	margin-left: 7px;
}

.tof_blocenbref {
	float: left;
	margin-right: 8px;
	border: solid 1px black;
}

.content_pub_sidebar_right {
	width: 305px;
	float: left;
	border:  solid 1px #FFF;
}

.content_pub_sidebar_right img {
	float: none;
}

.box_news_3col .box_doublenews .keepinline box_news_onecol img {
	margin: 0 10px 5px 0;
}
.box_news_onecol_img {
	margin: 5px 0 10px 0;
}

.box_news_3col .box_doublenews .keepinline .box_news_onecol .read_article img {
	margin: 0;
}

/******************** STYLE PAGE LIST NEWS *****************/

#box_list_holder {
	padding-top: 10px;
	border-top: solid 1px #c9d4e8;
	float: left;
	width: 100%;
}

.box_list, .box_list_highlight {
	border-bottom: solid 1px #bdd4fd;
	float: left;
	color: #2d2c2b;
	padding-bottom: 14px;
	margin-bottom: 14px;
	width: 100%;
}

.box_list_highlight img {
	float: left;
	margin: 0 10px 5px 0;
}

.box_list img {
	float: right;
	margin: 0 0 5px 10px;
}

.box_list_titre {
	/*font-family: Georgia;*/
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 7px;
}

.box_list_titre a {
	text-decoration: none;
	color:#26619d;
}

.box_list_titre a:hover {
	color:#000;
}

.box_list_content_news img {
	float: left;
	margin-right: 8px;
	border: solid 1px black;
}

.box_list_content_news a {
	color: #2d2c2b;
	text-decoration: none;	
}

.box_list_content_news a:hover {
	color:#26619d;
}

a.box_list_surtitre {
	color: #f16304;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 5px;
}

.box_list_tools {
	padding-top: 8px;
}

.box_list_infos {
	float: left;
	font-size: 10px;
	color: #85827e;
}

.box_list_readmore {
	float: right;
}

.box_list_readmore img {
	border: none;
	float: left;
	padding: 2px 0 0 5px;
	margin: 0;
}


#pagination {
	float: left;
	text-align: right;
	width: 100%;
}

#pagination a {
	margin-right: 5px;
	color: #4f4d50;
}

#pagination a:hover {
	color: #26619d;
}

#pagination span {
	padding-right: 5px;
	color: #26619d;
	font-weight: bold;
}

/************************ footer ******************/

#footerwrapper {
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
	clear: both;
}

#box_footer {
	width: 100%;
	position: absolute;
	background-image: url('../images/bg_footer.jpg');
	background-repeat: repeat-x;
	background-color: #ebebeb;
	padding: 0 0 40px 0;
}

#footer {	
	margin-left: auto; 
	margin-right: auto; 
	width: 1000px;
	padding: 0 0 0 10px;
}


#box_footer img {
	float: left;
	margin-right: 8px;
}

#box_footer input.search_field {
	float: left;
	font-size: 11px;
	margin-top: 6px;
	border: solid 1px #d0d1cf;
	height: 17px;
	padding-left: 4px;
}

.footer_content {
	width: 100%;	
	padding-top: 10px;
	padding-left: 1px;
	clear: both;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #4f4d50;
	/*color: #fff;*/
}

.footer_col, .last_footer_col {
	float: left;
	width: 179px;
	margin-right: 24px;
}

.last_footer_col {
	margin-right: 0;
}

#box_footer input.search_footer	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003580;
	margin-top: 6px;
	margin-left: 6px;
	border-width: 2px;
	border-style: solid;
	padding-left: 15px;
	height: 19px;
	width:94px;
	background: #eff4f7 url('../images/search_footer.gif') 3px 3px no-repeat;
	border-color:#bfbfbf;
	outline:none;
}
a.footer_link {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #4f4d50;
	/*color: #fff;*/
}
a.footer_link:hover {
	color: #858383;
}
#contact_box {
	margin-left: 6px;
	margin-right: 6px;
	width: 577px;
}
#contact_box p {
	padding-top:2px;
}

.contact_box_form {
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 570px;
	border-width: 2px;
	border-style: solid;
	border-color:#bfbfbf;
	background-color: #eff4f7;
}
.contact_box_form_select {
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	border-width: 2px;
	border-style: solid;
	border-color:#bfbfbf;
	background-color: #eff4f7;
}
#contact_box input.contact_box_form_btt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003580;
	margin-right: 24px;
	border-width: 2px;
	border-style: solid;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 18px;
	height: 22px;
	width: 130px;
	background: #eff4f7 url('../images/mail-icn.gif') 3px 3px no-repeat;
	background-position: 0.4em 0.45em;
	border-color:#bfbfbf;
	float: right;
	cursor: pointer;
}
#contact_box input.contact_box_form_btt_send {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003580;
	margin-top: 6px;
	/*margin-right: 25px;*/
	border-width: 2px;
	border-style: solid;
	padding-top: 2px;
	padding-left: 18px;
	padding-bottom: 8px;
	height: 22px;
	width: 160px;
	background: #eff4f7 url('../images/mail-icn.gif') 3px 3px no-repeat;
	background-position: 0.4em 0.45em;
	border-color:#bfbfbf;
	float: right;
	cursor: pointer;
	
}
/********************* STYLE PAGE DETAIL NEWS *****************************/

#ariane {
	font-size: 10px;
	color: #8d8b8b;
	padding-bottom: 10px;
}

#ariane a {
	color: #8d8b8b;
	text-decoration: underline;
}

#ariane a:hover {
	color: #26619d;
}

.article_titre {
	font-size: 18px;
	font-weight: bold;
	/*font-family: Georgia;*/
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #26619d;
	display: block;
	margin: 0 10px 0 0;
}
/********************************/
.content_videos_top10 {
	width: 298px;
	padding: 0 0 7px 7px;
	margin-bottom: 1px;
	background-color: #eeebe3;
	float: left;
}
.content_videos_top10 img {
	border: solid 1px #25619f;
	/*border: solid 1px black;*/
	float: left;
}

.content_videos_top10 a {
	float: left;
	margin: 8px 7px 0 0;
}

.content_videos_top10 a:hover {
	opacity : .50;
	filter: alpha(opacity=50);
}
/********************************/
.content_videos_jt {
	width: 298px;
	padding: 0 0 7px 7px;
	margin-bottom: 1px;
	background-color: #eeebe3;
	float: left;
}
.content_videos_jt img {
	border: solid 1px #25619f;
	/*border: solid 1px black;*/
	float: left;
}

.content_videos_jt a {
	float: left;
	margin: 8px 7px 0 0;
}

.content_videos_jt a:hover {
	opacity : .90;
	filter: alpha(opacity=90);
}
/*******************************/
.content_annexe_afp {
	float:left;
	padding-bottom: 8px;
	padding-top: 8px;
	background-image : url('../images/dot-grey.gif');
	background-repeat: repeat-x;
	background-position: center top;
}
.content_annexe {
	width: 289px;
	padding: 8px;
	/*background-color: #f3f3f4;*/
	float: left;
}

.content_annexe img {
	float: left;
	padding-right: 5px;
	padding-bottom: 2px;
}

.content_annexe a {
	color: #4f4d50;
	font-weight: bold;
	text-decoration: none;
}

.content_annexe a:hover {
	color: #26619d;
}

.content_annexe_videos {
	width: 298px;
	padding: 0 0 7px 7px;
	background-color: #f1dabd;
	float: left;
}

.content_annexe_videos img {
	border: solid 1px black;
	float: left;
}

.content_annexe_videos a {
	float: left;
	margin: 8px 7px 0 0;
}

.content_annexe_videos a:hover {
	opacity : .50;
	filter: alpha(opacity=50);
}

#article_box_tools {
	width: 670px;
	float: left;
	padding-top: 10px;
	/*padding-bottom: 5px;*/
	border-bottom: solid 1px #d4d2d5;
	position: relative;
	margin-bottom: 18px; /* old value 12 */
}

.box_tools_left {
	float: left;
	/* added */
	color: #8d8b8b;
	font-size: 10px;

	padding: 5px 0 0 0;
}

.box_tools_right {
	float: right;
	/* added */
	padding-bottom: 5px;
}

#share_box {
	display: none;
	position: absolute;
/* 	background-color: #FFF; */
	padding: 21px 0 0 0;
	right: 0;
	top: 10px;
	width: 312px;
	
}

#share_box_link {
	float: right;
	z-index: 1000;
}

#share_box_content {
	background-color: #FFF;
	border: solid 1px #c0c0c0;
	padding: 5px;
	float: right;
	width: 302px;
}

#share_box_content a {
	display: block;
	color: #4f4d50;
	padding: 4px;
	text-decoration: none;
}

#share_box_content a:hover {
	display: block;
	background-color: #e6e6e6;
	color: #26619d;
}

#share_box_content img {
	float: left;
	margin-right: 3px;
}

.share_box_leftcol {
	float: left;
	margin-right: 10px;

}

.share_box_rightcol {
	float: left;

}

.box_img_article {
	padding-bottom: 8px; /*old value 15px*/
}

.img_article {
	border: solid 1px black;	
}

.box_recap_video {
	float: right;
	background-color: aqua;
	width: 160px;
	height: 278px;
	overflow: hidden;
	background-color: #efebe2;
	border: solid 1px #cbcfd2;
}

.box_recap_video_titre {
	padding: 5px 6px;
	float: left;
	width: 100%;
	background-color: #e4ddcd;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.box_recap_video_content {
	padding: 6px;
	float: left;
	color: #000;
	font-size: 10px;
}

.box_coloredbg_content .box_recap_video_content a {
	text-decoration: none;
}

.box_recap_video_content a {
	color: #000;
	text-decoration: underline;
}

.box_recap_video_content a:hover {
	color: #4f4d50;
}


.credits_img {
	padding-top: 1px;
	font-size: 9px;
	display: block;
	clear: both;
}

.video_article_right {
	float: right;
	padding-bottom: 4px;
	padding-left: 8px;
}


#article_content {
	color: #000;
/* 	display: block; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: justify;
	letter-spacing: 0.02em;
	float: left;
	width: 669px;
	margin: 20px 0;
}

#perche {
	float: left;
	width: 1px;
	font-size: 0px;
	height: 90px; /* position de la box "sur le meme theme" embed in article content (sic) */
}

#article_content_embedbox {
	float: left;
	width: 220px;
	clear: both;
	margin: 20px 20px 10px 1px;
	border-top: solid 3px #f39849;
	text-align: left;

}

.article_content_embedbox_titre {
	font-weight: bold;
	padding: 6px 0;
	text-transform: uppercase;
}

.article_content_embedbox_box_content {
	padding: 0 5px 5px 5px;
	border: solid 1px #d0d0ce;
	width: 208px;
	background-color: #f3f3f5;
	float: left;
}

.article_content_embedbox_item {
	clear: both;
	padding: 5px 0;
	line-height: 120%;
}

.article_content_embedbox_item a {
	color: #000;
}

.article_content_embedbox_item a:hover {
	color: #3c579a;
}

.article_content_embedbox_item img {
	float: right;
	margin: 0 0 0 5px;	
}

.sous_titre_orange {
	text-transform: uppercase;
	color: #f39849;
	padding-right: 5px;
	float: left;
	font-weight: bold;
}

#article_content_video_small {
	color: #000;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	letter-spacing: 0.02em;
}

#box_article_infos {
	float: left;
	clear: both;
	width: 670px;
	padding-top: 17px;
	padding-bottom: 2px; /* 2px */
	font-size: 10px;
}

#article_tags {
	float: left;
	margin-bottom: 3px;
}

#article_tags_vote {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
}

#article_infos {
	float: right;
	color:#6d6d6d;
	margin-bottom: 3px;
}

#box_article_gallery {
	float: left;
	clear: both;
	width: 100%;
	background-color: #ebeef5;
	margin-bottom : 20px;
}

/******same news******/
#box_same_news_upperline {
	clear: both;
	border-top: solid 1px #5f9bd1;
	/*border-top: solid 1px #f4ea8e;*/
	/*height: 6px;*/
	float: left;
	width: 682px;
	/*font-size: 1px;*/
	margin-top: 20px;
}
#box_same_news {

	background-color: #d5dee7;
	float: left;
	width: 672px; /*666px*/
	padding: 5px; /*8px*/
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}

/***********************/
#box_getflash_upperline_0 {
	clear: both;
	/*border-top: solid 1px #f39210;*/
	border-top: solid 1px #f4ea8e;
	/*height: 6px;*/
	float: left;
	width: 682px;
	/*font-size: 1px;*/
}

#box_getflash_upperline_1 {
	clear: both;
	/*height: 6px;*/
	float: left;
	width: 682px;
	/*font-size: 1px;*/
}

#box_getflash {
	clear: both;
	background-color: #eeebe3;
	float: left;
	width: 666px;
	padding: 8px;
	color: #000;
	margin-bottom: 10px;
}

#box_getflash img {
	float: left;
	margin-right: 8px;
}

#box_permlink_0 {
	margin-top: 4px;
}

#box_permlink_1 {
	margin-top: 4px;
	margin-left: 12px;
}

#box_permlink_0 img {
	float: left;
	margin-right: 10px;
}

#shareBox_footer {
	clear: both;
	display:block;
	float: left;
	width: 682px;
	background-color: #faf9f5;
	border-top: solid 1px #d6cebb;
	margin-top: 2px;
}

#shareBox_footer ul {
	padding-left: 10px;
}

#shareBox_footer img {
	float: left;
	margin-right: 4px;
}

#shareBox_footer li {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 16px;
	float: left;
	font-size: 11px;
}

#shareBox_footer li a {
	float: left;
	text-decoration: none;
	font-size: 11px;
	color: #80827f;
}

#shareBox_footer li a:hover {
	text-decoration: none;
	color: #525351;
}

#box_permlink {
	clear: both;
	display:block;
	float: left;
	width: 656px;
	padding-left:14px;
	padding-top: 10px;
}

#box_permlink img {
	float: left;
	margin-right: 4px;
}

#box_permlink span {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #565555;
}

#box_permlink_0 span {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #565555;
}

#box_permlink_1 img {
	float: left;
	margin-right: 10px;
}

#box_permlink_1 span {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #565555;
}


img_article_right {
	float: right;
	padding-bottom: 3px;
	padding-left: 10px;
}

img.news, img.news1, img.news2 {
	float: right;
	padding-bottom: 3px;
	padding-left: 10px;
}



/**************ADS*******************************/
#ad_mega_banner {
	clear:both;
	width: 990px;
	float: left;
	padding: 7px 0 0 0;
	margin-bottom: 7px;
}
.box_ad_mega_banner_left {
	float: left;
}
.box_ad_mega_banner_right {
	float: right;
}

.box_title_advertise {
	width: 307px;
	margin-bottom: 2px;
	float: left;
}
.box_sidebar_right_ad {
	width: 307px;
	margin-bottom: 20px;
	float: left;
	border:  solid 1px #d0d1cf;
	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px;
}
.content_box_mini_ad {
	display:block;
	clear:both;
	padding: 0 12px;
}
.box_list_titre_ad {	
	font-family: Verdana, Arial, Helvetica;
	line-height: 110%;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
	border-top:solid 1px #b2c5d6;
}

.box_list_titre_ad_firstone {
	font-family: Verdana, Arial, Helvetica;
	line-height: 110%;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	border-top: none;
}

.box_list_titre_ad a, .box_list_titre_ad_firstone a {
	text-decoration: none;
	color:#26619d;
}
.box_list_titre_ad a:hover {
	color:#1b4b7b;
}
.box_list_titre_ad img, .box_list_titre_ad_firstone img {
	float: left;
	margin-right: 8px;
	border: solid 1px black;
}

.box_list_content_ad {
	padding-top:7px;
	padding-bottom:7px;
}

.box_list_content_ad a {
	font-family: Verdana, Arial, Helvetica;
	font-size:10px;
	color: #2d2c2b;
	text-decoration: none;	
}
.box_list_content_ad a:hover {
	color:#403f3d;
}
.box_title_advertise {
	width: 307px;
	margin-bottom: 3px;
	float: left;
}

/* DOUBLE PUB */

.half_box_sidebar_right {
	margin-bottom: 20px;
	float: left;
	border:  solid 1px #cabca1;
/*
	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px;
*/
}

.half_box_sidebar_right_separator {
	float: left;
	display: block;
	width: 9px;
	height: 10px;
}

.content_double_pub_sidebar_right a {
	float: left;
	border:  solid 5px #FFF;
}

.content_double_pub_sidebar_right a:hover { /* modif fond half-pub en hover */
	border:  solid 5px #ebeef5;
}

.content_double_pub_sidebar_right img {
	float: left;
}

.read_news {
	float: right;
	padding-top: 8px;
	cursor: pointer;
}

.read_news img {
	border: none;
	padding: 0 0 0 4px;
	margin: 0;
	vertical-align: bottom;
	cursor: pointer;
}

.box_small_resume_text {
	font-size:10px;
	display: block;
	padding-top: 5px;
}

/***************** PUB FOOTER ARTICLE ******************/

/* 3 ADS */

#box_3_ads_article_footer {
	float: left;
	padding: 20px 0 0 0;
	width: 670px;
	overflow: hidden;
	clear: both;
}

#box_3_ads_article_footer .content_box_mini_ad {
	float: left;
	clear: both;
	width: 200px;
	overflow: hidden;
	padding : 0 8px;
	margin-top: 3px;
	border: solid 1px #d0d0d0;
}

/* 4 ADS */

#box_4_ads_article_footer {
	float: left;
	padding: 20px 0 0 0;
	width: 670px;
	overflow: hidden;
	clear: both;
}

#box_4_ads_article_footer .content_box_mini_ad {
	float: left;
	clear: both;
	width: 143px;
	overflow: hidden;
	padding : 0 8px;
	margin-top: 3px;
	border: solid 1px #d0d0d0;
}

#box_4_ads_article_footer .content_box_mini_ad img {
	margin-bottom: 8px;
}

/* COMMON */

#box_3_ads_article_footer .content_box_mini_ad .box_list_titre_ad, #box_4_ads_article_footer .content_box_mini_ad .box_list_titre_ad {
	border: none;
	padding-top: 8px;
}

#box_3_ads_article_footer img, #box_4_ads_article_footer img {
	float: left;
}

.box_ads_article_footer_separator {
	float: left;
	width: 8px;
	height: 10px;
}

.box_ads_article_footer_holder {
	float: left;
}


/********************* au benefice du doute (present dans css v1 - modifie par PB)  *****************************/

td.animation1 {
	padding-bottom: 8px; padding-top: 8px; background-color: #f7f7f7;
}
td.animation2 {
	padding-bottom: 8px; padding-top: 8px; background-color: #ffffff;
}

/**************************************************/

#box_jt_content {
	color: #000;
	display: block;
}
#box_jt_content_seq {
	float:left; 
	width: 100%; 
	margin-top:17px; 
	margin-bottom: 17px;
	overflow: auto;
}
#box_jt_seq {
	display: block;
	width: 654px;
	padding: 8px;
	float: left;
}
#box_jt_seq li a {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
 	font-size: 11px;
	font-weight: normal;
 	color: #4f5051;
 	list-style-type: none;
	line-height: 2.2em;
 	background-image: url('../images/arrow-square-orange.gif');
 	background-repeat: no-repeat;
 	background-position: 0 0.33em;
 	padding-left: 15px;
	text-decoration: underline;
}
#box_jt_seq li a:hover {
 	color: #000;
}
.box_bottom_article {
	width: 668px;
	margin-bottom: 15px;
	float: left;
	border:  solid 1px #d0d1cf;
	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px;
	position: relative;
}

.box_bottom_article ul {
	border: none;
	height: 24px;
}

.box_bottom_article img {
	float: left;
	border-bottom: solid 1px white;
}

li.titre_box_news_sidebar_right {
	float: left;
	padding: 3px 15px 0 10px;
	color: #3c579a;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.content_videos_bottom_article {
	width: 655px;
	padding: 0 0 7px 11px;
	margin-bottom: 1px;
	background-color: #eeebe3;
	float: left;
}
.content_videos_bottom_article img {
	border: solid 1px #25619f;
	/*border: solid 1px black;*/
	float: left;
}

.content_videos_bottom_article a {
	float: left;
	margin: 8px 7px 0 0;
}

.content_videos_bottom_article a:hover {
	opacity : .50;
	filter: alpha(opacity=50);
}
/************************************************/
.last_videos {
	width: 140px;
	padding: 5px;
	float: left;
	background-image : url('../images/dot-grey.gif');
	background-repeat: repeat-x;
	background-position: center top;
	cursor: pointer;
}
a.link_last_videos  {
	color: #4f4d50;
	text-decoration: none;
	float: left;
	width: 100%;
}

a:hover.link_last_videos  {
	color: #121212;
}

a.link_last_videos .last_videos_thumb {
	float: right;
	border: solid 1px #25619f;
	margin-bottom: 4px;
	margin-left: 3px;
}

/**********************agenda********************/
.text_click_here {
	float: left;
	margin: 15px 0;
	padding: 10px 0;
	border-top: dotted 1px black;
	border-bottom: dotted 1px black;
	width: 100%;
}

#box_list_agenda {
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px black;
}

.img_header_agenda {float: right; padding: 0; margin: 0; text-align: right;}

.box_list_greyline {
	background-color: #f7f7f7;
}

.box_list_greyline, .box_list_whiteline {
	float: left;
	clear: both;
	padding: 10px 8px;
	width: 655px;
}

.agenda_place {
	background-image: url('../images/arrow-square-black.gif');
	background-repeat: no-repeat;
	background-position-y: 2px;
	padding: 0 5px 0 16px;
	font-weight: bold;
	float: left;
	width: 140px;
	text-transform: uppercase;
}

.agenda_date {
	font-style: italic;
	width: 70px;
	text-align: center;
	float: left;
}

.agenda_detail {
	float: right;
	width: 415px;
}

.agenda_title {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #3c579a;
	padding-bottom: 3px;
}


/**************AFP*******************************/
#central_col_afp {
	width: 680px;
	margin-top: 1px;
	margin-right: 7px;
	float: left;
}

.box_news_afp {
	float: left;
	width: 500px; /*680px*/
	padding-bottom: 15px;
	margin: 0 0 15px 0;
	background: url('../images/dot-grey.gif') repeat-x;
	background-position: bottom;
}

.box_news_afp .box_news_text, .box_news_afp .read_article {
	margin-right: 5px;
}

.box_news_afp img {
	float: left;
	margin-right: 10px;
	border: solid 1px #000;
}

.box_news_afp .read_article img {
	margin: 0;
	border: none;
}

.box_news_afp .box_news_titre {	padding-bottom: 20px;}

.box_news_afp_infos {
	float: left;
	padding-top: 11px;
	font-size: 10px;
	color: #85827e;
}

#article_box_tools_afp {
	width: 682px;
	float: left;
	padding-top: 10px; /*10px*/
	/*padding-bottom: 2px;*/
	border-bottom: solid 1px #d4d2d5;
	margin-bottom: 18px; /* old value 12 */
}

.inner_sidebar {
	padding: 1px;
	float: right;
	width: 170px;
	border:  solid 1px #d0d1cf;
	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px;

}

.inner_sidebar .actu_en_bref {
	width: 161px;
	padding: 5px;
	background-color: #FFF;
	border-bottom: solid 1px #d0d1cf;
	float: left;
	cursor: pointer;
}

#box_img_article_afp {
	float: left;
	display: block;
	padding-right: 15px;
	padding-bottom: 5px;
}
#box_img_article_afp span {
	font-size:10px;
	color: #787777;
}
#box_img_article_afp img {
	border: solid 1px #a9a9a9;
	margin-top: 3px;
	margin-bottom: 3px;
}
#box_img_headline_afp {
	float: left;
	display: block;
}
table.imgLegend {
	padding: 0px;	
}
.legend {
	font-size:10px;
	color: #787777;
	padding-top: 3px;
}
.legend_white {
	font-size:10px;
	color: #fff;
}
table {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#4f4d50;	
}

.keepinline_vod {
	float: left;
	clear: both;
	width: 483px;
	background-color: #eeebe3;
	padding: 7px 1px 14px 14px;
	margin-bottom: 1px;
}
.content_videos_top50 {
	margin-left: 10px;
}
.content_videos_top50 img {
	border: solid 1px #25619f;
	float: left;
}

.content_videos_top50 a {
	float: left;
	margin: 8px 2px 0 0;
}

.content_videos_top50 a:hover {
	opacity : .50;
	filter: alpha(opacity=50);
}

.read_article2 {
	float: right;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 11px;
	color: #000;
}
.read_article2 a {
	text-decoration: none;
	font-size: 11px;
	color: #000;
}

.read_article2 img {
	border: none;
	padding: 2px 0 0 4px;
	margin: 0;
	vertical-align: bottom;
}

.read_article2 a:hover {
	color: #4f4d50;
}