body {
	background: url(index.jpg) no-repeat top #000000;
	margin-top: 0;
	padding-top: 0;
	text-align: center;

}
div#conteneur {
	width: 800px;
	margin: 0 auto;
}
ul#menu {
	margin: 148px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	font: bold 0.8em Georgia;
	list-style-type: none;
	text-align: right;
}
#menu li {
	display: inline;
	margin: 0 10px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFDCB9;
	text-decoration: underline;
}
ul#vignettes {
	margin: 210px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#vignettes li {
	display: inline;
	margin: 0 7px;
}
#vignettes img {
	padding: 4px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
#vignettes a img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
#vignettes a:hover img {
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
}
#text_acc {
	height: 100px;
	margin: 15px 140px 0 160px;
	text-align:left;
	border: 1px solid #666666;
	filter:alpha(opacity=70);-moz-opacity:.70;	opacity:.70;
	background-image: url(fd_texte_accueil.gif);
}
#text_acc  p {
	margin:0; 
	padding: 2px 10px;
	font: normal 0.7em Arial;
	color:#ffffff;
	text-indent: 5px;
}
#text_cont {
	height: 100px;
	margin: 15px 140px 0 160px;
	text-align:left;
	border: 1px solid #666666;
	filter:alpha(opacity=70);-moz-opacity:.70;	opacity:.70;
	background-image: url(fd_texte_accueil.gif);
}
#text_cont  p {
	margin:0; 
	padding: 1px 10px;
	font: normal 0.7em Arial;
	color:#ffffff;
}
#text_cont  a:hover {
	color:#ffffff;
}
.class {
	font-weight: bold;
}

