body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	//text-align: center;
	margin: 0;
	margin-top: 100px;
	margin-left: 80px;
	//margin-right: auto;
	padding: 0;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
	color: #000;
	//display: block;
	border: 1px dashed;
	border-width: 0 0 1px 0;
}

a:hover {
	//text-decoration: underline;
	border: 1px solid;
	border-width: 0 0 1px 0;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
}

div {
	padding: 2px;
}

#titre {
	font-size: 1.5em;
	font-weight: bold;
}

#bloc_principal {
	background-color: #FFF;
	//overflow: hidden;
	//border: 5px solid;
}

.volante {
	float: left;
}

#liensNav {
	background-color: #FFF;
}
#footer {
	font-size: 75%;
	font-style: italic;
}