body {
	margin: 0;
	padding: 0;
	background: #4d3d2b;
}

div#global {
	width: 1152px;
}

div#header {
	width: 1152px;
	height: 345px;
	background: url('images/header.jpg');
}

div#banniere {
	width: 728px;
	height: 90px;
	color: #FFFFFF;
	position: absolute;
	left: 14px;
	top: 17px;
}

div#main_titre {
	width: 371px;
	height: 222px;
	position: absolute;
	left: 53px;
	top: 117px;
}

div#side {
	width: 264px;
	height: 874px;
	position: absolute;
	left: 888px;
	top: 345px;
	background: url('images/side.jpg');
}

div#page {
	width: 888px;
	padding-bottom: 300px;
	position: absolute;
	left: 0px;
	top: 345px;
	background: #FFFFFF;
}

img {
	border: 0;
}


h1 {
	font-family: Arial, sans-serif;
	font-size: 19pt;
	padding-top: 20px;
	text-align: center;
	color: #58443b;
}

h2 {
	background: #efad73;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.texte {
	font-family: Arial, sans-serif;
	text-indent: 30px;
	font-size: 11pt;
}

div#content {
	margin-left: 30px;
	margin-right: 30px;
}

tr.tr_head {
	background: #efad73;
}
tr.tr_odd {
	background: #ffffff;
}
tr.tr_even {
	background: #f8dac0;
}

a {
	color: #000000;
}
