.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
{
	display: flex;
	background-size: 30%;
	background-position-x: right;
	background-position-y: bottom;
	background-image: url("minhwa4_160-1.png");
	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: linear-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("footer_trans.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: -100;
	background-image: url("original_160.jpg");
	border-radius: 20px;
}
#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: contain;
	background-repeat: no-repeat;
}
#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;
}
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
}
h2
{
	text-align: center;
	margin-top: 80px;
}
p
{
    font-size: 19px;
	margin-top: 6%;
	margin-left: 6%;
	margin-right: 6%;
}
#center_div img
{
	border-radius: 20px;
	margin-top: 30px;
}
#bulgogi
{
	float: left;
	margin-top: 25px;
}
#japchae
{
	float: right;
}
#ligne_1
{
	float: left;
	width: 85%;
}
#ligne_2
{
	display:flex;
	justify-content: center;
	width: 85%;
}
#ligne_3
{
	float: left;
	width: 100%;
}
#kimchi
{
	float: left;
}
#mandu
{
	float: right;
	margin-right: 15%;
}
#Accueil
{
	float: left;
	width: calc(27% - 2px);
	height: calc(60% - 2px);
}
#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);

}














