/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000000 url('../images/background.jpg');
}
a:link {
	color: #CC0000;
		text-decoration: none;
}
a:visited {
	color: #CC0000;
		text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-align: left;
	line-height: 250%;
	font-weight: bold;

}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 125%;

}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	line-height: 180%;

}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-align: left;
	line-height: 140%;
	font-weight: bold;
}

.fb_link	{ background:url(../images/facebook.png) no-repeat left top; padding:2px 0 2px 18px; text-decoration:none; color:#3B5998 !important; font-size:11px; font-weight:bold; }
.fb_link:visited	{ color:#3B5998 !important; }
