body
{
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #7379ff;
}
#en_tete
{
	width: 1000px;
	height: 372px;
	background-image: url("photos/entete.jpg");
	background-repeat: no-repeat;
	margin-bottom: 0px;
    margin: auto;
}
#corp
{
	width: 1000px;
	background-image: url("photos/corp.jpg");
	background-repeat: repeat;
	margin: auto;
}
#pied_de_page
{
	width: 1000px;
	text-align: center;
	font-family: "fine hand", "lucida calligraphy", "Times New Roman", serif;
	font-weight: bold;
	color: #63157a;
	margin: auto;
}
a:hover
{
	color: #2d20b5;
	font-family: "Comic Sans MS", verdana, "Times New Roman", serif;
	font-weight: bold;
}
a:focus
{
	color: green;
}
a:visited
{
	text-decoration: underline;
	color: blue;
}
.img
{
	position: relative;
	left: 50%;
	margin-left: -120px;
	right: 120px;
	text-align: center;
	z-index: 2;
}
.liens
{
	background-image: url("photos/fond-bulles.jpg");
	color: #2d20b5;
	font-family: "Comic Sans MS", verdana;
	text-align: center;
	z-index: 2;
}

.presentation
{
	color: #63157a;
	font-weight: bold;
	font-family: "lucida calligraphy", "fine hand", "Times New Roman", serif;
	z-index: 3;
	display: inline;
}


