h1
{
font-size: 75px;
text-align: center;
color: rgb(198,198,140);

}
body
{
background-color: rgb(223,223,223);
}
.yolo
{
color : white;
font-size: 25px;
}
h2
{
color : rgb(0,121,121);
text-align: center;
font-size: 45px;

}

a:link
{
text-decoration : underline;
}
a:hover
{
	color: red;
	text-decoration: blink;
}
.section
{
	width: 350px;
	margin: 0 auto;
}
article
{
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 0px;
	
}
.sous_titre1
{
margin-left: 4em;
	color: rgb(0,166,166);
font-size: 25px;
text-decoration: underline;
}
article
{
	padding-left: 10px;
	padding-right: 40px;
}
p
{

font-family : "Arial Black";
}
li
{
font-family: Georgia;
}

.Logo
{
position: relative;
bottom: 30px;
left: 450px;
}
.Logo1
{
position: relative;
bottom: 30px;
left: 525px;
}
.Logo2
{
position: relative;
top: 30px;
left: 450px;
}
.Logo3
{
position: relative;
top: 50px;
left: 450px;
}
footer
{
text-align: center;
position: relative;
top:200px;
right:30px;
}