body{
	font-family: Arial;
	background-image: url(images/fond.png);
	color: #5B5B5B;
}

.BlocPrincipal{
	background-color: #F9F9F9;
	width: 800px;
	border: 1px solid black;
	padding: 12px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10%; 
	box-shadow: 10px 10px 5px #888;
	border-radius: 15px;
}

li{
	list-style-image : url(images/puce.png) ;
}


#profil{
	float: right;
}
#titre1{
	color: #667788;
}
#titre2{
	text-align: center;
	font-size: 30px;
}