body{
	background:#400080;
}
h1{
	color: #400080;
	font-family: verdana, tohoma;
}
h2{
	color: rgb(255,255,255);
	font-family: calibri, arial;
	text-align: center;
	font-style: italic;
}
p{
	color: #00FFFF;
	font-family: calibri;
	font-size: 2em;
}
header.entete{
	background: #FFC000;
    display: block;
    height: 100px;
	text-align:center;
	padding-top: 10px;
}
footer.pied{
	background: black;
    height: 60px;
    color: #FFF;
	padding-top: 1px;
}
.contenu{
	text-align: center;
}