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

body {
	background-color:#000;
	background-image:url(images/entete.jpg);
	background-position:center;
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

A { text-decoration:none; }

A:Hover { color:#ff754b; }

.textBsmall {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	padding:6px;
}
.textBmed {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding:6px;
}
.textBbig {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	padding:6px;
}
.textBgiant {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	padding:6px;
}

.nav {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}

.footer {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

.titParagC {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#dddddd;
	letter-spacing:16px;
	padding:12px;
}

.titParagF {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3f3f3f;
	letter-spacing:16px;
	padding:12px;
}


.txtClair {
	font-family:Maiandra GD, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dddddd;
	letter-spacing:1px;
	padding:6px;
}

.txtFonce {
	font-family:Maiandra GD, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3f3f3f;
	letter-spacing:1px;
	padding:6px;
}
