@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-color:black;
	background-image:url(images/bois.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b08f62;
}
a:link {
	color:#900;
}
a:visited {
	color:#c21411;
}
a:active {
	color:white;
}
a:hover {
	color:black;
}
#menu {
	text-align:center;
	width:600px;
	background-color:#b08f62;
	font-size:13px;
	color:#900;
	margin:40px auto;
	margin-bottom:-42px;
}
#principal {
	width:900px;
	margin:40px auto;
	background-color:black;
	border: solid #b08f62;
	text-align:center;
}
#section {
	border-bottom: solid #b08f62;
}
#ajoutsite {
	border-top: solid #900;
	border-bottom: solid #900;
}
span {
	color:black;
}
p {
	text-align:justify;
	padding:15px;
}
#contenutextuel {
	background-image:url(images/bois2.jpg);
}
h1 {
	text-align:center;
	font-size:14px;
	color:#900;
	border-bottom: solid #900;
}
#copyright {
	text-align:center;
	margin-top:-30px;
	margin-bottom:30px;
}
#photogroupe {
	margin-top:15px;
}
