body{
	
	background-image: url('images/arriere_plan.jpg');
}


#contenu
{
	width: 1000px;
	height: 800px;
	border: 1px solid black;
	position: absolute;
	left: 400px;
	top: 40px;
	
	
}



#en_tete
{
	width: 1000px;
	height: 78px;
	border: 1px solid black;
	
}


#corps
{
	width: 1000px;
	height: 720px;
	border: 1px solid black;
	background-color: rgb(246,239,239);
}


#pied_de_page
{
	width: 1000px;
	height: 100px;
	border: 1px solid black;
	background-color: rgb(246,239,239);
	font-style: italic;
}

h1
{
	text-align: center;
	text-decoration: underline;
	font-style: italic;
	color: red;
}

.paragraphe
{
	
	padding-left: 3px;
	font-size: 18px;
}

#decoPied
{
	text-align: center;
}

.go
{
	text-align: center;
	font-weight: bold;
}