/**{
	font-family: "helvetica-light";

    margin: 0;
    padding: 0;
}*/
html, body{
	height: 100%;

}

a img{
	border: none;
}
/*--------------------------- HEADER ---------------------------*/
#header{
	background-color: #21293c;

	height:auto;
	min-height: 91px;
}

#contentHeader{
	width: 100%;

	text-align:center;
	margin:auto;
}

#contentHeader #logo{
	width: 395px;
	height: 90px;
}

#contentHeader #texte{
	position:relative;
	left:501px;/*695*/

	width:300px;
}


/*--------------------------- FIN HEADER ---------------------------*/

/*--------------------------- MAIN ---------------------------*/
#main{
	background-color: white;
	color: black;
	width:100%;
	/*height: 500px;*/
}

#contentMain{
	width:60%;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}
#contentMain p {
  padding: 10px 0 10px 0;
}

#contentMain ol {
  margin-left: 10%;
}

#contentTitle {
	width:auto;
	font-size:24px;
	margin:auto;
	font-family:cursive ;
	text-align: center;
}

#contentTitle h1{
	margin-top: 5px;
	margin-bottom: 0px;
}

#content {
	width:auto;
	font-size:22px;
	margin:auto;
	text-align: center;
}

#content p{
	margin-bottom: 0px;
}

#pict{
	display: flex;
	justify-content: center;
}

#pict img{
	width:90%;
}

/*--------------------------- FIN MAIN ---------------------------*/

/*--------------------------- FOOTER ---------------------------*/
#footer{
	background-color: white;
	height: 15%;
	min-height: 10px;
}

#contentFooter{
	width:500px;
	margin:auto;
	margin-top: 30px;
	text-align: center;
}

#contentFooter a{
	color:black;
	text-decoration: none;
	font-size:20px;
	margin-left: 16px;
	margin-right: 16px;
}

#contentFooter p {
	font-family: Arial;
	text-align: center;
	font-size:20px;
	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;
}