body {
	width: 600px;
	margin: 0px auto;
	background-image: url("gfx/bg_deg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F5BB36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

h1 {
	margin: 9px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 304px;
	background-image: url("gfx/h1.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

h1 span {
	display: none;
}

h2 {
	margin-top: 2em;
}

ul {
	padding: 0px;
}

li {
	list-style-type: none;
	background-color: #FFFFFF;
	color: #993333;
	font-weight: bold;
	padding: 8px 5px 8px 33px;
	margin: 10px;
	background-image: url("gfx/fleche.gif");
	background-repeat: no-repeat;
	background-position: left;
	border: 1px dashed #663333;
}
a.lieu:link,a.lieu:visited {
	color: #DDBB22;
}

a:link {
	color: #993333;
}

a:visited {
	color: #662222;
	text-decoration: underline;
}

a:hover, a:active {
	color: #331111;
	text-decoration: none;
}

li a:link {
	text-decoration: none;
}

li a:hover, li a:active {
	text-decoration: underline;
}

span.description {
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	padding: 15px;
	margin: 10px;
	border: 1px dashed #663333;
}

span.description h2 {
	margin-top: 0em;
	color: #993333;
	padding-left: 33px;
	background-image: url("gfx/fleche.gif");
	background-repeat: no-repeat;
	background-position: left;
}

p img.l {
	float: left;
	margin: 0px 10px 10px 0px;
}

p img.r {
	float: right;
	margin: 0px 0px 10px 10px;
}