@charset "UTF-8";

body {
  	background-color:#121212;
	margin: 0;
	font-family: arial, helvetica;
	font-size: 0.7em;
	color: silver;
	text-align: center;
}

a {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: silver;	
}

a img {
	border: none;
}

#titrehome {
	margin-top: 2%;
	text-align: left;
	padding-left: 5%;	
}
#photo {
}
#legende-photo {
	text-align:left;
}
#rubriqueshome {
	text-align:center;
}
#art-numerique {
	padding-top: 2%;
	padding-left: 5%;	
	width: 80%;
	text-align: left;
	line-height: 1.2em;
}
#liens {
	width: 80%;
	padding: 2%;
	padding-left: 5%;	
	margin-top: 2%;
	border: 1px solid white;
	text-align: left;	
}
#anciennes-homes {
	width: 32%;	
}
#traces {
	color:#CC3333
}