body {
	background: #F3F3F3 url(design/bg_body.png) repeat-x top left;
	color: #333;
	font: 11px normal Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}

#banner {
	background: url(design/bg_banner.png) no-repeat top left;
	height: 180px;
	margin: 0px auto;
	padding: 30px 12px 0px 0px;
	text-align: right;
	width: 912px;
}
#banner h1 {
	float: left;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: -9000px;
	width: 100px;
}

#containerShadow {
	background: url(design/bg_container_shadow.png) no-repeat top center;
	margin: 0px auto;
	padding: 0px 15px;
	width: 900px;
}
#container {
	background: #FFF url(design/bg_container.gif) repeat-y top left;
	text-align: left;
	width: 900px;
}
#container.centerDouble {
	background-image: url(design/bg_container_centredouble.gif);
}

#colLeft {
	background-color: #CDCDCD;
	float: left;
	height: 100%;
	padding: 0px 0px 1px;
	width: 250px;
}

	/* MENU */
	#menu {
		background: #007EA6 url(design/bg_menu.jpg) no-repeat top left;
		padding: 20px 0px;
	}
	#menu ul {
		background: url(design/menu_fleche.gif) repeat-y 10px 0px;
		margin: 0px;
		padding: 0px;
	}
	#menu li {
		background: url(design/menu_li_bg.gif) no-repeat bottom center;
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-indent: -9000px;
		width: 250px;
	}
	#menu li.last {
		background: none;
	}
	#menu a {
		background-position: center right;
		background-repeat: no-repeat;
		display: block;
		height: 100%;
		line-height: 32px;
		text-decoration: none;
		width: 100%;
	}
	#menu a#menuCountry {
		background-image: url(design/menu_country.gif);
	}
	#menu a#menuAgenda {
		background-image: url(design/menu_agenda.gif);
	}
	#menu a#menuReferences {
		background-image: url(design/menu_references.gif);
	}
	#menu a#menuHistorique {
		background-image: url(design/menu_historique.gif);
	}
	#menu a#menuConfiguration {
		background-image: url(design/menu_configuration.gif);
	}
	#menu a#menuInformations {
		background-image: url(design/menu_informations.gif);
	}
	#menu a#menuPartenaires {
		background-image: url(design/menu_partenaires.gif);
	}
	#menu a#menuPresse {
		background-image: url(design/menu_presse.gif);
	}
	#menu a#menuContact {
		background-image: url(design/menu_contact.gif);
	}
	#menu a#menuLiegeBasket {
		background-image: url(design/menu_liege_basket.gif);
	}
	#menu a#menuChel {
		background-image: url(design/menu_chel.gif);
	}

#colCenter {
	background-color: #FFF;
	float: left;
	margin: 0px;
	padding: 0px 0px 1px;
	width: 424px;
}

#colCenterDouble {
	background-color: #FFF;
	float: left;
	margin: 0px;
	padding: 0px 0px 1px;
	width: 650px;
}
#colCenterDouble h2 {
	margin-bottom: 10px;
}
#colCenterDouble table {
	width: 100%;
}
#colCenterDouble td {
	padding: 0px;
	vertical-align: top;
	width: 50%;
}

#colRight {
	background-color: #F1F1F1;
	border-left: 1px solid #AFAFAF;
	margin: 0px 0px 0px 674px;
	padding: 0px 0px 1px;
	width: 225px;
}
* html #colRight {
	float: left;
	margin: 0px;
}
.item {
	margin-left: 225px;
	padding-left: 10px;
}
.item h2 {
	margin-left: -10px;
}

.clear {
	clear: left;
}
#historique {
	display: none;
}

/* CONTENT */
h1 {
	color: #00789C;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	padding: 10px 15px 8px;
}
h1 a {
	color: #01AFD1;
}
h2 {
	background-color: #ACACAC;
	color: #333;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 10px;
	text-transform: uppercase;
}
h2 a {
	color: #333;
}
h2 a.rien {
	color: #FFF;
	text-transform: lowercase;
}
p {
	margin: 0px 15px 10px;
}
ul {
	margin: -10px 15px 10px 30px;
	padding: 0px;
}
li {
}
table.galerie {
	margin: 0px 10px 10px;
}
#colCenter table.galerie td img {
	margin: 0px;
}
#colCenter img, #colCenterDouble img, #colRight img {
	margin-bottom: 10px;
}
.date {
	color: #FFF;
	font-size: 11px;
	text-transform: lowercase;
}
.txtBleu {
	color: #00789C;
}
.left {
	float: left;
	margin: 0px 10px 10px 0px;
}
td {
	vertical-align: top;
}

/* LINKS */
a:focus {
	outline: none;
}
a {
	color: #EB6909;
}
a img {
	border: none;
}

/* FOOTER */
#footer {
	background: url(design/bg_footer.gif) repeat-x top left;
	color: #666;
	font-size: 10px;
	height: 36px;
	line-height: 36px;
	margin: 0px auto;
	padding: 0px 0px 0px;
	text-align: center;
	width: 900px;
}
#footer table {
	width: 100%;
}
#footer .sides {
	padding: 0px 5px;
	text-align: right;
	width: 150px;
}
#footer a {
	line-height: normal;
	margin-left: 10px;
}