/*****************************
	Style général
*****************************/
html {
	background: #090909 url("../images/centre.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, sans-serif;
	font-size: 10px;
}

/*****************************
	Structure du thème
*****************************/
#parent {
	background: url("../images/haut.jpg") no-repeat center top;
}

#left_col {
	width: 227px;
	margin: 114px 7px 0 0;
	float: left;
}

#right_col {
	width: 666px;
	float: left;
}

#centre {
	width: 334px;
	margin: 20px 0 0 0;
	clear: both;
	float: left;
}

#block_right {
	width: 332px;
	margin-top: 17px;
	float: left;
}

#footer {
	height: 204px;
	background: url("../images/bas.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: #000000;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}

/*****************************
	Centre & News
*****************************/
.news {
	margin-bottom: 20px;
}

.news h2 {
	height: 22px;
	background: url("../images/news_titre.png") no-repeat;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.news_content {
	margin: 0px 8px 15px 5px;
	color: #ffffff;
}

.news_coms {
	height: 19px;
	background: url("../images/news_coms.png");
	padding: 7px 10px 0 21px;
	color: #083B60;
	clear: both;
}
.news_coms a:hover {
	color: #0e7ac3;
}

.read_more {
	color: #0098ff;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}
.read_more a:link, .read_more a:visited, .read_more a:active {
	color: #ffffff;
	text-decoration: none;
}
.read_more a:hover {
	color: #0e7ac3;
}

.block_centre {
	background: url("../images/bloc_centre_bas.jpg") no-repeat bottom;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.block_centre h2 {
	margin: 0;
	padding: 0;
}

.block_centre_content {
	margin: 5px 8px 0 21px;
}

/*****************************
	Blocks de droite
*****************************/
.block_right {
	background: url("../images/droit_bloc_bas.jpg") no-repeat bottom;
	padding-bottom: 10px;
	margin: 0;
}
.block_right h3 {
	height: 23px;
	background: url("../images/droit_bloc_titre.png") no-repeat;
	margin: 0;
	padding: 0;
}
.block_right div {
	padding: 10px 10px 0 10px;
}
