body {
	margin: 10px;
	padding: 0;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

#home #droite, #page-projet #droite {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

h1 {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

h1 a {
	display: block;
	width: 215px;
	height: 65px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(/visuel/logo2.png) no-repeat;
}

h1 a:link, h1 a:visited {
	background-color: #fff;
}

h1 a:hover {
	background-color: #eee;
}

p.nav {
	display: block;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	font-size: 0.75em;
}

p.nav a:link, p.nav a:visited {
	color: #666;
	text-decoration: none;
}

p.nav a:hover {
	color: #000;
	text-decoration: underline;
}

#home h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-weight: normal;
}

p.intro {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
	font-size: 0.75em;
	line-height: 1.5em;
}

ul#liste {
	margin: 10px 0 0 0;
	padding: 0;
	width: 300px;
	list-style: none;
	overflow: hidden;
}

#liste li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 150px;
	font-size:0.7em;
}

#liste div {
	display:block;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

#liste li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	text-decoration: none;
}

#liste li a span {
	display: block;
	width: 70px;
	margin: 10px;
	padding: 5px;
}

#liste li a:link span, #liste li a:visited span {
	color: #000;
	background: #fff;
	text-decoration: none;
}

#liste li a:hover span {
	color: #000;
	background: #eee;
	text-decoration: none;
}

#projet {
	margin: 10px 0 0 0;
	width: 100%;
}

#projet h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: normal;
}

#projet p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 0.75em;
	line-height: 1.5em;
}

#projet hr {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
	background: #000;
	height: 1px;
}

