.header
{
	font-size: 35px;
	color: rgb(107, 81, 136);
	text-align: center;
	height: 200px;
	background-image: url("brown-header-background_160v5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
}
#content-wrapper
{   height: 1500px;
	background-repeat: no-repeat;
	background-size: 30%;
	background-position-x: right;
	background-position-y: bottom;
	background-image: url("2_fond_hallyu_160.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
}
#left_div
{
	float: left;
	width: 15%;
	height: 100%;
}
#right_div
{
	float: right;
	width: 15%;
	height: 100%;
}
#center_div
{
	text-align: center;
	float: left;
	width: calc(70% - 6px);
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.footer
{
	width: 100%;
	height: 200px;
	background-image: url("original_160.jpg");
	border-radius: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: -100;
}
.categorie
{
	float: left;
	margin-left: 11%;
	margin-top: 12%;
	margin-right: 7%;
	width: 13%;
	height: 250px;
}
.categorie>img
{
	width: 100%;
	border-radius: 20px;
	border: 1px solid black;
}

#hotInfos
{
	margin-top: 0%;
    width: 100%;
    height: 16%;
	background-image: url("south-korea.webp");
	background-repeat: no-repeat;
	background-position-x: center;
	border-radius: 20px; 
}
p
{
	font-size: 19px;
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 6%;
	
}
#menu
{
	border: 1px solid black;
	height: 11vw;
	width: 11vw;
	margin-left: 15px;
	margin-top: 60px; 
	border-radius: 200px;
	background-image: url("Menu6762modif7.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#Accueil
{
	float: left;
	width: calc(27% - 2px);
	height: calc(60% - 2px);
}
#Logo
{
	height: 75%;
	width: 15%;
	position: absolute;
	top: 0;
	height: 250px;
	background-image: url("EP_007_1-1.png");
	background-size: 150px;
	background-repeat: no-repeat;
	margin: 15px 0px 10px 10px;
}
#A_mon_propos
{
	float: left;
	height: calc(30% - 2px);
	width: calc(65% - 2px);
}
#Mes_oeuvres
{
	float: left;
	margin-left: 45%;
	height: calc(70% - 2px);
	width: calc(20% - 2px);

}

body
{
	background-position-x: right;
	background-position-y: top;
	background-size: 25%;
	background-repeat: no-repeat;
}
#wrapper
{
	background-position-x: left;
	background-position-y: bottom;
	background-size: 25%;
	background-repeat: no-repeat
}