

body {
	overflow: auto;
	overflow-x: hidden;

}


/* GAUCHE */


#colonne_gauche{
	position: fixed;
	top: 0%;
	left: 2%;
	width: 30%;
	height: 100%;
	border: solid 0px #37FF4F;

}


#main_title{
	position: absolute;
	left: 10%;
	top: 8%;
	cursor: pointer;
}

.titre {
	font-family: bluunext-bold;
	font-size: 1.6vw;
	margin-bottom: 3%;

}

.sous_titre {
	position: relative;
	margin-bottom: 4%;
	font-family: Advent_Pro;
	font-size: 1vw;
	color: #5D5D5D;
}

#main_image_wrapper{
	position: absolute;
	top: 22%;
	left: 9%;
	width: 40%;
	height: 40%;
	border: solid 0px #000000;
	background-image: url("medias/drawing1_circle.png");
	background-size: contain;
	background-repeat: no-repeat;


}


#drawing{

}


#credits_wrapper{
	position: absolute;
	bottom: 7%;
	left: 10%;
	font-family: Advent_Pro;
	color: #5D5D5D;


}



#credits{}

/* MILIEU */


#entete{
	position: absolute;
	top: 0%;
	left: 35%;
	width: 70%;
	height: 15%;
	border: solid 0px #FF3F83;

}


#menu{
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;

}

.option {
	font-family: Advent_Pro; 
	font-size: 1.3vw;
	margin-right: 2%;
	display: inline-block;
	border-top: solid 1px #000000;

}

.option:hover{
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: #FF9B4A;
}

#page_accueil {

	position: absolute;
	width: 100%;
	height: 90%;
	top: 10%;
	left: 0%;

}

.accueil {
	display: inline-block;
	text-align: top;
	margin-right: 3%;
	top: 0%;
	border: solid 0px #FF0000;
	vertical-align: top;
}


#image_accueil {
	position: relative;
	width: 33%;
	height: 100%;
	background-image: url(medias/photos2/photo_accueil_arrondie.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	border: solid 0px #E21212;
}

#edito {
	position: relative;
	width: 30%;
	font-family: Advent_Pro;
	font-size: 1.3vw;
	text-align: justify;

}



/* DROITE */







#commande{
	position: absolute;
	top: 8%;
	left: 4%;
	width: 60%;
	height: 80%;
	white-space: normal;
}



		
			/* PAGE ATELIERS */

#titre_page {
	font-family: bluunext-bold;
	font-size: 1.5vw;
	margin-bottom: 2%;
	margin-top: 2%;

}


#corps {
	position: absolute;
	top: 15%;
	left: 35%;
	width: 65%;
	height: 80%;
	border: solid 0px #0CC6F4;

}

.wrapper {
	margin-bottom: 3%;
}



#description {
	position: relative;
	width: 55%;
	margin-bottom: 5%;
	margin-top: 1%;

}

.description_atelier {
	font-family: Advent_Pro;
	font-size: 1.5vw;
	margin-bottom: 2%;
	text-align: justify;
}

.caractéristiques {
	font-family: Ortica-Light;
	font-size: 0.9vw;
	color: #808080;
}



#atelier_contenu {
	position: absolute;
	width: 100%;
	height: 100%;

}




#photo_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	border: solid 0px #FA7F24;


}

.photo_atelier {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 30%;
	height: auto;
	border: solid 0px #FA7F24;
	vertical-align: top;
	margin-bottom: 1.5%;
	margin-right: 1%;


}


.photo_atelier img {
	position: relative;
	width: 100%;
	height: 25%;
	top: 0%;
	vertical-align: top;
	border-radius: 5%;

}


#tableau_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	border: solid px #0A24C0;
	text-align: center;


}

#tableau {
	position: relative;
	width: 80%;

}