﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Times New Roman", Georgia, Roman, Times, Bodoni, Garamond;
	background-color: #FFFFFF;
}

p {
	background: #FFFFFF;
	font-family: "Times New Roman", Georgia, Roman, Times, Bodoni, Garamond;
	color: #CCCCCC;
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	text-decoration: none ;
}

a.lien {
	background: #FFFFFF;
	font-family: "Times New Roman", Georgia, Roman, Times, Bodoni, Garamond;
	color: #CCCCCC;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none ;
}

a.lien:hover {
	background: #00FFFF; 
	color: #000000;
}

a.lien:visited {
	color: #808080;
}

.garde {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
  height: 506px;
	margin: -253px 0 0 -512px;
  text-align: center;
}