@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #141009 url(img/fond_body.jpg) center top no-repeat;
	color:#c30;
}
#sans_flash {
	display: none;
}
a:link, a:visited {
	color:#c60;
	text-decoration: none;
}
a:hover  {
	color:#f96;
	text-decoration: none;
}
a img {
	border: none;
}
#conteneur_flash {
	position: absolute;
	width: 800px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin: -260px auto auto -400px;
	border: 2px inset #e27e07;
}
#site_info {
	text-align: right;
	padding-right: 50px;
}
