body
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:#ccff99;
	font-family:Arial;
	font-size:0.6em;
	
}
img
{
	border:none;
}
div#container
{
	/*border:1px solid red;*/
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
h3
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:solid 1px red;
	background:#99ff66;
}

hr
{
	width:70%;
	color:grey;
}
p
{
	background:#99cc66;
	height:130px;
	font-size:0.8em;
}
.navigation a
{
	text-decoration:none;
	font-size:1.1em;
	margin-bottom:8px;
	padding:7px;
	text-align:center;
	color:#000000;
	background:#66cccc;
}
td.vignette img
{
	border:none;
	padding:10px;
	background:#666666;
}
td.legende
{
	font-family:Arial,helvetica;
	text-align:center;
	background-color:#ccff66;
	border:solid 1px #336600;
	
}
.retour a
{
	padding:7px;
	text-align:center;
	color:yellow;
	background:black;
	height:7px;
	font-size:1.4em;
}

