body {
	background-color: #333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F6F4F1;
}
#corps {
	padding-top: 25px;
	padding-right: 105px;
	padding-left: 165px;
	text-align: justify;
	height: 340px;
	font-size: 12px;
}
.gauche {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 2px;
}
#vignettes a{
	width: 90px;
	float: left;
	margin-right: 5px;
	text-align: center;
	background-color: #1F1F1F;
	padding: 5px;
	margin-bottom: 5px;
	display: block;
	height: 90px;
}
#c {
	font-size: 10px;
	color: #000;
	margin-top: -75px;
	margin-left: 300px;
}

#vignettes a:hover {
	background-color: #666;
}

#vignettes img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#vignettes {
	margin-left: 17px;
	width: 420px;
}

#centrage{
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -296.5px; /* moitié de la hauteur de l'image */
	margin-left: -360px; /* moitié de la largeur de l'image */
	height: 593px;
	width: 720px;
	
	}
#site {
	height: 583px;
	width: 720px;
	background-image: url(images/fond.jpg);
	border: 1px solid #666;
	background-repeat: no-repeat;
}

#menu {
	margin-left: 146px;
	padding-top: 113px;
}
#bas {
	height: 10px;
	font-size: 9px;
	text-align: right;
	margin-top: 72px;
	color: #CCC;
	margin-right: 20px;
}
#bas a {
	color: #FFF;
	text-decoration: none;
}
#bas a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.gras {
	font-weight: bold;
}
