/* CSS Document */
#contenu { 
	background: #fc8905;
	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-orange.gif) no-repeat top;
	color: #fc8905;
}
.vague-blanche ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.vague-blanche li {
	background: transparent url(../images/bullet-region.gif) no-repeat center left;
	list-style: none;
	padding: 2px 0 2px 20px;
}