* {
    margin: 0;
    padding: 0;
}
body{
background:linear-gradient(#b21515, #6e0909);
}
#Page {
	margin-right:auto;
	margin-left:auto;
	width: 1000px;
	background: white;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-radius: 5px;
}
#Haut_Page {
	height: 320px;
}
#Milieu_Page {
	background: white; /*#dcdcdc*/
	font-family: calibri;
}
h1{
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 40px;
	font-family: trebuchet;
}
p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#logo {
	margin-bottom: 30px;
}
#Bas_Page{
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
#ImageBas {
	border-radius: 0px 0px 2px 2px;
}