@charset "utf-8";
/* bg : 4b4b4b*/
/* rouge : e2001a*/
/* gris clair : e5e5e5*/
/* gris texte : 535252*/

/***********************/
/****STRUCTURE**********/
/***********************/
body{
	background-color: #4b4b4b;
	position: relative;
}
body *{
	color: #535252;
}
#wrapper{
	background-color: #ffffff;
	position: relative;
}

/*** Blocs HEAD ***/
#header{
	background: #ffffff url('../../images/default/banniere_ho.jpg') no-repeat top center;
}
#header_left,#header_right{
	width: auto;
	margin-top: 9px;
}
#header_center{
	float: none;
	clear: both;
	display: block;
}
#header_left{
	padding-left: 20px;
}
#header .image{
	margin: 0;
	padding: 0;
}
#header_right{
	padding-right: 10px;
}
#header_right .teaser,
#header_right .commons_basicLanguages{
	float: left;
}
#header_right .teaser{
	margin: 0px 20px;
}
#header_right .commons_basicLanguages{
	margin-left: 20px;
}
#header_right .commons_basicLanguages input.readonly{
	border: 1px solid #e5e5e5;
	color: #535252;
	height: 16px;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
}
#header_right .commons_basicLanguages input.submitbutton{
	border: 1px solid #e5e5e5;
	color: #e2001a;
	background-color: #ffffff;
	height: 18px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	font-size: 11px;
	line-height: 15px;
}
#header_right .commons_basicLanguages input.submitbutton:hover{
	background-color: #e5e5e5;
}
#header_center{
	padding-top: 13px;	
}
#header_center .commons_navmenu ul.level1{
	text-align: center;
	display: block;
	margin: 0;
	padding: 0px 60px;
	float: none;
	clear: both;
}
#header_center .commons_navmenu ul.level1 li{
	color: #e2001a;
	font-weight: bold;
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}
#header_center .commons_navmenu ul.level1 li.pipe{
	line-height: 22px;	
	margin: 0;
	padding: 0;
}
#header_center .commons_navmenu ul.level1 li a{
	text-decoration: none;
	display: block;
	height: 22px;
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 7px;
}
#header_center .commons_navmenu ul.level1 li a span.d{	
	display: block;
	float: left;
	height: 22px;
	width: auto;
	margin: 0;
	padding: 0;
	padding-right: 7px;
}
#header_center .commons_navmenu ul.level1 li a span.lib{
	color: #e2001a;
	float: left;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 22px;
	width: auto;
	margin: 0;
	padding: 0;
	padding: 0px 9px;
	line-height: 22px;
	cursor: pointer;
}
#header_center .commons_navmenu ul.level1 li.selected a,
#header_center .commons_navmenu ul.level1 li a:hover,
#header_center .commons_navmenu ul.level1 li.hover a{
	background: url('../../images/default/bg_menu1_gauche.gif') no-repeat center left;
}
#header_center .commons_navmenu ul.level1 li.selected a span.d,
#header_center .commons_navmenu ul.level1 li a:hover span.d,
#header_center .commons_navmenu ul.level1 li.hover a span.d{
	background: url('../../images/default/bg_menu1_droite.gif') no-repeat center right;
}
#header_center .commons_navmenu ul.level1 li.selected a span.lib,
#header_center .commons_navmenu ul.level1 li a:hover span.lib,
#header_center .commons_navmenu ul.level1 li.hover a span.lib{
	color: #ffffff;
	background: url('../../images/default/bg_menu1_center.gif') repeat-x center center;
}
#header_center .commons_navmenu ul.level2{
	display: none;	
	position: absolute;
	margin-top: 22px;
	background: url('../../images/default/deroul_fond.gif') repeat-x bottom center;
	/*width: 150px;
	height: auto;
	_height: 50px;
	min-height: 50px;*/
}
#header_center .commons_navmenu ul.level2 li{
	display: list-item;	
	float: none;
	clear: both;
}
#header_center .commons_navmenu ul.level1 li ul.level2 li a{
	border-bottom: 1px solid #aaaaaa;
	color: #535252;
	height: auto;
	_height: 18px;
	min-height: 18px;
	text-align: left;
	padding: 0px 15px; /*2px 15px;*/
	background-color: #f5f5f5;
	background-image: none;
	width: 120px;
	overflow-y: visible;
	white-space: normal;
}
#header_center .commons_navmenu ul.level1 li ul.level2 li.last a{
	border-bottom: 0px;
	background: transparent url('../../images/default/deroul_coin_gauche_gris.gif') no-repeat bottom left;
	padding: 0;
	padding-left: 15px; 
	display: block;
	height: auto;
	_height: 18px;
	min-height: 18px;
	width: 135px;
}
#header_center .commons_navmenu ul.level1 li ul.level2 li a:hover {
	color: #ffffff;
	background-color: #e2001a;
	background-image: none;
}
#header_center .commons_navmenu ul.level1 li ul.level2 li.last a span{
	display: block;
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	background: url('../../images/default/deroul_coin_droite_gris.gif') no-repeat bottom right;
	height: auto;
	_height: 18px;
	min-height: 18px;
	width: 135px;
	cursor: pointer;
}
#header_center .commons_navmenu ul.level1 li ul.level2 li.last a:hover {
	background: url('../../images/default/deroul_coin_gauche_rouge.gif') no-repeat bottom left;
}
#header_center .commons_navmenu ul.level1 li ul.level2 li.last a:hover span{
	background: url('../../images/default/deroul_coin_droite_rouge.gif') no-repeat bottom right;
	color: #ffffff;
}

#header .banner{
	float: none;
	clear: both;	
}
#header .banner img{
	display: block;
}
#iframe_popin_send{
	display: none;
}
#popin_send{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 980px;
	display: block;
	text-align: center;
	z-index: 200000000;
}
#popin_send .popin_wrapper{
	width: 800px;
	background-color: #ffffff;
	margin: 10px auto;
	padding: 10px;
	border: 5px solid #e5e5e5;	
}
#popin_send .popin_menutop{
	text-align: right;
}
#popin_send .popin_intro,
#popin_send .popin_form,
#popin_send .popin_mailcontent,
#popin_send .popin_sendmessage{
	text-align: left;
	margin-bottom: 5px;
}
#popin_send .popin_mailcontent{
	padding: 5px;
	border: 1px solid #e5e5e5;	
}
#popin_send .popin_finalclose{
	text-align: center;	
}

/*** Blocs FOOT ***/
#footer{
	background: url('../../images/default/bg_footer.gif') repeat-x top center;
	height: 44px;
}
#footer_left{
	padding: 10px 30px;
	color: #ffffff;
}
#footer_left a{
	color: #ffffff;
	text-decoration: none;
}
#footer_left a:hover{
	text-decoration: underline;
}
#footer_left .highlight{
	color: #e2001a;
}
#footer_right{
	display: none;
}

/*** Colonnes ***/


body.proportion_25_75 .column_1{	
	width: 200px;
	margin-left: 0px;
	margin-right: 0px; }
body.proportion_25_75 .column_2{	
	width: 780px;
	margin-left: 0px;
	margin-right: 0px;
	background: url('../../images/default/bg_trait_vertical_rouge.jpg') no-repeat top left;}	
body.proportion_34_66 .column_1{	
	width: 320px;
	margin-left: 0px;
	margin-right: 0px; }
body.proportion_34_66 .column_2{	
	width: 660px;
	margin-left: 0px;
	margin-right: 0px; 
	background: url('../../images/default/bg_trait_vertical_rouge.jpg') no-repeat top left;}	
body.proportion_50_50 .column_1{	
	width: 490px;
	margin-left: 0px;
	margin-right: 0px; }
body.proportion_50_50 .column_2{	
	width: 490px;
	margin-left: 0px;
	margin-right: 0px; }
body.proportion_25_38_37 .column_1{	
	width: 200px;
	margin-left: 0px;
	margin-right: 0px; }
body.proportion_25_38_37 .column_2{	
	width: 390px;
	margin-left: 0px;
	margin-right: 0px ;
	background: url('../../images/default/bg_trait_vertical_rouge.jpg') no-repeat top left; }
body.proportion_25_38_37 .column_3{	
	width: 390px;
	margin-left: 0px;
	margin-right: 0px ; }
body.proportion_25_50_25 .column_1{	
	width: 200px;
	margin-left: 0px;
	margin-right: 0px; }
body.proportion_25_50_25 .column_2{	
	width: 580px;
	margin-left: 0px;
	margin-right: 0px;
	background: url('../../images/default/bg_trait_vertical_rouge.jpg') no-repeat top left; }
body.proportion_25_50_25 .column_3{	
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	background: url('../../images/default/bg_trait_vertical_rouge.jpg') no-repeat top left; }
body.proportion_34_33_33 .column_1{	
	width: 320px;
	margin-left: 5px;
	margin-right: 0px; }
body.proportion_34_33_33 .column_2{	
	width: 320px;
	margin-right: 5px; 
	margin-left: 5px ; }
body.proportion_34_33_33 .column_3{	
	width: 320px;
	margin-left: 0px;
	margin-right: 5px; }
*html body.proportion_34_33_33 .column_1{	
	width: 320px;
	margin-left: 5px;
	margin-right: 0px; }
*html body.proportion_34_33_33 .column_2{	
	width: 310px;
	margin-right: 5px; 
	margin-left: 5px ; }
*html body.proportion_34_33_33 .column_3{	
	width: 315px;
	margin-left: 0px;
	margin-right: 5px; }
body.proportion_25_25_25_25 .column_1{	
	width: 245px;
	margin-left: 0px;
	margin-right: 0px; }
body.proportion_25_25_25_25 .column_2{	
	width: 245px;
	margin-left: 0px;
	margin-right: 0px; }
body.proportion_25_25_25_25 .column_3{	
	width: 245px;
	margin-left: 0px;
	margin-right: 0px; }
body.proportion_25_25_25_25 .column_4{	
	width: 245px;
	margin-left: 0px;
	margin-right: 0px;}
	
/*** Breadcrumb ***/
.breadcrumb{
	padding-left: 30px;	
	float: none;
	clear: both;
}
.commons_basicTitles{
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
body.proportion_100 .column_1 .commons_basicTitles{		width: 750px;}
body.proportion_25_75 .column_1 .commons_basicTitles{	width: 200px;}
body.proportion_25_75 .column_2 .commons_basicTitles{	width: 540px;}
body.proportion_34_66 .column_1 .commons_basicTitles{	width: 320px;}
body.proportion_34_66 .column_2 .commons_basicTitles{	width: 430px;}
body.proportion_50_50 .column_1 .commons_basicTitles{	width: 260px;}
body.proportion_50_50 .column_2 .commons_basicTitles{	width: 260px;}
body.proportion_25_38_37 .column_1 .commons_basicTitles{	width: 200px;}
body.proportion_25_38_37 .column_2 .commons_basicTitles{	width: 390px;}
body.proportion_25_38_37 .column_3 .commons_basicTitles{	width: 390px;}
body.proportion_25_50_25 .column_1 .commons_basicTitles{	width: 200px;}
body.proportion_25_50_25 .column_2 .commons_basicTitles{	width: 350px;}
body.proportion_25_50_25 .column_3 .commons_basicTitles{	width: 200px;}
body.proportion_34_33_33 .column_1 .commons_basicTitles{	width: 325px;}
body.proportion_34_33_33 .column_2 .commons_basicTitles{	width: 330px;}
body.proportion_34_33_33 .column_3 .commons_basicTitles{	width: 225px;}
body.proportion_25_25_25_25 .column_1 .commons_basicTitles{	width: 245px;}
body.proportion_25_25_25_25 .column_2 .commons_basicTitles{	width: 245px;}
body.proportion_25_25_25_25 .column_3 .commons_basicTitles{	width: 245px;}
body.proportion_25_25_25_25 .column_4 .commons_basicTitles{	width: 245px;}

.outils{
	float: right;
	width: 200px;
	text-align: center;
}
h1{
	background: url('../../images/default/bg_h1_trait.jpg') no-repeat center right;
	padding: 0;
}
h1 img{
	vertical-align: middle;
}
h1 span{
	background-color: #ffffff;
	line-height: 22px;
	font-size: 22px;
	color: #575757;
	font-weight: normal;
	padding: 2px 10px;}	
}


a{
	color: #e2001a;
}

/* --------------------- */
/* paragraphs & portlets */
/* --------------------- */

.paragraphs, .components{
	float: none;
	clear: both;
}
.paragraphs{
	padding-left: 40px;	
	padding-right: 30px;
}
body.proportion_25_75 .column_2 .components,
body.proportion_34_66 .column_2 .components,
body.proportion_50_50 .column_1 .components,
body.proportion_50_50 .column_2 .components,
body.proportion_25_38_37 .column_2 .components,
body.proportion_25_38_37 .column_3 .components,
body.proportion_25_50_25 .column_2 .components{
	padding-left: 40px;	
	padding-right: 30px;
}
.paragraph{
	float: none;
	clear: both;
}
.paragraph h2{
	color: #e2001a;
	font-size: 14px;
	background: url('../../images/default/puce_triangle_noir.gif') no-repeat 0px 2px;
	padding-left: 12px;
	margin-left: -12px;
}
.paragraph ul li {
	background: url('../../images/default/puce_triangle_rouge.gif') no-repeat 0px 2px;
	margin: 0;
}

.portlet h2{
	color: #e2001a;
	font-size: 14px;
}

.error_message,.error_message_normal{
	color: #e2001a;
	padding: 0;
	padding-bottom: 5px;
}
.hightlight{
	color: #e2001a;
}
.tablemodel_1 {
	width: auto;
	border: 1px solid #4b4b4b;
	border-collapse: collapse;
	margin: 5px auto;
}
.tablemodel_1 td,
.tablemodel_1 th{
	border: 1px solid #4b4b4b;
	padding-left: 5px;
	padding-right: 5px;
}
.tablemodel_1 th{
	background-color: #4b4b4b;
	color: white;
	font-weight: bold;
}

/***********************/
/****Components*********/
/***********************/

/****Flash***/
.commons_basicFlash,.commons_basicFlash object{
	margin: 0 ;	
	padding; 0;
}

/****Search form***/
.commons_basicSearchForm form.basic_search_form{
	padding:0;
	margin: 0;
}
.commons_basicSearchForm form.basic_search_form table{
	width: 100%;	
}
.commons_basicSearchForm form.basic_search_form table td{
	padding: 0;
}
.commons_basicSearchForm form.basic_search_form .bg_left{
	background: url('../../images/default/bg_searchform_gauche.gif') no-repeat top left;
	width: 22px;
	height: 65px;
}
.commons_basicSearchForm form.basic_search_form .bg_right{
	background: url('../../images/default/bg_searchform_droite.gif') no-repeat top right;
	width: 22px;
	height: 65px;
}
.commons_basicSearchForm form.basic_search_form .bg_center{
	background: url('../../images/default/bg_searchform_center.gif') repeat-x top left;
	padding: 5px 10px;
	vertical-align: top;
}
.commons_basicSearchForm label{
	display: block;
	font-weight: bold;
}
.commons_basicSearchForm input.queryfield{
	border: 1px solid #b8b8b8;
	color: #535252; /*#b8b8b8;*/
	float: left;
	width: 70%;
}
.commons_basicSearchForm input.submitbutton{
	border: 0px;
	background: url('../../images/default/img_btn_ok_rouge.gif') no-repeat center center;
	color: #ffffff;
	float: right;
	padding: 0;
	width: 24px;
	height: 18px;
	text-align: center;
	padding-bottom: 2px;
}
.commons_basicSearchForm input.submitbutton:hover{
	/*background: transparent url('') no-repeat center center;
	color: #e2001a;*/
}
.commons_basicSearchForm input.hover{
	background: transparent url('') no-repeat center center;
	color: #e2001a;
}
.commons_basicSearchForm input.on{
	/*background: transparent url('../../images/default/img_btn_ok_rouge.gif') no-repeat center center;
	color: #ffffff;*/
}

/****News***/
.new .new_imageOnLeft{
	width: auto;
}
.new p,
.commons_basicNewThumbnail .new_text p{
	padding: 0;
	margin: 0;
}
.new .dateReleased,
.commons_basicNewThumbnail .new_text .dateReleased{
	color: #e2001a;
	font-weight: bold;
}
.new .title,
.commons_basicNewThumbnail .new_text  .title{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
.new .title a,
.commons_basicNewThumbnail .new_text .title a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
.new .title a:hover,
.commons_basicNewThumbnail .new_text .title a:hover{
	text-decoration: underline;
}
.new .summary,
.commons_basicNewThumbnail .new_text .summary{
	background: url('../../images/default/puce_fleche_rouge.gif') no-repeat 0px 2px;
	padding-left: 10px;
}
.new .summary a,
.commons_basicNewThumbnail .new_text .summary a{
	color: #e2001a;
	font-weight: bold;
	text-decoration: none;
}
.new .summary a:hover,
.commons_basicNewThumbnail .new_text .summary a:hover{
	text-decoration: underline;
}

/****Newsviewer***/
.newsquickviewer{
	padding: 0;
}
.newsquickviewer h2{
	margin-bottom: 5px;
}
.newsquickviewer table{
	width: 100%;	
}
.newsquickviewer table td{
	padding: 0;
}
.newsquickviewer .bg_left{
	background: url('../../images/default/bg_quicknews_gauche.jpg') no-repeat top left;
	width: 22px;
	height: 215px;
}
.newsquickviewer .bg_right{
	background: url('../../images/default/bg_quicknews_droite.jpg') no-repeat top left;
	width: 22px;
	height: 215px;
}
.newsquickviewer .bg_center{
	background: url('../../images/default/bg_quicknews_center.jpg') repeat-x top left;
	vertical-align: top;
	padding-top: 10px;
}
.newsquickviewer .item{
	display: none;	
	background: url('../../images/default/bg_pointille_rouge.jpg') repeat-x top left;
	padding: 4px 2px;
}
.newsquickviewer .items{
	background: url('../../images/default/bg_pointille_rouge.jpg') repeat-x bottom left;
}
.newsquickviewer .newsquickviewer_pos1,
.newsquickviewer .newsquickviewer_pos2{
	display: block;
}
.newsquickviewer .newsquickviewer_pos2{
	opacity: 0.5;
}
.newsquickviewer .newsquickviewer_pos2 .dateReleased,
.newsquickviewer .newsquickviewer_pos2 .summary a{
	/color: #e97885;
}
.newsquickviewer .newsquickviewer_pos2 .title,.newsquickviewer .newsquickviewer_pos2 .title a{
	/color: #777777;
}
.newsquickviewer .newsquickviewer_pos2 .summary{
	/color: #a2a1a1;
	/background: url('../../images/default/puce_fleche_rouge_opacity.gif') no-repeat 0px 2px;
}
.quickviewnews_btn{
	background: url('../../images/default/bg_wuickviewnews_scroll.jpg') no-repeat top left;
	width: 15px;
}
.quickviewnews_btn a,
.quickviewnews_btn a img{
	display: block;	
	text-decoration: none;
	border: 0;
}
.newsquickview_top{
	height: 31px;
}
.newsquickview_bottom{
	height: 34px;
}

/****Nuage mots***/
.wordcloud table{
	width: 100%;	
}
.wordcloud table td{
	padding: 0;
}
.wordcloud .bg_left{
	background: url('../../images/default/bg_nuagemots_gauche.jpg') no-repeat bottom right;
	width: 22px;
	height: 215px;
}
.wordcloud .bg_right{
	background: url('../../images/default/bg_nuagemots_droite.jpg') no-repeat bottom left;
	width: 22px;
	height: 215px;
}
.wordcloud .bg_center{
	background: url('../../images/default/bg_nuagemots_center.jpg') repeat-x bottom left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wordcloud h2{
	padding-bottom: 5px;
}
.wordcloud a{
	text-decoration: none;	
	color: #535252;
}
.wordcloud a:hover{
	text-decoration: underline;	
}
.wordcloud .bold a,
.wordcloud .bold {
	font-weight: bold;
}
.wordcloud .highlight a,
.wordcloud .highlight{
	color: #e2001a;
}
.wordcloud .sizeup1 a,
.wordcloud .sizeup1 {
	font-size: 14px;
}
.wordcloud .sizeup2 a,
.wordcloud .sizeup2 {
	font-size: 16px;
}
.wordcloud .sizenormal a,
.wordcloud .sizenormal {
	font-size: 12px;
}

/****Recrutement***/
.promotion_recruitment .bg_left{
	background: url('') no-repeat bottom right;
	width: 10px;
	height: 215px;
}
.promotion_recruitment .bg_right{
	background: url('') no-repeat bottom left;
	width: 10px;
	height: 215px;
}
.promotion_recruitment .bg_center{
	background: url('') repeat-x bottom left;
	vertical-align: top;
	padding-top: 10px;
}
.promotion_recruitment h2{
	margin-bottom: 5px;
	margin-left: 12px;
	margin-right: 12px;
}
.promotion_recruitment table{
	width: 100%;
}
.promotion_recruitment table td{
	padding: 0;	
}
.promotion_recruitment table td.left{
	padding-right: 10px;
	vertical-align: top;
}
.promotion_recruitment table td.right{
	vertical-align: top;
	padding-right: 0px;
}
.promotion_recruitment .promotion_recruitment_item1,
.promotion_recruitment .promotion_recruitment_item2{
	margin: 0;	
	width: 100%;
}
.promotion_recruitment .promotion_recruitment_item1{
	margin-bottom: 5px;	
}
.promotion_recruitment p{
	padding: 0;
	margin: 0;
}
.promotion_recruitment .title{
	color: #e2001a;
	font-weight: bold;
	background: url('../../images/default/puce_fleche_noir.gif') no-repeat 0px 2px ;
	padding-left: 12px;
}
.promotion_recruitment .summary{
	
}
.promotion_recruitment .dateReleased{
	color: #e3001b;
}
.promotion_recruitment .linkedpage{
	text-align: center;
	width: 20px;
}
.promotion_recruitment_item2 .linkedpage{
	text-align: center;
	width: auto;
}
.promotion_recruitment .txt_offre{
	background: url('../../images/default/bg_crochets_offre.jpg') no-repeat top center;	
	padding: 2px 15px;
	height: 54px;
}

/****Services***/
.promotion_services table{
	width: 100%;
}
.promotion_services table td{
	padding: 0;
}
.promotion_services .bg_left{
	background: url('') no-repeat bottom right;
	width: 9px;
	height: 215px;
}
.promotion_services .bg_right{
	background: url('') no-repeat bottom left;
	width: 13px;
	height: 215px;
}
.promotion_services .bg_center{
	background: url('') repeat-x bottom left;
	vertical-align: top;
	padding-top: 10px;
}
.promotion_services h2{
	margin-bottom: 5px;
	margin-left: 13px;
	margin-right: 13px;	
}
.promotion_services a,
.promotion_services a img,
.promotion_services img{
	display: block;	
	border: 0;
	text-decoration: none;
}
.promotion_services .left{
	float: left;
	width: 158px;
}
.promotion_services .right{
	float: left;
	width: 139px;
}
.promotion_services .left a,
.promotion_services .left a img{
	width: 158px;
	height: 56px; 
	/overflow-y: hidden;
}
.promotion_services .left .tsleft_bottom{
	background: url('../../images/default/bas_combo.gif') no-repeat bottom center;
	height: 18px;
}


/***Liste teasers***/
.commons_basicTeaserList h2{
	margin-left: 22px;
	margin-bottom: 5px;
}
.commons_basicTeaserList .items .teaser{
	margin-bottom: 20px;
}
.commons_basicTeaserList .items .teaser .image{
	text-align: center;
}
.commons_basicTeaserList .items .teaser .title,
.commons_basicTeaserList .items .teaser .subtitle,
.commons_basicTeaserList .items .teaser .description{
	margin-left: 10px;
	margin-right: 10px;
}

/****Video player***/
.videoplayer table{
	width: 100%;	
}
.videoplayer table td{
	padding: 0;
}
.videoplayer .bg_left{
	background: url('../../images/default/bg_player_gauche.jpg') no-repeat bottom right;
	width: 22px;
	height: 284px;
}
.videoplayer .bg_right{
	background: url('../../images/default/bg_player_droite.jpg') no-repeat bottom left;
	width: 22px;
	height: 284px;
}
.videoplayer .bg_center{
	background: url('../../images/default/bg_player_center.jpg') repeat-x bottom left;
	vertical-align: top;
	padding-top: 10px;
	text-align: center;
}

/***NavExtract***/
.navextract ul.level1 li{
	padding: 0;	
	padding-bottom: 2px;
	background: #f1f1f1 url('../../images/default/bg_menu2_trait.jpg') no-repeat bottom center ;
}
.navextract ul.level1 li a{
	background: #f1f1f1 url('../../images/default/puce_rouge_sur_gris.gif') no-repeat 10px 1px ;
	padding: 0px 25px;
	color: #3a3a3a;
}
.navextract ul.level1 li a:hover,
.navextract ul.level1 li.selected a,
.navextract ul.level1 li.parentselected a{
	background: #de0404 url('../../images/default/puce_blanc_sur_rouge.gif') no-repeat 10px 1px ;
	color: #ffffff;
}
.navextract ul.level1 li ul.level2 li{
	background: #f1f1f1 url('../../images/default/bg_menu2_trait.jpg') no-repeat top center ;
	padding-bottom: 0px;
	padding-top: 2px;
	color: #3A3A3A;
}
.navextract ul.level1 li ul.level2 li a{
	background: #f1f1f1 url('../../images/default/puce_rouge_sur_gris.gif') no-repeat 30px 1px ;
	padding: 0px 45px;
	color: #3A3A3A;
}
.navextract ul.level1 li.parentselected ul.level2 li a{
	background-color: #f1f1f1;
}
.navextract ul.level1 li ul.level2 li a:hover,
.navextract ul.level1 li ul.level2 li.selected a,
.navextract ul.level1 li ul.level2 li.parentselected a{
	/*background: #de0404 url('../../images/default/puce_blanc_sur_rouge.gif') no-repeat 30px 1px ;*/
	color: #de0404;
}
.navextract ul.level1 li.parentselected ul.level2 li a:hover,
.navextract ul.level1 li.parentselected ul.level2 li.selected a{
	background: #f1f1f1 url('../../images/default/puce_rouge_sur_gris.gif') no-repeat 30px 1px ;
}

.rootFolderTitle a{
	color: #de0404;
	font-weight: bold;
	background: #ffffff url('../../images/default/bg_menu2_trait.jpg') no-repeat top center ;
	padding: 3px 10px;
}

/***Menu2***/
.commons_basicMenu{
	padding-bottom: 100px;
	background: #e5e5e5 url('../../images/default/bg_menu2_bottom.jpg') repeat-x bottom left;
}

/***Search result****/
.commons_basicSearchItem .title{
	border-bottom: 1px solid #4b4b4b;
	color: #e2001a;
}
.commons_basicSearchItem .score{
	background-color: #4b4b4b;
	color: #e5e5e5;
}
.commons_basicSearchItem .excerpt a,
.commons_basicSearchItem .linkedpage a{
	color: #e2001a;
}
.navform .navformbutton{
	background-color: #e5e5e5;
	color: #535252;
}
.navform .selectedbutton,
.navform .navformbutton:hover{
	background-color: #4b4b4b;
	color: #e5e5e5;
}

/****Form contact ***/
.request_table{
	width: 70%;	
}
.requestForm .formbutton{
	background-color: #e5e5e5;
	color: #535252;
}
.requestForm .formbutton:hover{
	background-color: #4b4b4b;
	color: #e5e5e5;
}
.requestForm .labelCase{

}
.requestForm .fieldCase{

}
.requestForm .fieldCase input{
	border: 0;
}
.requestForm .fieldCase .onlineform{
	width: 100%;
	border: 1px solid #e5e5e5;
}
.requestForm .fieldCase a{
	color: #e2001a;
}
.requestForm .fieldCase .check,
.requestForm .fieldCase .radio,
.requestForm .fieldCase .checkbox{
	border: 0;
}
.confirmation_table{
	width: 70%;
	border: 1px solid #e5e5e5;	
}
.confirmation_table .labelCase{
	width: 35%;
}

/***Liste liens / docs***/
.commons_basicLinkList .items ul li,
.commons_basicDocLinkList .items ul li {
	background: url('../../images/default/puce_triangle_rouge.gif') no-repeat 0px 2px;
	padding-left: 15px;
	margin: 0;
}

/***rssreader***/
.commons_basicRssReader .content_intro{
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.commons_basicRssReader .content_intro p{
	padding: 0;
	margin: 0;
}
.commons_basicRssReader .items{
	padding: 5px;
}
.commons_basicRssReader .item{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}
.commons_basicRssReader .item .title{
	
}
.commons_basicRssReader .item .pubDate{
	font-style: italic;
	color: #e5e5e5;
}

/**** Partner Map***/
#partnerMap{
	border: solid 1px #e5e5e5;
}
#partnerMap #searchFieldset,
#partnerMap #results{
	border: 1px solid #e2001a;
}
#partnerMap #infoColumn #searchFieldset .formtitle,
#partnerMap #infoColumn #results .resulttitle{
	color: #e2001a;
}
#partnerMap #infoColumn #searchFieldset #input_location{
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-bottom: 5px;
}
.partnerEntry{
	border: solid 1px #e2001a;
}
.partnerEntry th {
	background-color: #e2001a;
}
.partnerEntry th p {
	color: #FFFFFF;
	float: none;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}
.partnerEntry th p img {
	border: 0 none;
	display: none;
	float: left;
	margin-right: 2px;
	vertical-align: middle;
}




.commons_basicTeaserList .items .teaser{
	margin-bottom: 60px;
}



.commons_note h2{
	margin-left: 22px;
	margin-right: 22px;
}



/**************** formation ************************/
.formation{
	
}
.formation .title{
	color: #E2001A;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	background: url('../../images/default/puce_triangle_noir.gif') no-repeat 0px 2px;
}
.formation .subtitle{
	font-style: italic;
	font-weight: bold;
}
.formation .formation_header{
	margin-bottom: 20px;
}
.formation .formation_header,
.formation .formation_header_center{
	width: 100%;
}
.formation .formation_header_left,
.formation .formation_header_center{
	vertical-align: top;
}
.formation .formation_header_left{
	padding-right: 10px;
}
.formation .formation_header_texts{
	width: 100%;	
}
.formation .formation_header_texts_left,
.formation .formation_header_texts_right{
	vertical-align: top;
	width: 50%;
}
.formation .formation_header_texts_left{
	padding-right: 20px;
	border-right: 1px solid #aaaaaa;
}
.formation .formation_header_texts_right{
	padding-left: 20px;
}
.formation_carac{
	margin-bottom: 10px;
	padding-left: 20px;
	background: url('../../images/default/puce_triangle_rouge.gif') no-repeat 0px 2px;
}
.formation .doc_link{
	text-align: right;	
}
.formation .onglets{
	float: none;
	clear: both;
	height: 25px;
	border-bottom: 1px solid #aaaaaa;
}
.formation .onglets a{
	display: block;
	float: left;
	margin-right: 20px;
	padding-right: 10px;
	margin-top: 5px;
	text-decoration: none;
	height: 20px;
	width: auto;
	background: #e5e5e5 url('../../images/default/coin_onglet_droit_gris.gif') no-repeat top right;
}
*html .formation .onglets a{
	width: 50px;
}
.formation .onglets a span{
	padding-left: 10px;
	cursor: pointer;
	display: block;
	height: 18px;
	width: auto;
	padding-top: 2px;
	white-space: nowrap;
	background: url('../../images/default/coin_onglet_gauche_gris.gif') no-repeat 0px -1px;
}
*html .formation .onglets a span{
	height: 20px;
}
.formation .onglets a.hover,
.formation .onglets a.selected{
	height: 25px;
	color: #ffffff;
	margin-top: 0px;
	background: #E2001A url('../../images/default/coin_onglet_droit_rouge.jpg') no-repeat top right;
}
.formation .onglets a.hover span,
.formation .onglets a.selected span{
	height: 23px;
	color: #ffffff;
	padding-top: 7px;
	background: url('../../images/default/coin_onglet_gauche_rouge.jpg') no-repeat 0px -1px ;
}
*html .formation .onglets a.hover span,
*html .formation .onglets a.selected span{
	height: 20px;
}
.formation .formation_content{
	float: none;
	clear: both;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 30px;
	padding: 15px 20px;
	padding-bottom: 10px;
}
.formation .formation_content .paragraph h2{
	margin-left: 0px;
	padding-left: 0px;
	background: none;
}
.formation .formation_content .paragraph table{
	width: 100%;
}
.formation .formation_content .paragraph table .paragraph_imgOnRight{
	
}
.formation .formation_content .paragraph table .paragraph_text{
	width: 100%;
	vertical-align: top;
}
.formation .formation_content .paragraph table .paragraph_text ul{
	margin-left: 30px;
}

/***** select formation ***************/
.selectformation p{
	text-align: right;
	background-color: #f5f5f5;
	padding: 2px 5px;
}
.selectformation p label{
	color: #E2001A;
	font-weight: bold;
}
.selectformation p select{
	width: auto;
	vertical-align: middle;
}

/******* viewers **********/
.commons_xmlcontentViewer,
.commons_note{
	float: none;
	clear: both;	
}
.commons_xmlcontentViewer .linkedpage{
	padding-right: 0px;
}



.commons_basicLinkList .items ul li a{
  	text-decoration: none;  
  	color: #535252;
}
.commons_basicLinkList .items ul li a:hover{
  	text-decoration: underline;
}
.commons_basicLinkList .items ul li,
.commons_basicDocLinkList .items ul li {
	background: url('../../images/default/puce_triangle_rouge.gif') no-repeat 10px 2px;
	padding-left: 25px;
	margin: 0;
}
.commons_basicLinkList h2{
  	font-size: 12px;
  	padding-left:25px;
}




.commons_basicNewsList .colleft{
	padding-right: 10px;	
}
.commons_basicNewsList .colright{
	padding-left: 10px;	
}
.commons_basicNewsList .commons_basicNewThumbnail{
	margin-bottom: 10px;
}
.commons_basicNewsList .newslist_table,
.commons_basicNewsList .newslist_table .new{
	width: 100%;
}
.commons_basicNewsList .newslist_table .colleft{
	width: 50%;
}