img {
border: none;
}
body {
background: url('images/fond.png') repeat-x;
margin: 0;
padding: 0;
}
#header {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 780px;
height: 200px;
background: url('images/header.png') no-repeat;
}
#body {
width: 740px;
margin-left: auto;
margin-right: auto;
}
#menu {
float: left;
width: 200px;
font-size: 20px;
line-height: 16px;
color: #999;
font: 13px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow:0 1px 1px #dddddd;
}
#menu-list {
width: 200px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 20px;
	margin: 20 0 20px 0;
	list-style: none;
	font-weight: normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	
}

#menu-list a {
	display: block;
	padding: 10px 0;
	color: #999;
	text-decoration: none;
}

#menu-list a:hover {
text-decoration: underline;
}

#menu-list li {
	border-top: 1px dotted #ccc;
	padding: 0;
	margin: 0 0 0 -40px;
}
#footer {
border-top: 1px solid #ccc;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 740px;
margin: auto;
}
#footer a {
color: #000;
}
#sous-menu {
font-family: Georgia;
color: #000;
font-style: italic;
list-style: none;
font-size: 12px;
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
#sous-menu a {
margin: 0;
padding: 0;
color: #000;
}
#contenu {
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 2em;
text-shadow:0 1px 1px #dddddd;
width: 490px;
float:left;
margin: 0 0 0 50px;
text-align: justify;
}
#contenu a {
color: #000;
}
.chapeau {
font-family: Georgia; font-style: italic; font-size: 15px; text-align: center;
}
.spacer { clear: both; height: 0px; }