<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
img{
	border:0;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #BE001C;
}
a:active {
	text-decoration: none;
	color: #BE001C;
}
#conteneur{
	width:940px;
	top:10px;
	left:50%;
	margin-left:-470px;
	position:absolute;
}
#titre{
	top:0;
	width:900px;
	margin-bottom:20px;
	float:left;
	text-align:center;
}
#diffuseur{
	width:900px;
	margin-bottom:2em;
	text-align:center;
}
#diffuseur ul{
}
#diffuseur li{
	list-style:none;
	display:inline;
	margin-left:5px;
	margin-right:5px;
}

#contenu{
	margin-bottom:10px;
}
.edition{
	float:left;
	border-style:dashed;
	border-width:thin;
	padding:5px;
	width:290px;
	background:#FFFFFF;
	margin-right:10px;
	margin-bottom:10px;
}
.edition h1{
	font-size:25px;
	font-weight:lighter;
	letter-spacing:5px;
	color:#666666;
	margin:0;
	padding:0;
}
#footer{
	width:939px;
	float:left;
	margin-bottom:50px;
	text-align:center;
}</pre></body></html>