/* CSS Document */
#contenu { 
	background: #36b7c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contenu a {
	color: #FF3300;
	font-weight: bold;
}
#contenu a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.vague-blanche {
	padding: 40px 20px 0 ; /* haut, gauche et droite, bas */
	background: #FFFFFF url(../images/vg-top-eau.gif) no-repeat top;
	color: #36b7c1;
}