html, body {
	margin: 0 ;
	padding: 0 ;
	height: 98% ;
}
#Conteneur {
	min-height: 30% ;
	width: 500px ;
	overflow: hidden ;
	margin-top: 20px ;
	margin-left: auto ;
	margin-right: auto ;
}
body {
	background-color: #E5E5E5 ;
	font-family: Verdana, Helvetica, sans-serif ;
	font-style: normal ;
	line-height: normal ;
}

p {
	font-size: 11px ;
	color: #666666 ;
	font-weight: normal ;
}

a {
	font-size: 10px ;
	text-decoration: none ;
	font-weight: normal ;
	color: #6776B0 ;
}

a:hover {
	color: #000000 ;
}

div div {
	padding: 10px 0 ;
	background-color: #FFFFFF ;
	text-align: center ;
	height: 200px ;
}

div#Accueil p {
	font-size: 10px ;
	color: #001F5F ;
}

div#Erreur404 p {
	padding-top: 20px ;
}
div#Erreur404 img {
	float: left ;
}
div#Erreur404 a {
	display: block ;
	clear: both ;
	padding-top: 10px ;
	font-weight: bold ;	
	font-size: 11px ;
}
div#Erreur404 p a {
	display: inline ;
}
div#Erreur404 p#ContactWebMaster {
	padding-top: 15px ;
	font-size: 9px ;
}

div#DemandeMotDePasse {
	height: 300px ;
}

div#DemandeMdPValidee {
	height: 250px ;
}

