/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);

html { height: 100%; font-size: 100%;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
	font-family: 'Raleway', Calibri, "Trebuchet MS", Arial, sans-serif;
	height: 100%;
	font-weight: 400;
	font-size: 1em;
	color: #333;
	overflow: scroll;
	overflow-x: hidden;
	/*background-color: #F9F9F9;
	background-image: url(../img/logoFond.png);
	background-repeat: no-repeat;
	background-position: 90% bottom;*/
}

a {
	color: #555;
	text-decoration: none;
}


/* zones */
#Main-Top {
	width:100%;
	height: 221px;
	/*background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;*/
	position: relative;
	overflow:hidden;
	min-height:185px;
	max-height:302px;

}

#Menu{
	width:100%;
	height:96px;
	z-index:0;
	background-color:#000056;
	min-height:75px;
	max-height:132px;
	position: relative;
	top:51px;	
	}

#Logo{
	width: 16%;
	height: auto;
	background-color: #fff;
	z-index: 5;
	min-width: 150px;
	max-width: 270px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	border-bottom: #595991 solid 2px;
	}
#Logo img {
	width:100%;
	height: auto;
	}

#GeneralContent{
	width:100%;
	position: relative;
	}

.Content {
	width: 850px;
	margin: 5% auto 0%;
	text-align:center;
	/*padding: 0 1.875em 3.125em 1.875em; max-width: 850px;*/
}

.Content2 {
	width: 930px;
	margin: 5% auto 0%;
	text-align:center;
	/*padding: 0 1.875em 3.125em 1.875em; max-width: 975px;*/
}

.Content3 {
	width: 550px;
	margin: 5% auto 0%;
	text-align:center;
	/*padding: 0 1.875em 3.125em 1.875em; max-width: 850px;*/
}

.Content4 {
	float:right;
	text-align:center;
	width: 630px;
}

.presentation {
	width: 280px;
	float: left;
	text-align: left;
	
}

.presentation  h1 {
	font-family: 'Raleway', Calibri, "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
	color:#72A800;
	margin-bottom:15px;
}

.presentation  p {
    font-size: 14px;
	margin-bottom:20px;
	line-height:20px;
	}


/*  Menu Top */

#M-left {
	width:41%;
	color:#FFF;
	font-size:18px;
	position: absolute;
	bottom:0px;
	left:0px;
	}

#M-right {
	width:41%;
	color:#FFF;
	font-size:18px;
	position: absolute;
	bottom:0px;
	right:0px;
	}

#M-left li {
	float: right;
	list-style-type: none;
	}

#M-right li {
	float: left;
	list-style-type: none;
	}

#M-left li a, #M-right li a{
	color: #FFF;
	display: block;
	border-bottom: #000056 5px solid;
	padding:30px 2px 25px;
	margin:0px 20px
	}

#M-left li a:hover, #M-right li a:hover{
	color:#97DF00; 
	border-bottom:#97DF00 5px solid;
	}
/*#M-left > a:hover { color:#FFF; border-bottom:#fff 3px solid;}
#M-left li:hover { border-bottom:#97DF00 4px solid;}*/

.barreLeft{
	background-image: url(../img/MenuSeparador.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}