/***************************** CSS GENERIC ********************************/
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


body, pre, input, textarea, select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-size: 15px;
}

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

a:hover{
	text-decoration: none;

}

a img{
	border-width: 0;
}

td{
	vertical-align: top;
}

ul, ol{
	/* Sinon les puces ne sont pas visible sous IE */
	padding-left: 25px;
}

ul{
	list-style-type: disc;
}

li{
   line-height: 18px;
}

.cms_bloc ul,
.cms_bloc ol{
	line-height: 16px;
	overflow: auto;
	position: relative;
	padding: 5px 0;
}

.cms_bloc ol{
	list-style-position: inside;
}

.cms_bloc ul{
	list-style-type: none;
	_list-style-type: disc;
}

.cms_bloc li{
	padding-left: 23px;
	overflow: hidden;
}

.cms_bloc ol li{
	padding-left: 7px;
	overflow : visible;
}

.cms_part{
	text-align: left;
	margin: 0 auto;
}

.cms_zone{
}

.cms_bloc{
	padding: 0px 0;
	clear: both;
}

/*** BLOCS FILE ***/
.cms_bloc_file{
}

/*** BLOCS FORM ***/
.cms_bloc_form{
}

.cms_bloc_form table td{
	padding: 3px;
}

.cms_bloc_form table td.intitule{
	font-weight: bold;
	text-align: left;
	width: 200px;
	vertical-align: top;
}

.cms_bloc_form table td.valeur td{
	vertical-align: middle;
}


.cms_bloc_form label{
	padding: 0 15px 0 3px;
}

.cms_bloc_form input{
	width: 200px;
}

.cms_bloc_form textarea{
	width: 300px;
	height: 100px;
}

.cms_bloc_form select{
	width: 204px;
}

.cms_bloc_form_error{
	color: #F00;
	padding-bottom: 10px;
}

.cms_bloc_form_message{
	font-weight: bold;
	text-align: center;
}

.cms_bloc_form .cms_bloc_form_field_content{
	text-align: justify;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam,
.cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	width: auto;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image{
	text-align: right;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img{
	border: 1px solid #000;
}

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	padding: 10px 0;
}

.cms_bloc_form .cms_bloc_form_field_checkbox input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_checkbox table td{
	padding: 0;
}

.cms_bloc_form .cms_bloc_form_field_radio table td{
	padding: 0 0;
}

.cms_bloc_form .cms_bloc_form_field_radio input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_submit input{
	width: 85px;
	margin: 5px 0;
}

/*** BLOCS HTML ***/
.cms_bloc_html{
}

/*** BLOCS MEDIA ***/
.cms_bloc_media{
	text-align: justify;
}

.cms_bloc_media *{
	border: 0;
	margin: 0 auto;
}

/*** BLOCS MODULE ***/
.cms_bloc_module{
}

/*** BLOCS MAP ***/
.cms_bloc_map .mm_carte{
	margin: auto;
}

.cms_bloc_map .mm_carte .mm_info_photo{
	float: left;
	padding: 0 5px 5px 0;
}

.cms_bloc_map .mm_carte .mm_info_titre{
	font-weight: bold;
}

.cms_bloc_map .mm_carte .mm_info_resume{
}

/*** BLOCS TEXTE ***/
.cms_bloc_text{
	text-align: justify;
}

.cms_bloc_text table{
	width: 100%;
	border-color: #000;
}

.cms_bloc_text table th, .cms_bloc_text table td{
	border-color: #000;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_media_gauche{
}

.cms_bloc_text_media_gauche .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0;
	float: left;
	padding: 0 15px 15px 0;
}

.cms_bloc_text_media_droite{
}

.cms_bloc_text_media_droite .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0;
	float: right;
	padding: 0 0 0px 0px;
}

.cms_bloc_text_haut{
}

.cms_bloc_text_media_centre{
	text-align: center;
	padding: 15px 0;
}

.cms_bloc_text_media_centre .cms_bloc_media{
	margin: 15px 0;
}

.cms_bloc_text_bas{
}

.cms_bloc_text table{
	width: 100%;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_gauche{
	width: 49%;
}

.cms_bloc_text_milieu{
	width: 2%;
}

.cms_bloc_text_droite{
	width: 49%;
}

/*** BLOCS TITRE ***/
.cms_bloc_title{
}

.cms_bloc_title h2{
}

/*** ***/
.spacer{
	clear: both;
	display : block;
	line-height: 0;
	width: 0;
	font-size: 0;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

[class*=img-txt] {
	display : block;
	overflow : hidden;
	text-indent : -9999px;
}
.img-txt-a {
	position : absolute;
}

@font-face {
    font-family: 'Calibri';
    src: url('../../fonts/calibri/calibri-webfont.eot')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibri-webfont.eot*/;
    src: url('../../fonts/calibri/calibri-webfont.eot-#iefix')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibri-webfont.eot?#iefix*/ format('embedded-opentype'),
         url('../../fonts/calibri/calibri-webfont.woff')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibri-webfont.woff*/ format('woff'),
         url('../../fonts/calibri/calibri-webfont.ttf')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibri-webfont.ttf*/ format('truetype'),
         url('../../fonts/calibri/calibri-webfont.svg#Calibri')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibri-webfont.svg#Calibri*/ format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../../fonts/calibri/calibrib-webfont.eot')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrib-webfont.eot*/;
    src: url('../../fonts/calibri/calibrib-webfont.eot-#iefix')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrib-webfont.eot?#iefix*/ format('embedded-opentype'),
         url('../../fonts/calibri/calibrib-webfont.woff')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrib-webfont.woff*/ format('woff'),
         url('../../fonts/calibri/calibrib-webfont.ttf')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrib-webfont.ttf*/ format('truetype'),
         url('../../fonts/calibri/calibrib-webfont.svg#Calibri')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrib-webfont.svg#Calibri*/ format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../../fonts/calibri/calibrii-webfont.eot')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrii-webfont.eot*/;
    src: url('../../fonts/calibri/calibrii-webfont.eot-#iefix')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrii-webfont.eot?#iefix*/ format('embedded-opentype'),
         url('../../fonts/calibri/calibrii-webfont.woff')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrii-webfont.woff*/ format('woff'),
         url('../../fonts/calibri/calibrii-webfont.ttf')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrii-webfont.ttf*/ format('truetype'),
         url('../../fonts/calibri/calibrii-webfont.svg#Calibri')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/calibri/calibrii-webfont.svg#Calibri*/ format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Miso';
    src: url('../../fonts/miso/miso-regular-webfont.eot')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/miso/miso-regular-webfont.eot*/;
    src: url('../../fonts/miso/miso-regular-webfont.eot-#iefix')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/miso/miso-regular-webfont.eot?#iefix*/ format('embedded-opentype'),
         url('../../fonts/miso/miso-regular-webfont.woff')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/miso/miso-regular-webfont.woff*/ format('woff'),
         url('../../fonts/miso/miso-regular-webfont.ttf')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/miso/miso-regular-webfont.ttf*/ format('truetype'),
         url('../../fonts/miso/miso-regular-webfont.svg#Miso')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/miso/miso-regular-webfont.svg#Miso*/ format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Philosopher';
    src: url('../../fonts/philosopher/philosopher-webfont.eot')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/philosopher/philosopher-webfont.eot*/;
    src: url('../../fonts/philosopher/philosopher-webfont.eot-#iefix')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/philosopher/philosopher-webfont.eot?#iefix*/ format('embedded-opentype'),
         url('../../fonts/philosopher/philosopher-webfont.woff')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/philosopher/philosopher-webfont.woff*/ format('woff'),
         url('../../fonts/philosopher/philosopher-webfont.ttf')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/philosopher/philosopher-webfont.ttf*/ format('truetype'),
         url('../../fonts/philosopher/philosopher-webfont.svg#Philosopher')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/philosopher/philosopher-webfont.svg#Philosopher*/ format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Little Days';
    src: url('../../fonts/littledays/littledays-webfont.eot')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/littledays/littledays-webfont.eot*/;
    src: url('../../fonts/littledays/littledays-webfont.eot-#iefix')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/littledays/littledays-webfont.eot?#iefix*/ format('embedded-opentype'),
         url('../../fonts/littledays/littledays-webfont.woff')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/littledays/littledays-webfont.woff*/ format('woff'),
         url('../../fonts/littledays/littledays-webfont.ttf')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/littledays/littledays-webfont.ttf*/ format('truetype'),
         url('../../fonts/littledays/littledays-webfont.svg#Little Days')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/littledays/littledays-webfont.svg#Little Days*/ format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Ultra Ligth';
    src: url('../../fonts/helvetica/helveticaneue-ultralight.eot')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/helvetica/helveticaneue-ultralight.eot*/;
    src: url('../../fonts/helvetica/helveticaneue-ultralight.eot-#iefix')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/helvetica/helveticaneue-ultralight.eot?#iefix*/ format('embedded-opentype'),
         url('../../fonts/helvetica/helveticaneue-ultralight.woff')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/helvetica/helveticaneue-ultralight.woff*/ format('woff'),
         url('../../fonts/helvetica/helveticaneue-ultralight.ttf')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/helvetica/helveticaneue-ultralight.ttf*/ format('truetype'),
         url('../../fonts/helvetica/helveticaneue-ultralight.svg#Little Days')/*tpa=http://www.challenge-energie.com/default/CMS/fonts/helvetica/helveticaneue-ultralight.svg#Little Days*/ format('svg');
    font-weight: normal;
    font-style: normal;
}
h3.soustitre_1 {
	text-transform: uppercase;
	font-family: 'Miso', Arial;
	font-weight: normal;
	font-size: 23px;
	color: #000;
	line-height: 1.2;
	margin: 10px 0;
	letter-spacing: 1px;
}

h3.soustitre_2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 19px;
	color: #000;
	line-height: 1.2;
	margin: 10px 0;
}

h3.soustitre_3 {
	text-transform: uppercase;
	font-family: 'Miso', Arial;
	font-weight: normal;
	font-size: 23px;
	color: #deaa00;
	line-height: 1.2;
	margin: 10px 0;
	letter-spacing: 1px;
	text-align: left;
}

strong.accroche {
	font-size: 16px;
	font-weight: bold;
}

strong.mise_en_avant_1 {
	color: #777;
	font-weight: bold;
}

strong.mise_en_avant_2 {
	color: #deaa00;
	font-weight: bold;
}

span.legende {	
	margin: 8px 0 2px 0;
	display: block;
}

 blockquote.citation {
	margin: 10px 0;
	padding: 11px;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
	background: #F4F4F4;
	border-left: 5px solid #dbdbdb;
}


/******  GENERALITE  ******/

body, td, pre, input[type="text"], textarea, select {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: rgb(23, 54, 93);
}

html {

}

body {

}


/****** FONTS ******/

body, td, pre, input[type="text"], textarea, select {
	font-family: 'Calibri', Arial;
}

#menu a,
.cms_bloc_title h2 {
	font-family: 'Miso', Arial;
}
.ma-news-title,
.ma-news-title a,
#page > .content .cms_bloc_title h2 {
	font-family: 'Philosopher', Arial;
}
.selecteur {
	font-family: 'Little Days', Arial;
}

/******  STYLE GLOBAUX  ******/

a {
	color: #deaa00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

[id|="zone"],
.container {
	z-index: 1;
}
[id|="zone"] {
	min-width: 860px;
}
.container {
	margin: 0 auto;
	width: 860px;
	text-align: left;
}

.cms_bloc_title h2 {
	font-size: 23px;
	color: #000;
	padding: 0;
	background: none;
	text-transform: none;
	font-weight: normal;
	line-height: 1.15;
}
	
.left  { float: left; }
.right { float: right;}

.intitule.cms_bloc_form_field_antispam_text {
	display: none;
}
.requiredLabel {
	position: relative;
	top: -28px;
	left: 23px;
}
.cms_bloc_form table td.intitule {
	padding-left: 23px;
	font-weight: normal;
}



/******  STYLE DES TABLEAU  ******/

.cms_bloc_text table:not(.cms_bloc_text_two_column) {
	border-collapse: collapse;
	border: none;
}

.cms_bloc_text table:not(.cms_bloc_text_two_column) tr {
	border: none;
}

.cms_bloc_text table:not(.cms_bloc_text_two_column) th,
.cms_bloc_text table:not(.cms_bloc_text_two_column) td {	
	border: 1px solid #e4e4e4;
	line-height: 1.2;
}
.cms_bloc_text table:not(.cms_bloc_text_two_column) td {
	padding: 8px;
	text-align: left;
	vertical-align: middle;
}

/******  STYLE DES LISTES  ******/

.content ul,
.content ol{
	position: relative;
	padding: 5px 0;
}
.content ol{
	list-style-position: inside;
}
.content ul{
	list-style-type: none;
}
.content ul li {
	text-align: justify;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content .cms_bloc ul.sitemap li:before,
.content .cms_bloc_form .cms_bloc_form_field_content ul li:before,
.content .cms_bloc.cms_bloc_module .bl-product-long-description ul li:before,
.content .cms_bloc.cms_bloc_text ul li:before {
	content: "";
	display: inline-block;
	position: relative;
	left: -12px;
	top: 0px;
	width: 0px;
	height: 0px;
	margin: 0 -4px 0 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #deaa00;
}

.content ol li{
	padding-bottom: 6px;
	padding-left: 7px;
}


/******  HEADER  ******/

#zone-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 105px;
	z-index: 5;
	background: #1a171b;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
	#header {
		position: relative;
		z-index: 2;
	}
		h1 {
			color: #aaa;
			font-size: 11px;
			font-weight: normal;
			height: 34px;
			width: 670px;
			line-height: 14px;
			padding: 10px 0;
		}

		#header .logo {
			vertical-align: middle;
			display: inline-block;
			position: relative;
			left: -8px;
			-webkit-transition: all .2s ease-in-out;
			   -moz-transition: all .2s ease-in-out;
			    -ms-transition: all .2s ease-in-out;
			     -o-transition: all .2s ease-in-out;
			        transition: all .2s ease-in-out;
		}
		#header .logo ~ a {
			position: absolute;
		}

		#header > a {
			display: inline-block;
			vertical-align: middle;
		}

		#header .logo:hover {
			left: -3px;
		}

		.spaceLink {
			padding: 0 30px;
			height: 52px;
			line-height: 52px;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			letter-spacing: 1px;
			-webkit-transition: all .2s ease-in-out;
			   -moz-transition: all .2s ease-in-out;
			    -ms-transition: all .2s ease-in-out;
			     -o-transition: all .2s ease-in-out;
			        transition: all .2s ease-in-out;
		}
		.spaceLink:hover {
			background: #deaa00;
		}
		#entrepreneurLink {
			right: 502px;
		}
		#candidatLink {
			left: 502px;
		}
		#weLike {
	top: 16px;
	right: 119px;
	height: 21px;
	padding: 0 5px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	background: #deaa00;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
		}
		#weLike:hover {
			-webkit-transform: rotate(5deg);
				-ms-transform: rotate(5deg);
					transform: rotate(5deg);
		}
		
		#moreInfos {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	right: 34px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	top: 11px;
		}
		#moreInfos:hover {
			color: #deaa00;	
		}

		#header #testLink {
			position: absolute;
			width: 150px;
			height: 150px;
			border-radius: 50%;
			background: #1a171b;
			color: #fff;
			text-align: center;
			top: -45px;
			padding: 55px 0 0 0;
			left: 355px;
			left: -webkit-calc(50% - (150px / 2));
			left: calc(50% - (150px / 2));
			text-decoration: none;
			-webkit-transition: all .2s ease-in-out;
			   -moz-transition: all .2s ease-in-out;
			    -ms-transition: all .2s ease-in-out;
			     -o-transition: all .2s ease-in-out;
			        transition: all .2s ease-in-out;
		}

		#header #testLink:hover {
/*			box-shadow: inset 0 -36px 21px -24px rgba(222,170,0,.4);
*/			color: #deaa00;
		}


/****************************/
/******  PIED DE PAGE  ******/
/****************************/

#zone-footer {
	position: relative;
	z-index: 2;
}
	#footer {
		padding: 30px 0;
	}

		#footer-copyright,
		#footer-copyright a,
		#footer-copyright span {
			font-size: 12px;
			font-weight: normal;
			color: #aaa;
			vertical-align: middle;
		}
		#footer-copyright {
		}
			#footer-copyright a {
				display: inline-block;
				text-decoration: none;
			}
				#footer-copyright a:hover {
					color: #deaa00;
					text-decoration: underline;
				}
body {
	background: #e9e9ea;
}

/****************************/
/*********** PAGE ***********/
/****************************/

#zone-page {
	position: relative;
	z-index: 3;
	padding-top: 180px;
}
	#page {
		padding: 0;
		position: relative;
	}

	#page:before {
		content: '';
		display: block;
		width: 65px;
		height: 125px;
		position: absolute;
		top: -125px;
		left: -50px;
	}
		#page > div {
	padding: 0px 20px 15px;
	min-height: 1px;
		}
		
		#page > .left {
			background: #3d3c3f;
			width: 34%;
			width: -webkit-calc(100% / 3);
			        width: calc(100% / 3.001);
		}
		#page > .left,
		#page > .left h2,
		#page > .left h3,
		#page > .left h4,
		#page > .left h5,
		#page > .left blockquote {
			color: #fff;
		}

		#page > .right {
			width: 100%;
			background: #fff;
		}
		#page > .left + .right {
			width: 66%;
			width: -webkit-calc((100% / 3) * 2);
			        width: calc((100% / 3) * 2);
		}


.cms_bloc_title h2 {
	text-transform: uppercase;
	margin-top: 10px;
}
.cms_bloc_title h2:before {
	content: '';
	width: 2px;
	height: 3px;
	display: inline-block;
	margin: 0 -4px 0 0;
	position: relative;
	left: -10px;
	top: -3px;
	text-transform: uppercase;
	border-radius: 50%;
	background: none;
	/*border: 1px solid black;*/
}

/****************************/
/******  FIL D'ARIANE  ******/
/****************************/

	#breadcrumb {
		font-size: 12px;
		line-height: 1.2;
		padding: 10px 0;
	}
	#breadcrumb,
	#breadcrumb a {
		color: #4d4d4d;
	}
		#breadcrumb span {
			font-weight: bold;
			color: #deaa00;
		}
		#breadcrumb a {
			font-weight: normal;
			text-decoration: underline;
		}
		#breadcrumb a:hover {
			text-decoration: none;
		}


.cms_bloc_text_media_gauche .cms_bloc_media {
	padding: 0 0px 0 0;
}

.cms_bloc_text_media_gauche p {
	position: relative;
	top: 0px;
}

/** ===== STYLES GLOBAUX ===== **/

#zone-menu {
	background: #fff;
}

#menu ul {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	height: auto;
	list-style: none;
	position: relative;
}

#menu a {
	color: #FFF;
	display: block;
	text-decoration: none;
}



/** ===== menu NIVEAU 1 ===== **/

#menu {
	height: 53px;
	padding: 0;
	width: 860px;
	z-index: 50;
	font-weight: 100;
}

#menu > ul {
	width: 358px;
	width: calc((860px - 148px) / 2);
	position: relative;
	float: left;
}
#menu > ul + ul {
	float: right;
}
	#menu li.niv1 {
		display: table-cell;
		vertical-align: top;
		background-position: 0 0;
	}
	#menu li.niv1.first {
		background: none;
	}
		#menu div.niv1 {
			position: relative;
		}
		#menu div.niv1.first {
		}
		#menu div.niv1.last {
			background: none;
			padding: 0;
		}
			#menu a.niv1 {
				text-align: center;
				font-weight: normal;
				font-size: 20px;
				line-height: 53px;
				height: 53px;
				display: table;
				text-transform: uppercase;
				color: #deaa00;
				padding: 0 10px;
				width: 100%;
			}
			#menu li.niv1.on a.niv1,
			#menu li.niv1:hover a.niv1,
			#menu a.niv1.on,
			#menu a.niv1:hover {
				color: #555;
			}
				#menu a.niv1 > span {
					vertical-align: middle;
					line-height: 1.2;
					display: table-cell;
				}




/** ===== SOUS-MENUS ===== **/

#menu div.niv2 {
	overflow: hidden;
	position: absolute;
	top: 53px;
	width: 453px;
	z-index: 1000;
}

#menu div.niv2.to_left {
	left: auto;
	right: 0;
} #menu div.niv2.to_left div.niv2_top {
	float: right;
}
	#menu div.niv2_top {
		padding: 0;
		width: 240px;
		background: #fff;
		box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
		margin-top: -450px;
		-webkit-transition: all .4s ease-in-out;
		   -moz-transition: all .4s ease-in-out;
		    -ms-transition: all .4s ease-in-out;
		     -o-transition: all .4s ease-in-out;
		        transition: all .4s ease-in-out;
	}
	
	#menu li.niv1:hover div.niv2_top {
		margin-top: 0;
	}
	#menu li.niv1:hover div.niv2 {
		height: 450px;
	}
		#menu div.niv2 a,
		#menu div.niv2 a:before {

		}



/** ===== menu NIVEAU 2 ===== **/

#menu li.niv2 {
	padding: 0;
}
#menu li.niv2.first { }

	#menu a.niv2,
	#menu a.niv3 {
		color: #deaa00;
		font-size: 18px;
		font-weight: normal;
		line-height: 20px;
		padding: 8px 10px 8px 20px;
		border-top: 1px solid #eee;
	}

	#menu a.niv2:before,
	#menu a.niv3:before {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		margin: 0 -6px 0 0;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 3px solid #deaa00;
		position: relative;
		top: -2px;
		left: -10px;
	}
	
	#menu a.niv2.on,
	#menu a.niv3.on,
	#menu li.niv3:hover a.niv3,
	#menu li.niv2:hover a.niv2 {
		color: #555;
	}
	#menu a.niv2.on:before,
	#menu a.niv3.on:before,
	#menu li.niv2.on,
	#menu li.niv3.on,
	#menu li.niv2:hover a.niv2:before,
	#menu li.niv3:hover a.niv3:before {
		border-left: 3px solid #555;
	}


/** ===== menu NIVEAU 3 ===== **/


#menu li.niv2.last ul.niv3 {
	margin-bottom: 0;
}
	#menu ul.niv3 {
		border-left: 1px solid #eee;
	}
	#menu div.niv3 {
		position: absolute;
		z-index: 1001;
		top: 0;
		left: 240px;
		overflow: hidden;
		height: 300px;
		padding: 0;
	} #menu div.niv3.to_left {
		left: inherit;
		padding: 0;
		right: 240px;
	}
	#menu div.niv3_top {
		z-index: 1002;
		width: 200px;
		padding: 0;
		background: #fff;
		box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
		margin-left: -406px;
		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		    -ms-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}
	
	#menu li.niv2:hover div.niv3_top {
		margin-left: 0;
	}
	#menu li.niv2:hover div.niv3 {
		margin-left: 0;
		padding: 0 10px 0 0;
	}

#page > .left {
	background: #e9e9ea;
	color: #FFF;
}

#bodyIE8 #header #testLink:hover {
	background-position: 0 -150px;
}

#bodyIE8 #weLike {
	top: 13px;
	height: 26px;
	width: 73px;
	overflow: hidden;
	padding: 0;
	line-height: 20px;
	text-indent: -9999px;
	}
	
#bodyIE8 #weLike:hover {
	background-position: 0 -26px;
}
#bodyIE8 #zone-header:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 7px;
	}


.bodyIE #page > .content .cms_bloc_text:before {
	background: url('../../images/challenge/ie8/bg_first_bloc.jpg')/*tpa=http://www.challenge-energie.com/default/CMS/images/challenge/ie8/bg_first_bloc.jpg*/ no-repeat center center;
}
