body {
	background-color: #2B2B2B;
}

/* Liens copyright */
.copyright {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}
a.copyright:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.copyright:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.copyright:hover {
	text-decoration: underline;
	color: #FF7E00;
}
a.copyright:active {
	text-decoration: none;
	color: #FFFFFF;
}

.text {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
}

/* Liens MENU */
.menu {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 14px;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: underline;
	color: #000000;
}
a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}

.text {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
}

/* Referencement */
.referencement {
	visibility:hidden;
	z-index:100;
	position:absolute;
	overflow:hidden;
	position:absolute;
	width:1px;
	top:1px;
	height:10px
}

/* Formulaire */
.formulaire{
	background-color: #CDD0D3;
	border-width: 1px;
	border-color: #2B2B2B;
	border-style: solid;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.haut {
	font-family: "Arial Black";
	color: #000000;
	font-size: 14px;
}

