/*****************************************************
						Background
*****************************************************/

#background{
	display:none;
}

/*****************************************************
					Header
*****************************************************/

header{
	width:100%;
	margin:0 0 0 0;
	height:auto;
	position: static;
	z-index: 10;
	top:0;
	left:0;
	background: #ded8d4;
}

#header-content{
	width:100%;
	margin:auto;
	height:75px;
	
}

.devise{
	text-align:left;
	color:#FFFFFF;
	font-family:'MavenProBold';
	font-weight:bold;
	font-size:12px;
	display:none;
}

#logo{
	width:70%;
	height:auto;
	padding-top:5px;
	padding-left:5px;	
	float:left;
	position:static;
	top:0;
}

#logo a{
	border:none;
	text-decoration:none;
	height:auto;
	display:block;
}

#logo a img{
	border:none;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:65px;	
}

#colibri{
	display:none;
}

#menu{
	width:100%;
	height:auto;
	text-align:left;
	float: none;
	display:none;
	position:absolute;
	left:0;
	top:75px;
	margin-top:0;
	z-index: 10;
}

#bt-menu{
	top: 0;
	right: 0;
	display: block;	
	width: 75px;
	height: 75px;
	line-height:74px;
	background: #5f544f;
	border: none;
	text-align:center;
	cursor: pointer;
	z-index: 10;
	position: absolute;	
	font-family:Arial;
	font-size:18px;
	text-transform:uppercase;
	color:#FFFFFF;
}

#bt-menu-competences{
	top: 0;
	right: 0;
	display: block;	
	width: 75px;
	height: 75px;
	line-height:74px;
	background: #F00;
	border: none;
	text-align:center;
	cursor: pointer;
	z-index: 10;
	position: absolute;	
	font-family:Arial;
	font-size:18px;
	text-transform:uppercase;
	color:#FFFFFF;
}

/*****************************************************
						Menu
*****************************************************/

#menu ul{
	height: auto;
	width: 100%;
	position: relative;
	display: block;
	background: #5f544f;
	padding:0;
}

#menu ul li{
	list-style: none;
	margin-right: 0;
	height: auto;
	display: block;
	margin-top:0;
	-o-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	float:none;
	padding: 0;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited, #menu ul li a:active, #menu ul li a:hover{
	padding: 15px 5px 15px 5px;
	height: auto;
	font-family: Arial;
	width: auto;
	font-size: 18px;
	color: #ffffff;
	text-transform:uppercase;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	text-align: left;
}

#menu>ul>li.current_rubrique{
	padding:0 0 12px 0;
    margin:0;
	background:#278a47;!important;
	height:40px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	filter:none;
}
/*****************************************************
						Slider
*****************************************************/

#main-slider{
	display:none;
}

#main-slider-banniere{
	width:1px;	
}

/*****************************************************
						Main
*****************************************************/

#main{
	width:100%;
	height:auto;
	margin: auto;
	padding: 0 0 0 0;	
}

#content{
	width:100%;
	padding:5px;
	background:#FFFFFF;	
	text-align: justify;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#mainLeft{
	display:none !important;
}


#mainRight{
	width:100% !important;
	margin:0;
    padding:0 5px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*****************************************************
					Footer
*****************************************************/

footer{
	width:100%;
	height:auto;
	background: url(../img/bg-footer.jpg) repeat-x;	
	position:relative;
	bottom: 0;
	left: 0;
	text-align:center;
}

#footer-content{
	width:auto;
	height:auto;
	padding:10px 10px 0 10px;
}

#footer-contact{
	width:100%;
	height:auto;	
}

/*****************************************************
				Footer contact
*****************************************************/

#coordonnees{
	display:none;
}

#social-network{
	width:100%;
	float:none;	
	height:auto;
	text-align:center;
}

#social-network .logo{
	text-align:center;
	display:none;
}

#social-network ul{
	text-align:center;
}

/*****************************************************
				Footer menu
*****************************************************/

#footer-menu{
	width:100%;
    height:auto;
}

#footer-menu .menu{
	display:none;
    height:auto;
    width: 100%;
    float:none;
    text-align:center;
}

#footer-menu .copyright{
	width:100%;
    height:auto;
    float:none;
    color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
    line-height:20px;
    text-align:center;
}