p, h1, h2, h3, li {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, li {
	font-size: 10pt;
}

h2 {
	padding-top:40px;
}

a:hover {
	color: #F00;
}

p.construc {
	text-align: center;
	font-style: italic;
}

div.ressource {
	padding: 20px;
	height: 128px;
}

div.ressource:hover {
	background-color: #eee;
}

div.ressource img {
	float: left;
}

div.ressource h3, div.ressource p{
	margin-left: 138px;
}

div#footer {
	text-align: center;
	font-size: 9pt;
	border-top: 1px solid #999;
}