body
{
	background: url("ImagesCSS/FondDream.jpg");
}

h1
{
	margin-top:10px;
}
#Main
{
	background: url('ImagesCSS/Opacifier.png');
	background:rgba(255,255,255,.7);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border:1px solid gray;
	padding:10px 5%;
}

#Sommaire
{
	background:#8FCDDC url('ImagesCSS/Table.png') no-repeat scroll right center;
	opacity:.8;
}
#Sommaire:hover
{
	background:rgb(189,229,239);/*Ne plus afficher "Table des matières" */
	opacity:1;
}