@charset "UTF-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
        background-color: black;
	color: #FFFFFF;
        text-align: center;
}

#conteneur{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#footer{
    margin-top:60px;
}

a:link {
	color: #909598;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #909598;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #909598;
}
