/*****************************
	Style général
*****************************/
html {
	background: #090909 url("../images/centre2.jpg") repeat-y center top;
}

body {
	height: 100%;
	background: url("../images/haut_bg.jpg") repeat-x center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
}

/*****************************
	Structure du thème
*****************************/
#parent {
	background: url("../images/haut2.jpg") no-repeat center top;
}

#left_col {
	width: 227px;
	margin: 114px 7px 0 0;
	float: left;
}

#right_col {
	width: 666px;
	float: left;
}

#centre {
	background: url("../images/module_bas.jpg") no-repeat bottom;
	margin-top: 20px;
	padding-bottom: 12px;
}

#footer {
	height: 204px;
	background: url("../images/bas2.jpg") no-repeat center bottom;
	clear: both;
}

/*****************************
	Blocks de gauche
*****************************/
#quick_menu {
	width: 227px;
	height: 140px;
	list-style-type : none;
	padding: 0;
	margin: 0 0 8px 0;
	color: #FB1D72;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}
