@charset "UTF-8";

body {
  	background-color:#121212;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 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;
}

/*homepage horen.net*/

#titrehome {
	margin-top: 2%;
	width: 80%;
	margin-left: auto;
  	margin-right: auto;	
	padding-left: 2%;
	text-align: left;
}
#photo {
	width: 80%;
	margin-left: auto;
  	margin-right: auto;	
	background: url(img/art-numerique-biotopes.jpg) no-repeat left;
	padding-top: 380px;
}
#rubriqueshome {
	display:block;
	width: 90%;	
	margin-left: auto;
  	margin-right: auto;
}
#art-numerique {
	padding-top: 2%;
	padding-right: 2%;
	width: 24%;
	float: left;
	text-align: right;
	line-height: 1.2em;
}
#liens {
	float: left;
	width: 30%;
	padding: 2%;
	margin-top: 2%;
	border: 1px solid white;
	text-align: left;	
}
#legende-photo {
	float: left;
	width: 32%;
	padding-top: 2%;
	text-align: right;	
}
#traces {
	color:#CC3333
}
#footer {
	clear: both;
	display: block;
	padding-top: 2%;
	text-align: right;
}