
@font-face {
    font-family: BigNoodleTitling;
    src: url(../fonts/big_noodle_titling.ttf);
}
@font-face {
    font-family: Tox Typewriter;
    src: url(../fonts/Tox_Typewriter.ttf);
}
@font-face {
    font-family: Glacial Indifference;
    src: url(../fonts/GlacialIndifference_Regular.otf);
}
@font-face {
    font-family: Glacial Indifference Bold;
    src: url(../fonts/GlacialIndifference_Bold.otf);
}


body
{
	background-color: white;
}

strong
{
	font-family: Glacial Indifference Bold;
}

#page_web
{
	position: absolute;
	left: 0%;
	top: 0%;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

.page
{
	height: 100%;
	width: 100%;
}

#page_gauche
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#image1
{
	width: 100%;
	height: 50%;
	margin-top: 0%;
	margin-left: 0%;
	box-shadow: 1px 1px 1px #aaa;
}

#image1 img
{
	height: 100%;
	width: 100%;
}

#image2
{
	width: 40%;
	height: 40%;
	margin-left: 5%;
	overflow: hidden;
}

#image2 img
{
	width: auto;
	height: 100%;
	box-shadow: 1px 1px 1px #aaa;
}

#informations
{
	width: 45%;
	height: 40%;
	margin-right: 5%;
	overflow: auto;
	font-family: Glacial Indifference;
}

#informations p
{
	padding: 5%;
	margin: 0%;
	text-align: center;
	font-family: Glacial Indifference;
	border-bottom: 1px black solid;
	border-left: 1px black solid;	
}