/*En-Tête*/
#en-tete
{
	width: 770px;
	height: 100px;
	background-image: url("../images/en-tete.jpg");
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
body
{
	width: 770px;
	margin: auto; /*Centrage*/
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("../images/fonds/fond-index.png");
}
a
{
	color:white;
}
#corps
{
	background-image:url("../images/fonds/coeurs.gif");


	height:440px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 6px outset #3192ed;
	overflow: auto;	
	text-align: center;
}
#corps p
{
	margin-top: 20%;
}
	


