.heading {
	background:#36f; /*silver;*/
	border:1px solid black;
	padding:5px 8px;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	color:#FFF;
	width:500px;
}

.boxblanc {
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid black;
	background:#eeefff;
	padding:8px;
	font-size:1em;
	text-align: left;
	width:500px;
}
div#menubox {
  left:20px;
  padding:0px;
   align: center;
}
.titrecliquable {
	background:#0c0;
	border:1px solid black;
	padding:5px 8px;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	color:#000;
	width:500px;
}

