* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body {
	background: url('background.jpg') repeat-x #510101;
	}
	
#header {
	width: 880px;
	height: 155px;
	margin: auto;
	background: url('header.jpg');
	}
#body {
	width: 880px;
	margin: auto;
	background: url('body.jpg') no-repeat;
	}
#footer {
	width: 880px;
	height: 210px;
	margin: auto;
	background: url('footer.jpg') no-repeat;
	}
table#bodytable {
	width: 880px;
	border-collapse: collapse;
	}
table#bodytable * {
	vertical-align: top;
	}

table#bodytable #bottom * {
	vertical-align: bottom;
	}
	
#menu, #menub {
	width: 166px;
	background: url('m_body.jpg') repeat-y;
	text-align: left;
	margin-left: 51px;
	font-family: Times, Gamarond, serif;
	}

#minibox {
	text-align: left;
	width: 144px;
	}

.separator {
	height: 7px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	}

a.men {
	display: block;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 15px;
	padding-top: 1px;
	margin-left: 15px;
/*	width: 144px;	*/
	text-decoration: none;
	color: #510101;
	}

a.menu_content {
	display: block;
	font-size: 12px;
	margin-left: 15px;
	text-align: left;
	text-decoration: none;
/*	width: 146px;	*/
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	}

a.menu_content:hover {
	font-weight: bold; }

#menub {
	background: url('m_bottom.jpg') repeat-y;
	height: 31px;
	}	
	
a#signature {
	position: absolute;
	font-family: Tahoma, Lucida Grande, Helvetica, Arial;
	top: 5px;
	right: 5px;
	text-align: right;
	color: #fff;
	font-size: 8px;
	text-decoration: none;
	}

#titre_de_page {
	font-size: 18px;
	font-weight: bold;
	}

#date {
	font-size: 12px;
	color: #6C0200;
	font-weight: bold;
	padding-bottom: 18px;
	}

#dapage {
	display: block;
	margin: 0px;
	width: 660px;
/*	padding-top: 18px;	*/
	overflow: hidden;
/*	padding-left: 28px;	*/
/*	width: 550px;	*/
	}

#block {
	font-family: "Helvetica", "Arial", sans-serif;
	color: #000;
	font-size: 11px;
	text-align: justify;
	width: 548px;
	margin-top: 18px;
	margin-left: 28px;
	}
	
#dapage a {
	color: #6C0200;
	}

#dapage a:hover {
	color: #960000;
	}		

a#link1 {
	display: block; 
	text-decoration: none; 
	width: 64px; 
	height: 38px; 
	float: right; 
	margin-top: 98px; 
	padding-right: 100px;
	}

a#link1:hover {
	background: url('right.jpg') no-repeat; 	
	}

a#link2 {
	display: block; 
	text-decoration: none; 
	width: 65px; 
	height: 38px; 
	float: right; 
	margin-top: 98px; 
	margin-right: 12px;
	}
	
a#link2:hover {
	background: url('left.jpg'); 	
	}
	
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li a {
        display: block;
		margin: 0px;
        padding: 0; }

#menu ul ul {
	list-style: none;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0px;
}

:focus { -moz-outline-style: none; }