body {
	margin:0;
	padding:0;
	background:url('img/CoinGauchePerso.jpg') no-repeat white;
}

.clear{ clear:both; }

#Titre{
	padding-top:50px;
	padding-bottom:70px;
	font-size:35px;
	width:980px;
	text-align:center;
	font-weight:bold;
	margin: 0 auto;
}

#margin{
	width:980px;
	margin: 0 auto;
}

#Emplacements{
	padding:15px;
	width:580px;
	background-color:rgb(240,240,240);
	margin:0 auto;
}

#Emplacements ul{ margin-left:25px; list-style:none; }

#Emplacements ul li{
	padding-left:5px;
}

#Emplacements ul li.folder{
	list-style-image: url('img/folder.png');
	padding-left:5px;
}

#Emplacements ul li.file{
	list-style-image: url('img/fichier.png');
	padding-left:5px;
}

#Emplacements ul li.csv{
	list-style-image: url('img/csv.png');
	padding-left:5px;
}

#Emplacements ul li.exe{
	list-style-image: url('img/exe.png');
	padding-left:5px;
}

#Emplacements ul li.pdf{
	list-style-image: url('img/pdf.png');
	padding-left:5px;
}

#Emplacements ul li.zip{
	list-style-image: url('img/zip.png');
	padding-left:5px;
}

#Emplacements ul li.doc{
	list-style-image: url('img/doc.png');
	padding-left:5px;
}

#Emplacements ul li.err{
	list-style-image: url('img/error.png');
	padding-left:5px;
}

a.retourPage{
	float:right;
	margin-left:10px;
	padding-left:25px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	background:url('img/retour.png') 5px center no-repeat #c3c3c3;
	border:1px solid #a0a0a0;
	border-radius:10px;
	text-decoration:none;
}

#LienAccueil{
	padding-top:60px;
	width:980px;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
}

#LienAccueil a:hover{
	color:orange;
}