body {
	background: #949699;
	margin: 0px;
	text-align: center;
}
.centrale {
	background: url(images/fondpage.jpg);
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cellule-menu {
	border-right: 1px solid #5787AB;
}
.menu-menu {
	border-bottom: 1px solid #5787AB;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;


}
.contenu {
	width: 580px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
.menu-lien {
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.menu-lien:hover {
	color: #FF9C01;
}
.lien-bas {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.lien-bas:hover {
	color: #003366;
}
.lien-mail {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
input {
	border: 1px solid #003366;
}
textarea {
	border: 1px solid #003366;
}
