@CHARSET "UTF-8";
body{
	background-color : black;
	color:white;
}

img.title{
	display: block;
	margin: 0 auto; 
	width:400px;
	}

img.prun{
	display: block;

	margin: 0 auto; 
	height:150px;
	}
h1{
	margin-top: 40px;
	text-align : center;
}
div.paragraph.titre{
	padding-left :80px;
	padding-right :80px;
	text-align: center;
}
div.paragraph {
	
	background-color : rgb(20,20,20);
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top:10px;
	
}


ul.list-youtube li,
ul.list-photo li {
	display: inline;
}


ul.list-soundcloud li,
ul.list-photo
ul.list-youtube li{
	list-style-type:none; 
}




ul.list-photo img {
	display: inline;
	/*float : left;*/
	height : 300px;
	margin :15px;
}
