/* CSS */
body {
/* Police */
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 14px;
	color: #000000;
	text-align:center;
/* Cadre */
	border-top: 2px dotted #0066FF;
	border-bottom: 2px dotted #0066FF;
	width: 560px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* Liens */
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a img {
	border: none;
}
/* Titre H1 */
h1 {
	font-size: 42px;
	font-weight: bold;
	color: #FF0000;
}
