body {
	background-color: #CCCCCC;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#mdp {
	height: 100%;
	width: 950px;
	background-color: #999999;
}

#conteneur {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#B-gauche {
	float: left;
	height: 100%;
	width: 160px;
	text-align: center;
	font-size: 16px;
}
#contenu {
	float: left;
	height: 100%;
	width: 630px;
	background-color: #FFFFFF;
}
.titre-page {
	font-size: 20px;
	color: #00AFF2;
	text-align: center;
	font-weight: bolder;
}

#B-droit {
	float: left;
	height: 100%;
	width: 160px;
}
#bdp {
	background-color: #999999;
	height: 30px;
	width: 950px;
	float: left;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

