body
{
	background-color: black;;
}
a
{
	color:#000033;
	text-decoration: none;
}

.link-apropos {
	position: absolute;
	top: 655px; left:160px;
	cursor:pointer; font-size:11px; color:#CCC;}

#apropos
{
	position: absolute;
    top:0px;
    visibility: hidden;
	width: 600px;
	height: 460px;
	left: -477px;	
	margin-left: 58%;
	margin-top: 60px;
	color: black;
	font-family: verdana;
	font-size: 11px;
	padding:10px 20px 10px 20px;
	text-align:justify;
	z-index:1000;
    background-color: white;
	border:2px solid #84bb3c;
}
#apropos h3
{
	font-size: 12px;
	color: #A12C25;
	text-align: center;
}
#apropos span
{
	font-size: 10px;
}

#page
{
	position: absolute;
	width: 954px;
	height: 650px;
	left: -477px;	
	margin-left: 50%;
	margin-top: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#retour
{
	position: absolute;
	left: 810px;
	font-family: arial;
	color: #8abf3d;
	background-image: url(/images/frontend/puce_verte.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#retour a
{
	color: white;
	font-size: 12px;
	
}
#footer
{
	position: absolute;
	top: 625px;
	width: 100%;
	color: #2e2e2e;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
