body {
	background-color: #FEFFFE;
	margin: 0px;
	padding: 0px;
	background-image: url('images/back.gif');
	background-repeat: repeat-x;
	background-position: 0px top;
	font-family: sans-serif;
	font-size: 10pt;
	color: #222222;

}


.contenu {
	margin-left: 2em;
	margin-right: 2em;
}

.logo {
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	font-size: 9pt;
	font-weight: normal;
	color: #98B996;
	font-family: Tahoma;
	padding-left: 130px;
	padding-top: 85px;

}

#musicplay {
	float: right;
	position: fixed !important;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 20%;
	border: 1px solid #98B996;
	padding: 3px;
	background-color: white;
	display: none;
}

p {
	padding-left: 30px;
}

li {
	padding-left: 30px;
	list-style-image: url('images/puce.gif');
	list-style-position: inside;
	margin-bottom: 1em;
}

sup {
	color: #E7A01F;
	font-weight: bold;
}

a:link {
	font-weight: bold;
	color: #80A57E;
	text-decoration: none;
	padding: 1px;
	border-bottom: 1px solid #BEBDBD;
}
a:visited {
	font-weight: bold;
	color: #80A57E;
	text-decoration: none;
	padding: 1px;
	border-bottom: 1px solid #BEBDBD;
}

.truc {
	color: #5C845A;
}

a:hover {
	color: #5C845A;
	text-decoration: none;
	background-color: #ECF2EC;
}

