body {
	text-align: center;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	overflow: auto;
}

#global {
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 902px;
}

#global div {
	position: relative;
}

#main {
	margin: 0;
	width: 900px !important;
	width: 902px;
	height: 600px;
	border: 1px solid #000000;
}

#colonne {
	width: 153px;
	height: 600px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #D4D4D4;
	background-image: url('../images/colonne_bg.gif');
	background-repeat: repeat-y;
	background-position: 0%;
}

#conteneur {
	margin: 0;
	padding: 0;
	float: left;
	width: 747px;
	height: 600px;
	background: #FFFFFF;
}

#logo {
	width: 153px;
	height: 170px;
	background: #D4D4D4;
}

#menu {
	width: 153px;
	background-color: #FFFFFF;
	background-image: url('../images/interligne_bg.gif');
	background-repeat: repeat-y;
	background-position: 0%;
}

#logo img, #banniere img {
	display: block;
}

#banniere {
	margin: 0;
	width: 747px;
	height: 141px;
}

#corps, #footer {
	margin-left: 17px;
	width: 730px;
}

#corps {
	height: 324px;
}

#footer {
	height: 135px;
	background-color: #944D2D;
	background-image: url('../images/bottom_bg.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

#left, #center {
	margin-top: 9px;
	height: 315px;
	float: left;
}

#left {
	width: 130px;
	background-color: #000000;
	background-image: url('../images/coin_noir.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #FFFFFF;
}

#center {
	width: 440px;
	text-align: left;
}

#right {
	width: 160px;
	height: 324px;
	float: left;
}

#credits {
	margin-top: 10px;
	font-size: 12px;
}