/*****************************
	Style général
*****************************/
html {
	background: #090909 url("../images/centre3.png") repeat-y center top;
}

/*****************************
	Structure du thème
*****************************/
#parent {
	background: url("../images/haut3.png") no-repeat center top;
}

#left_col {
	width: 227px;
	margin: 114px 7px 0 0;
	float: left;
}

#right_col {
	width: 666px;
	float: left;
}

#centre {
	width: 900px;
	background: url("../images/forum_bas.png") no-repeat bottom;
	margin-top: 2px;
	padding-bottom: 12px;
	clear: both;
}

#block_right {
	width: 332px;
	margin-top: 17px;
	float: left;
}

#footer {
	height: 204px;
	background: url("../images/bas3.png") no-repeat center bottom;
	position: relative;
}

/*****************************
	Blocks de gauche
*****************************/
#quick_menu {
	width: 227px;
	height: 28px;
	list-style-type : none;
	margin: 0;
	padding: 0;
	color: #9a8f03;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}

