@charset "utf-8";
body {
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #D8CFB4;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.infos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8CFB4;
}

a:link {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
.sstitre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FC6;
	font-weight: bold;
	text-transform: uppercase;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCC;
}
.soiree {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	line-height: 24px;
}
.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}

