body
{
	width: 800px;
	height:800px;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:black ;
	font-family: "Comic Sans MS", Arial, Verdana, serif;
	color: black;
}

a img /* Toutes les images contenues dans un lien */
{
border: none; 
}

.page
{
	position: absolute;
	width: 800px;
	height:800px;
	right:;
	background-color: black;
}

.logo
{
	width:175px;
	height:175px;
	position: absolute;
	left:;
	top: ;
}


.corps
{
	position: absolute;
	width: 800px;
	height:625px;
	top:175px;
	left:;
	background: url("../images/fond_contact_ad_libitum.jpg") no-repeat ;
	padding: 30px;
}
.entete
{
	width:625px;
	height:175px;
	position: absolute;
	left: 175px;
	top:;
	background: url("../images/bandeau_ad_libitum.jpg") no-repeat ;
	color: black;
	text-align: center;
	font-weight: bold;
	
}
