@charset "utf-8";
/* CSS par Yann Gilbert */

@import url(http://fonts.googleapis.com/css?family=Croissant+One|Armata|Lily+Script+One|Racing+Sans+One|Numans|Oxygen:400,700,300|Actor);
@import url(http://fonts.googleapis.com/css?family=Armata|Cabin+Condensed:400,500,600,700|Monda:400,700);

body {
	font-family: 'Cabin Condensed', sans-serif;
	overflow: visible;
	overflow-x: hidden;
	display: table-cell;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #F1EFE2;
	font-size: 1em;
}

tr, td, th, table {
	border: none;
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto;
}

#mainContainer {
	background-color: #333;
	width: 100%;
	height: 100%;
	min-height: 500px;
	border: none;
	padding: 0;
	margin: 0;
}

#globalContainer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#mainContainer tr td {
	min-width: 10%;
}

#mainContent tr td {
	border: none;
	width: 50%;
	background-color: transparent;
}

#menuLeft, #menuRight {
	background-color: #4ca42f;
}

#menuLeft {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0;
	margin: 0;
	width: 210px;
	z-index: 1000;
	transition: all ease-in 0.35s;  
	-webkit-transition: all ease-in 0.35s;  
	-o-transition: all ease-in 0.35s;  
	-moz-transition: all ease-in 0.35s;  
	-ms-transition: all ease-in 0.35s;
}

#menuRight {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0;
	margin: 0;
	width: 210px;
	transition: all ease-in 0.35s;  
	-webkit-transition: all ease-in 0.35s;  
	-o-transition: all ease-in 0.35s;  
	-moz-transition: all ease-in 0.35s;  
	-ms-transition: all ease-in 0.35s;
}

#menuLeft p {
	margin-top: 30%;
	text-align: center;
	font-size: 2em;
	color: #FFF;
	padding: 20px;
	background-color: #4ca42f;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
}

#menuLeft:hover p {
    color: #4ca42f;
	padding: 20px;
	background-color: #FFF;
}

#menuRight p {
	margin-top: 30%;
	text-align: center;
	font-size: 2em;
	color: #FFF;
	padding: 20px;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
}

#menuRight:hover p {
    color: #4ca42f;
	padding: 20px;
	background-color: #FFF;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5%;
	background-color: #476D3B;
	text-align: center;
	color: #CCC;
	padding: 0px 0 10px 0;
	margin: 0;
}

#mainContent {
	position: relative;
	width: 100%;
	text-align: justify;
	background-color: #ECECEC;
	margin: 0 200px;
	padding: 0 300px;
}

ul {
	padding: 0;
	margin: 0;
	width: 210px;
}

#menuRight ul li {
	color: #FFF;
	list-style-type: none;
	text-align: left;
	padding: 10px 0px 10px 40px;
	font-size: 1em;
	font-weight: 400;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
}

#menuLeft ul li {
	color: #FFF;
	list-style-type: none;
	text-align: right;
	font-size: 1em;
	font-weight: 400;
	padding: 20px 40px 20px 0px;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
}

#menuLeft ul li:hover {
    color: #4ca42f;
    background-color: #BFF372;
    cursor: default;
    padding-right: 50px;
}

#menuLeft:hover {
    box-shadow: none;
}

#menuRight ul li:hover {
    color: #4ca42f;
    background-color: #BFF372;
    cursor: default;
    padding-left: 50px;
}

#menuRight:hover {
    box-shadow: none;
}

#menuRight img {
	padding-right: 10px;
	vertical-align: middle;
}

#menuLeft img {
	padding-left: 10px;
	vertical-align: middle;
}

p:hover {
    cursor: default;
}

#textContent {
	font-size: 1.2em;
	width: 100%;    
	height: auto;  
	right: -30px;
	padding-right: 15px;  
	margin-top: 80px;
	padding-bottom: 80px;
	color: #353535;
}

#textContent ul {
	width: auto;
}

#textContent ul li {
	width: auto;
	list-style-type: disc;
	padding: 10px;
	margin-left: 50px;
}

hr {
	margin: 80px 0;
	padding: 0;
}

h4 {
    margin: 0;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0;
    color: #4ca42f;
}
h2 {
    margin: 0;
    padding: 0;
    margin-top: 50px;
    color: #4ca42f;
}

a {
    color: #FFF;
    text-decoration: none;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
}
a:hover {
    color: #3D3D3D;
}

#textContent a {
    color: #4ca42f;
}

#textContent a:hover {
    color: #3D3D3D;
}

#mainPartenaires {
	margin-top: 100px;
	margin-bottom: 50px;
}

#mainPartenaires table tr td {
	padding-left: 25px;
}

#mainPartenaires img {
	border-radius: 8px;
	border: 4px solid rgba(255, 255, 255, 0.5);
	box-shadow: 3px 1px 8px 1px #8A7C7C;
}

#contactTop {
	width: 50%;
	margin: auto;
	margin-top: 50px;
	text-align: center;            
}

#contactMiddle {
	width: 50%;
	margin: auto;
	text-align: center;            
	margin-bottom: 25px;
}

#contactBottom {
	width: 50%;
	margin: auto;
	text-align: center;            
	margin-top: 50px;
}

#intranetContent {
	font-size: 1.2em;
	width: 100%;    
	height: auto;    
	margin-top: 80px;
	padding-bottom: 80px;
	color: #353535;
}

#intranetContent ul {
	width: auto;
}

#intranetContent ul li {
	width: auto;
	list-style-type: none;
	padding: 10px;
	margin-left: 50px;
}

#intranetContent a {
	color: #4ca42f;
}