body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	background-color: #565656;

}

.index-content
{
	text-align:center; /*alignement pour Internet explorer */
	margin-right:auto;/*alignement pour css */
	margin-left:auto;/*alignement pour css */
	margin-top:auto;
	margin-bottom:auto;
	background-color: #565656;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
	
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #44BBFF;	
}

.navigation
{
	text-align:center; /*alignement pour Internet explorer */
	position:absolute;
	top:470px;
	left: 58%;
	background: url('images/back-navigation.png');
	height:13px;
}
