/* feuille de styles Vox 1.0 */
{padding: 0; margin: 0;}
body {
color : white;
background-color : #003;
font-family : Verdana, Helvetica sans serif;
font-size : small;
}
div.wrapper {
color : black;
background-color: #999;
width : 800px;
margin-top : 0;
margin-right : auto;
margin-bottom : 10px;
margin-left : auto;
}
#bandeau {
	background-color: #003;
}

	#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67,5% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 20px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #003 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
	
#zone_de_texte {
	padding : 25px 25px 10px 25px;
	background-color: #999;
	font-size: normal;
	text-align: justify;
	line-height: 1.2em;
}

address {
	text-align: center;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}

#pied_de_page {
padding-top : 25px;
font-size: 0.8em;
text-align: center;
}

