body {
	padding : 0 0 50px 0;
	color : #333;
	background : #181818;
	text-align : center;
	font : 0.8em 'Lucida Grande', Arial, Sans-Serif;
	line-height : 1.6em;
	text-align : left;
}

#header {
	width : 780px;
	margin : 0 auto;
	height : 150px;
	background : url("../img/header_img.jpg") no-repeat center bottom;
	border : 1px solid #ddd;
	border-width : 1px 0;
}

#main {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: /*960*/780px;
	background: #e7e7e7 url("../img/fond.png") repeat-y;
}

#centre {
	position : relative;
	width : 780px;
	margin : 0 auto;
	padding : 0;
	text-align : left;
	background: #e7e7e7 url("../img/fond.png") repeat-y;
}

#menu {
	display : block;
	width : 780px;
	margin : 0 auto;
	height : 35px;
	background : #141414 url('img/menu_bg.png') repeat-x left top;
	border-top : 3px solid #0e0e0e;
	border-bottom : 1px solid #222;
}

.titreMenu {
	text-align: center;
	padding-left: 30px;
	font-weight: bold;
	font-size: 12px;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px; /*960*/
	width: 780px;
	background: #e7e7e7 url("../img/footer.png") no-repeat;
	height: 76px;
	text-align: right;
	font-size: small;
}
/* End Structure */

/* Begin Lists */
html>body ul {
	list-style: none;
	text-indent: -12px;
	}
ul li:before {
	content: "\00BB \0020";
	}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
	} 
li {
	margin: 7px 0 8px 10px;
	line-height: 80%;
}

}
/* End Lists */
	
/* Begin Headers */
h1, h2, h3, h4, h5, h6 {
	font-weight : bold;
	margin : 0;
	padding : 0;
	font-family : 'Helvetica Neue', Arial, Sans-Serif;
	letter-spacing : -1px;
}

h1 {
	padding-top: 30px;
	margin: 0;
	font-size: 3em;
	text-align: left;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	color: Maroon;
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #333; }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; }

a, h2 a:hover, h3 a:hover { color: #06c; text-decoration: none; }
a:hover { text-decoration: underline; }

acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }
/* End Headers */