a{
font-size:30px;
color: #FFF;
}

a:hover{
color: #333;
}

#index_liste li{
	list-style:none;
	display: inline;
	margin:30px;
}

#index_liste{
	text-align:center;
}

body{
background-color: #6E6E6E;
background-image: url('images/bckground.png');
background-repeat: no-repeat;
background-position: center;
}