@charset "UTF-8";

a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #28415D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #E3CA00;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

.sous-titres {	
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.texte-blanc {
	color: #FFFFFF;
	font-size: 12px;
}
.titres {	font-size: 24px;
	color: #DAB600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#apDivMenu {
	position:absolute;
	width:800px;
	height:300px;
	z-index:5;
	overflow: hidden;
	visibility: visible;
}
#apDivMenu2 {
	position:absolute;
	width:800px;
	height:250px;
	z-index:0;
	overflow: hidden;
	visibility: visible;
}
body {
	background-color: #2b2d37;
}
.Signature {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
