
@font-face {
    font-family: 'lunaregular';
    src: url('polices/luna-webfont.eot');
    src: url('polices/luna-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/luna-webfont.woff2') format('woff2'),
         url('polices/luna-webfont.woff') format('woff'),
         url('polices/luna-webfont.ttf') format('truetype'),
         url('polices/luna-webfont.svg#lunaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'sunny_spring_dayregular';
    src: url('polices/sunny_spring_day_-_ttf-webfont.eot');
    src: url('polices/sunny_spring_day_-_ttf-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/sunny_spring_day_-_ttf-webfont.woff2') format('woff2'),
         url('polices/sunny_spring_day_-_ttf-webfont.woff') format('woff'),
         url('polices/sunny_spring_day_-_ttf-webfont.ttf') format('truetype'),
         url('polices/sunny_spring_day_-_ttf-webfont.svg#sunny_spring_dayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background-image: url(images/fond_jaune.png);
	font-family: 'sunny_spring_dayregular', Arial, sans-serif;
}

#bloc_page{
	width: 950px;
	margin: auto;
}

#cadre_bois{
	width: 950px;
	padding: 20px 20px 20px 20px;
	background-color: rgb(60,60,60);
	border-radius: 5px;
}

#tableau_liege{
	background: url(images/fond_liege.jpg);
	padding-top: 5px;
	padding-bottom: 150px;
}

header{
	font-family: 'lunaregular', serif;
	text-align: center;
}

#titre{
	display: flex;
	justify-content: space-around;
}

#description_page{
	background-color: white;
	border: 5px solid black;
	width: 75%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
}

#description_page img{
	position: absolute;
	top: -40px;
}

#description_page h2{
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.ligne{
	display: flex;
	justify-content: space-around;
}

.cadre_gauche, .cadre_droite{
	padding: 10px 20px 0 20px;
	margin: 30px 0 30px 0;
	background-color: white;
	display: flex;
	flex-direction: column;
	text-align: center;
	border: 5px solid black;
	position: relative;
}

.cadre_gauche a, .cadre_droite a{
	text-decoration: none;
	color: black;
	font-size: 1.5em;
}

.cadre_gauche h3, .cadre_gauche h4, .cadre_droite h3, .cadre_droite h4{
	margin-top: 0;
	margin-bottom: 0;
}

.cadre_gauche img[alt="punaise verte"], .cadre_droite img[alt="punaise verte"]{
	position: absolute;
	top: -40px;
}

.cadre_droite{
	top: 100px;
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
}

.cadre_gauche{
	-ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
}

footer{
	position: relative;
}

#least_footer, #main_footer{
	text-align: center;
}

#main_footer{
	position: absolute;
	left: 400px;
}

#least_footer{
	position: absolute;
	right: 0;
}

#reseaux_sociaux{
	display: flex;
	justify-content: space-around;
}

img[alt="roffet"]{
	height: 20px;
	width: auto;
}

