@charset "UTF-8";
html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#site {
	z-index: 2;
	width: 100%;
	margin: auto;
}
h1 {
	font-family: verdana;
	font-size: 16px;
}
#sommaire {
	height: 60px;
	width: 100%;
}
#content {
	margin: auto;
	height: 440px;
	width: 815px;
}
