body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#00f;
}
a:hover, #retour:hover, #accueil:hover{
	text-decoration:underline;
	color:#9c198b;
}
#corps {
	border:1px solid #067bb7;
	width:910px;
	margin:8px auto 0 auto;
}
ul li {
	list-style:url(puce_orange.jpg);
}
#lien {
	float:right;
	margin:10px 10px auto auto;
}
#retour, #accueil {
	height:15px; 
	padding-left:15px;
	text-decoration:none;
	color:#00f; 
	font-size:10px;
	clear:both;
}
#accueil {
	background:url(home.jpg) no-repeat;
}
#retour {
	background:url(fleche_retour.jpg) no-repeat;
}
#contenu {
	clear:right;
	margin:0 10px 10px 10px; 
}
h2 {
	color:#1b1b93;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
li {
}
#footer {
	height:24px;
	background-color:#eaeaea;
	border-top:1px solid #ccc;
}
#footer p{
	float:right;
	font-size:10px;
	margin-top:5px;
}
#contenu strong {
	font-weight:normal;
}