a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline overline;
	color: blue;
	background-color: #FFCC99;
}

.bientot {
	font-size: 2em;
	font-weight: bold;
	color: firebrick;
	text-decoration: blink underline;
	font-style: oblique;
}

body, html {
	font-family: Verdana,Helvetica;
	font-size: 11px;
	background-color: #FFFFCC;
	height: 97%;
}

.copyright{
	font-size: 9px;
	text-align: center;
	font-style: italic;
}
	
.corps {
	position: relative;
	min-height: 92%;
	width: 95%;
	text-align: center;
	clear: both;
}

.footer {
	position: relative;
	height: 30px;
	width: 95%;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 10px;
	text-align: center;
	vert-align: center;
	clear: both;
}

.imagestitre {
	position: relative;
	min-height: 58px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 35px;
}

img {
	border: 0;
}

.ligne {
	position: relative;
	max-height: 300px;
	width: 95%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	margin: 0px auto;
	text-align: justify;
}

.nom {
	color: #54FF96;
	font-weight: bold;
}
	
.personne {
	position: relative;
	max-height: 300px;
	min-width: 200px;
	width: 23%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
}