*{
	font-family: "HelveticaLightRegular";

    margin: 0;
    padding: 0;
}
html, body{
	height: 100%;

}

a img{
	border: none;
}
/*--------------------------- HEADER ---------------------------*/
#header{
	background-color: white;

	height: 15%;
	min-height: 91px;
}

#contentHeader{
	width: 1200px;

	text-align:left;
	margin:auto;
}

#contentHeader #logo{
	width: 395px;
	height: 90px;
}

#contentHeader #texte{
	position:relative;
	left:501px;/*695*/

	width:300px;
}

#contentHeader h1{
	font-family: "la_chatte_a_mamanregular";
	font-weight: normal;
	font-size:75px;
	letter-spacing : 5px;
	color: #116559;
	text-align:center;
}
/*--------------------------- FIN HEADER ---------------------------*/

/*--------------------------- MAIN ---------------------------*/
#main{
	background-color: #1a171b;

	color: white;
	width:100%;
	height: 500px;
}

#contentMain{
	width:1250px;
	height:500px;

	margin:0;
	margin-left:auto;
	margin-right:auto;
}

#galerie{
	width: 850px;
	height:500px;
}
#galerie div{
	margin-top:60px;
	height:400px;
}

#col1{
	width:280px;
}
#col1 img{
	width:280px;
}
.img2{
	margin-top:10px;
}

#col2{
	width:242px;
	margin-left:10px;
}
#col2 img{
	width:242px;
}

#col3{
	width:270px;

	margin-left:10px;
	padding-right:20px;
	border-right: 3px solid white;
}
#col3 img{
	width:270px;
	margin-left:0;
}
#col3 p{
	text-align:right;

	margin-top: 180px;
	
}

#formulaire {
	width:400px;
	height: 100%;

	font-size:13px;
	margin:auto;
	
}

#formulaire h1{
	color:#cbcdce;
	margin-top:10px;
	text-align: center;
	font-weight: normal;
}

form{
	margin-top: 10px;
	margin-left:25px;
	width: 400px;

	font-size:13px;
}

form p{
	display:inline-block;
	width:150px;
}

form span{
	width:300px;
	text-align:justify;
}

form input[type=text]{
	margin-top:10px;
	width:150px;
	height:20px;
}

form input[type=radio]{
	width:20px;
}
#validerForm{

	padding: 10px 5px;
	background-color:white;
	color:black;
	font-weight: bold;
	text-decoration: none;
	font-size:20px;
}
/*--------------------------- FIN MAIN ---------------------------*/

/*--------------------------- FOOTER ---------------------------*/
#footer{
	background-color: white;

	height: 15%;
	min-height: 10px;
}

#contentFooter{
	width:800px;
	margin:auto;
	margin-top: 30px;
}

#contentFooter a{
	color:black;
	text-decoration: none;
	font-size:13px;
	margin-left: 16px;
	margin-right: 16px;
}

#contentFooter p {
	font-family: Arial;
	text-align: center;
	font-size:12px;
	margin:0px;
}
#contentFooter p a{
	margin:0;
	font-family: Arial;
}
/*--------------------------- FIN FOOTER ---------------------------*/

#dialog p{
	color:black;
	font-size:13px;
	text-align: justify;
}


@font-face {
    font-family: 'rakoon_personal_useregular';
    src: url('fonts/rakoon_personaluse-webfont.eot');
    src: url('fonts/rakoon_personaluse-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rakoon_personaluse-webfont.woff2') format('woff2'),
         url('fonts/rakoon_personaluse-webfont.woff') format('woff'),
         url('fonts/rakoon_personaluse-webfont.ttf') format('truetype'),
         url('fonts/rakoon_personaluse-webfont.svg#rakoon_personal_useregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'la_chatte_a_mamanregular';
    src: url('fonts/la_chatte_a_maman-webfont.eot');
    src: url('fonts/la_chatte_a_maman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/la_chatte_a_maman-webfont.woff2') format('woff2'),
         url('fonts/la_chatte_a_maman-webfont.woff') format('woff'),
         url('fonts/la_chatte_a_maman-webfont.ttf') format('truetype'),
         url('fonts/la_chatte_a_maman-webfont.svg#la_chatte_a_mamanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.m_leg a{
	color:white;
}