@charset "utf-8";

body {
	background-color:#000;
	text-align: left;
	color: #CCC;
	font-size:12px;
	font-family: arial;
}


.image {

	border:"0";
}


.retour
{

	color: #666;
	font-size: 18px;
	font-weight: bold;
	}
	
	

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
	text-align: left;
}

.foot {
	font-family: arial;
	font-size: 40px;
	font-weight: bold;
	color: #666;
	width:100%;
	margin : auto;
	margin-top : 150px;
	overflow: hidden;
	text-align: center;
	background-color: #000;
}

