body
{
	margin:0;
	padding:0;
	/*background-image: url(/img/fond_cmp.jpg);*/
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;	
}
body, TD
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #1d1d1b;
	font-size: 12px;
	line-height: 1.35;
}
TABLE
{
	/*text-align: justify;*/
}

p{
	/*border:1px solid red;*/
	margin:10px 0;
}

/*  STYLES TRANSVERSE    */

h1 {
	font-size: 20px;
	font-weight:bold;
	color: #f5921e;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color: #f5921e;
}

h3 {
	font-size: 14px;
	font-weight:normal;
}

a {
	text-decoration: none;
	font-weight:bold;
	color: #f5921e;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #f5921e;
}

input, select, textarea {
	background-color:#FFF;
	border: 1px solid #464b4c;
	font-size:12px;	
}
.formCntInputText {
	width:355px;
}

.button, .button_small {
	border: none;
	height:37px;
	font-size:14px;	
	color: #fff;
	font-weight:bold;
	cursor: pointer;
}
.button {
	width:118px;
	background:url(/images/button_small.png) no-repeat;
}
a.button, a.button_small  {
	padding: 9px 0;
	text-align: center;
	display: block;
}
a.button:hover , a.button_small:hover  {
	text-decoration: none;
	color: #fff;
}
.button_small {
	width:102px;
	background:url(/images/button_small.png) no-repeat;
}
.form_field_noborder{
	border:none;
	background-color:transparent;
}



label{
	color: #f5921e;
}

ul {
	margin-top:0;
	margin-left:0;
	padding-left:20px;
	margin-bottom:4px;
	list-style-type:none;
	/*border: 1px solid green;*/
}
ul li {
	margin-top:4px;
	padding-left:12px;
	background:url(/images/puce_o2.png) no-repeat;
	background-position:0 4px; 
}

ul ul{
	padding-left:20px;
}
ul ul li {
	margin-top:4px;
	padding-left:18px;
	background:url(/images/puce_g.gif) no-repeat;
	background-position:0 4px; 
}



/*  STYLES PAGE   */

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 0px;
	/*border: 1px solid #1d1d1b;*/
}

#header {
	width: 100%;
	float: left;
}

#topBar {
	width: 100%;
	height: 62px;
	float: left;
	background-color: #e8eaeb;
}

#search {
	float: right;
	margin: 12px 44px 0 0;
	padding: 0;
	background:url(/images/search_bg.jpg) top right no-repeat;/*loupe.jpg*/
	width:244px;height: 38px;
	position: relative;
}
#search form{
	margin: 0;
	padding: 0;
}
#search  .searchInput {	
	margin: 8px 10px;
	width:178px;
	/*border-radius:2px; border:1px solid #CCCCCC;*/
	border: none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	font-size: 16px;
	font-weight:bold;
	color:#767a7d;	
}
#search img{
	position: absolute;
	top:0;
	right:0;
}

#langBar {
	height: 36px;
	float: right;
	margin: 4px 62px 0 0;
}

#logo {
	width:340px;
	text-align: center;
	float: left;	
	margin: 29px 0 0 0;
	/*border: 1px solid red;*/
}

#baseline{
	font-size:30px;
	letter-spacing:1px;
	font-weight:bold;
	font-family: 'Roboto Condensed',Arial, Helvetica, Verdana, sans-serif;
	color: black;
}

#topSlider{
	float: left;
	width:640px; height:260px; position:relative; color:#fff;margin:0; padding:0;
	/*border: 1px solid blue;*/
}
#topSlider img { display:block;width:640px; height:260px;}
#topSlider ul{ list-style:none; padding:0px; margin:0px; width:640px; height:260px; position:absolute;}
#topSlider ul li{ width:640px; height:260px; position:absolute; padding:0px; margin:0px; display:none; background: none;}
.slider_left { background: url(/images/slider/button_left.png) no-repeat; width:68px; height:94px; display:block; position:absolute; top:122px; left:12px;}
.slider_right { background: url(/images/slider/button_right.png) no-repeat; width:68px; height:94px; display:block; position:absolute; top:122px; right:12px;}
.slider_legend_wrapper {  position:absolute; bottom:0;background:url(/images/slider/legend_bg.png) repeat;width:100%;}
.slider_legend { font-size:11px; margin:0 50px 16px 16px; display:block; text-decoration:none;}
/*.slider_buttons { margin:0 auto 17px auto; width:100%; text-align:center}
.slider_buttons a { background:url(/image/slider_button_off.png) no-repeat scroll 3px 2px; width:21px; height:18px; display:inline-block;  margin:0 4px 0 0;} 
.slider_buttons a.active{ background:url(/image/slider_button_on.png) no-repeat;}*/

#navigation {
	width: 808px;
	float: right;
	margin: 0;
	padding:0;
	background-color: #f5921e;
	height:65px;
	/*background:url(/images/navi_bg.jpg) top right no-repeat;
	display:block;*/
}
#navigation ul {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	display:table;	
}
#navigation ul li {
	margin:0;
	padding:0;
	float:left;
	background: none;
	/*border-right: 1px solid white;*/
}

#navigation ul li a {
	font-size:17px;
	/*letter-spacing:-1px;*/
	font-weight:normal;
	font-family: 'Roboto Condensed',Arial, Helvetica, Verdana, sans-serif;
	color: white;
	background-color: #f5921e;
	text-decoration:none;
	display:table-cell;	
	/* Compatibilité IE6 et 7 */
	/*display:block;
	position:relative;*/
	text-align:center;	
	vertical-align: middle; 	
	height:65px;
	width: 110px;
	padding: 0 10px;
	/*border: 1px solid red;*/	
}
#navigation ul li a:hover, #navigation ul li a.selected {	
	color: black;
	text-decoration:none;
	/*background-color:#f7931e;*/
}
/*#navigation ul li a.first, #navigation ul li a.first.selected*/
#navigationHome  {
	float:left;
}
#navigationHome  a{
	background-color: black;	
	font-size:17px;
	line-height:65px;
	/*letter-spacing:-1px;*/
	font-weight:normal;
	font-family: 'Roboto Condensed',Arial, Helvetica, Verdana, sans-serif;
	color: white;
	display:block;
	text-align:right;
	height:65px;
	width: 140px;
	padding-right:20px;
}
/*#navigation ul li a.first:hover*/
 #navigationHome  a:hover{	
	color: #f5921e;
	text-decoration:none;
	/*background-color: white;*/
}

/* Style navigation ouvert */ 
#navigation #nav #drop {position:absolute;display:none;margin:-1px 0 0 0;padding:0 0;list-style:none;/*border:1px solid #f7931e;*/background:#f5921e;z-index:100;overflow:hidden;}
#navigation #nav #drop li {border:none;clear:both;background-color:#f5921e;/*height:26px;*/}
#navigation #nav #drop li a {width:155px;border:none;display:block;height:auto;padding: 4px 2px 4px 10px;/*border-bottom:1px solid #FFF;*/color:black;background:#f5921e;font-size:13px;display:block;text-align:left;}
#navigation #nav #drop li a:hover,  #header #nav #drop li.selected a {border:none;color:white;background:#f7931e;border-bottom:1px solid #FFF;border-top:1px solid #FFF;}
*html #navigation #nav #drop {margin:0 0 0 -2px;}
#navigation #nav #drop li a.non-border,
#navigation #nav #drop li a:hover.non-border {border:#f5921e;}

#content {
	background-color: #FFF;	
	margin:40px 0 0 0;
}

#contentBody {
	float:left;
	width:676px;
	min-height:300px;
	height:auto !important;
	height:300px;
	/*border: 1px solid red;*/
}
#contentBody h1 {
	font-family: 'Roboto Condensed',Arial, Helvetica, Verdana, sans-serif;
	font-size:28px;
	line-height:30px;
	color: #f5921e;
	text-align: center;
}


#contentRightCol {
	width:245px;
	float:right;
	margin: 0px 15px;
	/*border: 1px solid green;*/
}

#contentTitle {
	width:664px;
	/*border: 1px solid blue;*/
	margin-left: 5px;
}
#contentTitle.full {
	width:auto;
	padding-right: 30px;
}
#contentTitle h1{
	display: inline;
	font-family: 'Roboto Condensed',Arial, Helvetica, Verdana, sans-serif;
	font-size:28px;
	color: #f5921e;
	margin: 0 0 -20px 10px;
	/*border: 1px solid red;*/
}
#contentTitle h2{
	font-family: 'Roboto Condensed',Arial, Helvetica, Verdana, sans-serif;
	font-size:28px;
	line-height:30px;
	color: #1d1d1b;
	margin: 0 0 0 36px;
	padding-top: 20px;
	width: 246px;
	height: 60px;
	/*border: 1px solid red;*/
}

#contentLeftCol{
	background: url(/images/leftmenu_bg.png) top left no-repeat;
	width:161px;
	min-height:820px;
	height:auto !important;
	height:820px;
	float:left;
	margin: 0 0 0 0;
	/*border: 1px solid red;*/
}

#contentBodyTextWithLeftCol{
	padding-left: 170px;
	/*border: 1px solid red;*/
}


#leftMenu {
	font-family: 'Roboto Condensed',Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 10px 10px 10px 18px;	
	/*border: 1px solid blue;*/
}
#leftMenu ul {
    margin: 10px 10px;
    padding: 0 0 0 0;
    list-style-type:none;
	/*border: 1px solid green;*/
}

#leftMenu li {
	margin: 0;
	padding: 0;
	background:none;
	text-align: center;
	/*border: 1px solid red;*/
}
#leftMenu li p {
	margin: 9px 0;
}
#leftMenu li a {
	color: #000;
	font-weight:normal;	
}

#leftMenu li a:hover , #leftMenu li a.menuOn {
	background:url(/images/next.gif) right 2px no-repeat;	
	color: #f5921e;
}



#homeIntro {
	border-bottom: 2px solid #f5921e;
	width: 636px;
	margin:0 0 30px 16px;
}

#homeBlock{
	width: 686px;
	background: url(/images/home_bloc_bg.gif) repeat-y;
	margin: 16px 0;
}
#homeBlockTop{
	width: 100%;
	background: url(/images/home_bloc_top_bg.gif) top left no-repeat;
	min-height:80px;
	height:auto !important;
	height:80px;	
}
#homeBlockTop .left {
	width: 47%;
	/*border: 1px solid red;*/
}
#homeBlockTop .right {
	width: 50%;
	/*border: 1px solid red;*/
}
.homeBlockElt {
	height: 90px;
	margin: 30px 18px;
	/*border: 1px solid green;*/
	
	/* DEB : Gestion vertical-align:bottom; */
	display:table;
	/* Compatibilité IE6 et 7 */
	*position:relative;
	/* FIN : Gestion vertical-align:bottom; */
}
.homeBlockElt img {
	float: left;
	margin-right: 8px;
	/*border: 1px solid blue;*/
}
.homeBlockElt  h2 {
	display: block;
	/*margin:28px 0 0 0;*/
	/*border: 1px solid red;*/
	border-bottom: 2px solid #f5921e;
	
	/* DEB : Gestion vertical-align:bottom; */
	display:table-cell;
	vertical-align:bottom;
	/* Compatibilité IE6 et 7 */
	*position:absolute;
	*bottom:0%;
	width: 182px;
	/* FIN : Gestion vertical-align:bottom; */
}
.homeBlockElt  h2 , .homeBlockElt  h2  a {
	font-size:25px;
	color:#1d1d1b;
	/*font-family: 'Roboto Condensed',Arial, Helvetica, Verdana, sans-serif;*/
	font-weight:normal;
	text-decoration: none;
}
.homeBlockElt  h2  a:hover {
	text-decoration: none;
}
#homeBlockBottom{
	width: 100%;
	background: url(/images/home_bloc_bot_bg.gif) bottom left no-repeat;
	height:20px;
}


#lastNews{
	width: 694px;
	background: url(/images/last_news_bg.gif) repeat-y;
	position:relative;
	margin: 20px 0;
}
#lastNewsTop{
	width: 100%;
	background: url(/images/last_news_top_bg.gif) top left no-repeat;
	min-height:93px;
	height:auto !important;
	height:93px;	
}
#lastNewsTop > img {
	position:absolute;
	top: 44px;
	left: 35px;
}
#lastNewsTop h2 {
	margin:4px 0 0 6px ;
	font-size:26px;
	color:#f5601e;
	text-shadow:1px 1px 1px #2B516F;
	text-transform : capitalize;
}
#lastNewsTop h3 {
	margin:0px 0 4px 250px ;
	font-size:17px;
	color:#1d1d1b;
	text-shadow:1px 1px 1px #2B516F;
}
#lastNewsTop p {
	margin:4px 0 4px 258px;
	font-size:10px;
	color: black;
	width: 340px;
}
#lastNewsTop a {
	margin-left:558px;
	font-size:10px;
	text-decoration: underline;
}
#lastNewsTop a:hover {
	text-decoration: none;
}
#lastNewsBottom{
	width: 100%;
	background: url(/images/last_news_bot_bg.gif) bottom left no-repeat;
	height:49px;
}
#lastNewsBottom a {
	font-size:12px;
	font-weight:bold;
	position:absolute;
	bottom: 13px;
	right: 70px;
	text-decoration: underline;
}
#lastNewsBottom a:hover {
	text-decoration: none;
}


.listElt{
	width: 710px;
	background: url(/images/list_elt_bg.gif) repeat-y;
	margin: 16px 0;
}
.listEltTop{
	width: 100%;
	background: url(/images/list_elt_top_bg.gif) top left no-repeat;
	min-height:30px;
	height:auto !important;
	height:30px;	
	padding: 20px 16px 0 26px;
}
.listEltImg {
	float: left;
	margin: 8px 10px 0 -2px;
	/*border: 1px solid blue;*/
	background: url(/images/list_elt_img_bg.gif) top left no-repeat;
	width:120px;
	height:121px;
}
.listEltImg img {
	margin: 7px 0 0 -1px;
}
.listEltDate {
	font-size:22px;
	color:#f5921e;
}
.listEltLink{
	float: right;
	margin: 30px 45px 0 0;
}
.listElt  h2 , .listElt  h2  a {
	font-size:14px;
	color:#f5921e;
	/*font-family: 'Roboto Condensed',Arial, Helvetica, Verdana, sans-serif;*/
	font-weight:bold;
	text-decoration: none;
	padding: 20px 155px 0 0;
	text-decoration: underline;
}
.listElt  p {
	padding-right: 155px;
}
.listEltBottom{
	width: 100%;
	background: url(/images/list_elt_bot_bg.gif) bottom left no-repeat;
	height:25px;
}

.boxSelect{ float:right;}
.boxSelect .select { cursor: pointer;display: block;float: left;font-size: 15px;height: 38px;line-height: 38px;padding: 0 24px 0 7px;position: relative;vertical-align: middle;	color:#767a7d;border-radius:5px; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid #f5921e;
	margin-top: -6px;}
.boxSelect .select ul {border: 1px solid #f5921e;display: none; left: -1px;list-style-type: none;margin: 0 !important;padding: 0;position: absolute;top: 32px;z-index: 100;background:#FFF;width:100%;}
.boxSelect .select ul li { height:30px; line-height:30px; padding-left:7px;  background:#FFF;  color:#6E6E6E; width:97%;  text-align:left ;   font-size:14px;  font-family: 'Roboto Condensed'; font-weight:bold }
.boxSelect .select ul li:hover{   background:#F0F0F0;}
.boxSelect .select .text{display:block;  height:30px; width:150px; color:#6E6E6E; text-align:left; font-size:14px;   font-family: 'Roboto Condensed'; font-weight:bold}
.boxSelect .arrowSelect {background: url("/images/arrowSelect.gif") no-repeat scroll 0 0 transparent;width: 30px;height:30px;position: absolute;right: 3px;top: 3px;    }

.boxSelect input[type=image]{
	border: none;
	margin-top: -8px;
	margin-left: -20px;
}


/* TOOLBOX */
#toolbox{
	width: 490px;
	background: url(/images/toolbox_bg.gif) repeat-y;
	margin: 20px 0;
	/*border: 1px solid red;*/
}
#toolboxTop{
	width: 100%;
	background: url(/images/toolbox_top_bg.gif) top left no-repeat;
	min-height:120px;
	height:auto !important;
	height:120px;	
	
}
#toolboxBody{
	padding: 20px 90px;
}
#toolboxBody ul {
	padding-left: 50px;
}
#toolboxBody li {
	margin: 14px 0;
}
#toolboxBody a {
	color:#010101;
}
#toolboxBody a:hover {
	/*text-decoration: none;*/
}
#toolboxBottom{
	width: 100%;
	background: url(/images/toolbox_bot_bg.gif) bottom left no-repeat;
	height:30px;
	/*border: 1px solid blue;*/
}


/* ===== SEARCH PART ===== */
.search_term{
	color:#f5921e;
	font-size: 17px;
}
#searchResult a{
	color:#010101;
}

#search2 {
	float: right;
	margin: -6px 0 0 0;
	padding: 0;
	background:url(/images/search2_bg.jpg) top right no-repeat;
	width:330px;height: 45px;
	position: relative;
}
#search2 form{
	margin: 0;
	padding: 0;
}
#search2  .searchInput {	
	margin: 12px 10px;
	width:244px;
	/*border-radius:2px; border:1px solid #CCCCCC;*/
	border: none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	font-size: 17px;
	font-weight:normal;
	color:#767a7d;
}
#search2 img{
	position: absolute;
	top:0;
	right:0;
}



/* ===== POPUP DIV Style ===== */
.popup_div {
	position:absolute;
	background:#FFFFFF;
	text-align:left;
	color:#595959;
	width:600px;
	display:none;
}
.popup_div_header {
	height:20px;
	padding:8px 20px 0 20px;
	/*border-bottom:1px solid #fff;*/
	background:#464b4c;
	color:#fff;
}
.popup_div_header h1 {
	font-size:14px;
	float:left;
	font-weight:bold;
	color:#fff;
	padding: 0;
	margin: 0;
}
.popup_div_header  .form_box_title{
	display:inline;
}
.popup_div_header span {
	display:block;
	float:right;
	text-transform:uppercase;
}
.popup_div_header a {
	color:#fff;
	text-decoration:none;
}
.popup_div_header a:hover {
	text-decoration:underline;
}
.popup_div_midpart {
	padding:20px 20px 10px;
	background:#a7a9ac;
	color:#fff;
}
.popup_div_midpart  label{
	color:#fff;
}
.popup_div_midpart h4 {
	font-size:12px;
	color:#4f171a;
	padding-bottom:10px;
}

#contactBloc {
	float: left;
	width:400px;
}


/* SITEMAP */
#sitemap {
	margin: 10px 0;
	float:left;
}

#footer {
	height: 40px;
	background-color: #f7931e;
	padding: 25px 110px 0 120px
}
#footerCopy {
	float:left;
	color: #FFF;
	font-size: 12px;
}
#footerLink {
	float:right;
	color: #FFF;
	font-size: 12px;
}
#footerLink a {
	color: #FFF;
	text-decoration: underline;
}
#footerLink a:hover {
	color: #FFF;
	text-decoration: none;
}




/*  STYLES HELPER    */
.right {
	float: right;
}

.left {
	float: left;
}

.textCenter {
	text-align:center;
}

.bgOrange {
	background-color: #f5921e;
}
.bgGris {
	background-color: #939598;
}

.noBold {
	font-weight:normal;
}

.noBg{
	background: none;
}

.borderOrange {
	border: 1px solid #f5921e;
}
.borderGris {
	border: 1px solid #939598;
}


.nomargin, .nomargin p
{
	margin: 0px;
	padding: 0px;
}

.clear {
	clear:both;
}

.small {
	font-size: 11px;
}

/*  ESPACE     */
	
.espace2px {
	height: 2px;
}
.espace3px {
	height: 3px;
}
.espace5px {
	height: 5px;
}
.espace8px {
	height: 8px;
}
.espace10px {
	height: 10px;
}
.espace13px {
	height: 15px;
}	
.espace15px {
	height: 15px;
}	
.espace20px {
	height: 20px;
}
.espace30px {
	height: 30px;
}
.espace50px {
	height: 50px;
}	

.required {
	font-size: 11px;
	color: #464b4c;
	font-weight: bold;
}

	
.msgErr {font-size: 12px;color: #ab001b;font-weight: bold;}
.msgOk {font-size: 12px;color: #009900;font-weight: bold;}
.msgOkGris{font-size: 12px;color: #454a4b;font-weight: bold;}

.divMsgCnf{
	width:330px;
	height:243px;
	background:url(/images/cnf_msg_bg.png) no-repeat;
	padding: 30px 22px 0 52px;
}

.titre_gris_clair, a.titre_gris_clair {
	font-weight:bold;
	color:#a7a9ac;
	font-size: 16px;
}



/* 	STYLES WEBEDITOR 	*/


.titre_noir, a.titre_noir {
	font-weight:bold;
	color:#1d1d1b;
	font-size: 18px;
}
.titre_gris, a.titre_gris {
	font-weight:bold;
	color:#939598;
	font-size: 18px;
}
.titre_orange, a.titre_orange {
	font-weight:bold;
	color:#f5921e;
	font-size: 18px;
}

.sous_titre_noir, a.sous_titre_noir {
	font-weight:bold;
	color:#1d1d1b;
	font-size: 14px;
}
.sous_titre_gris, a.sous_titre_gris {
	font-weight:bold;
	color:#939598;
	font-size: 14px;
}
.sous_titre_orange, a.sous_titre_orange {
	font-weight:bold;
	color:#f5921e;
	font-size: 14px;
}

.texte_moyen_noir, a.texte_noir {
	color:#1d1d1b;
	font-size: 13px;
}
.texte_moyen_gris, a.texte_gris {
	color:#939598;
	font-size: 13px;
}
.texte_moyen_orange, a.texte_orange {
	color:#f5921e;
	font-size: 13px;
}

.texte_noir, a.texte_noir {
	color:#1d1d1b;
	font-size: 12px;
}
.texte_gris, a.texte_gris {
	color:#939598;
	font-size: 12px;
}
.texte_orange, a.texte_orange {
	color:#f5921e;
	font-size: 12px;
}

.texte_petit_noir, a.texte_petit_noir {
	color:#1d1d1b;
	font-size: 11px;
}
.texte_petit_gris, a.texte_petit_gris {
	color:#939598;
	font-size: 11px;
}
.texte_petit_orange, a.texte_petit_orange {
	color:#f5921e;
	font-size: 11px;
}

.texte_orange_detoure, a.texte_orange_detoure {
	color:#f5921e;
	font-size: 22px;	
	text-stroke-width:1px;
	text-stroke-color:#000;
	-webkit-text-stroke-color:#000;
	-webkit-text-stroke-width:1px;
	letter-spacing:2px;
}
.ie10 .texte_orange_detoure{ 
	text-shadow:0.05em 0.05em 0 #545656,
                -0.05em 0.05em 0 #545656,
                0.05em -0.05em 0 #545656,
                -0.05em -0.05em 0 #545656;
} 


a.lien_non_gras {
	text-decoration: none;
	color:#1d1d1b;
	font-weight:normal;
}
a.lien_non_gras:hover {
	text-decoration: none;
	color:#1d1d1b;
	font-weight:bold;
}

.photo_alignleft {margin-right:15px;float:left;}
.photo_alignright {margin-left:15px;float:right;}


