body {
	width:1000px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial, Tahoma, "MS Sans Serif", "Times New Roman";
	font-size:0.8em;
	background-image:url(../images/fond.jpg);
}

#head {
	width:1000px;
	height:100px;
	background-image:url(../images/fond.jpg);
	text-align:center;
	margin:0px;
	padding:0px;
}

#menu {
	width:1000px;
	height:20px;
	background-image:url(../images/fond1.jpg);
	text-align:center;
}

#corps {
	width:1000px;
	height:450px;
	background-color:#FFFFFF;
}

#pied {
	margin-top:auto;
	width:1000px;
	height:20px;
	color:#FFFFFF;
}

p.justifier {
	text-align:justify;
}

p.centrer {
	text-align:center;
}	

a:link {
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	color:#0000FF;
	text-decoration: none;
}
a:active {
	color:#0000FF;
	text-decoration: none;
}

#lien {
	color:#FFFFFF;
	text-decoration:none;
}

.style1 {
	color:#FF0000;
}