@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	background-color: #DDD;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#page {

	width: 700px;
	margin: auto;
	padding: 30px;
}
#entete{
	padding-top: 15px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}
#photos {
	margin: auto;
	text-align: center;
}
#photos img {
	margin: 12px;
	border: 5px solid #C9C9C9;
}
ul#photos, #photos li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#contact {
	clear: left;
}
p.telecharger {
	margin:0px;
	padding:0px;
}
h3.telecharger
{
	margin:0;
	padding:0;
	padding-top:20px;
}
p, h3 {
	text-align: center;
}
h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#liens {
	width: 450px;
	margin: auto;
}
#liens li {
	list-style: none;
}
a {
	font-weight: bold;
	color: #333;
}
a:hover {
	text-decoration: none; 
}
