body {
	font-family : verdana, arial;
}

.menu {
	font-family : verdana, arial;
	font-size : 9pt;
	font-weight : bold;
	text-align : center;
	background:url(image/pixel-jaune.jpg) repeat;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	position: relative; 
	left: 800px; 
	width: 200px;
}

.bandeau {
	position: relative; 
	top: -260px; 
	width: 100%; 
	background:url(image/pixel-rouge.jpg) repeat;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	font-family:verdana;
	text-align:center;
	color:#777;
}


.paragraphe_texte {
	text-align : left;
	position: absolute;
	left: 300px;
	width: 700px;
	height:500px;
	top: 140px;
	background:url(image/pixel-grisclair.jpg) repeat;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	color:#999;
}

.paragraphe_titre {
	font-weight : bold;
	text-align : center;
	position: absolute;
	left: 300px;
	width: 700px;
	height:20px;
	top: 120px;
	background:url(image/pixel-grisfonce.jpg) repeat;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	color:#999;
}

.paragraphe_texte A {
	text-decoration : none;
	color : #FFF;
}

A.chemin {
	text-decoration : none;
	font-weight : bold;
	font-size : 9pt;
	color : #555;
}
