body {
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 0px;
	width: 1045px;
}

#left-column{
	background: url('../images/bkg-gradient-left.jpg');
	float: left;
	width: 30px;
	height: 825px;
}

#right-column{
	background: url('../images/bkg-gradient-right.jpg');
	width: 30px;
	float: left;
	height: 825px;
}


/* ------------------------------------------------------------- MAIN COLUMN ------------------------------------------------ */

#main-column{
	width: 945px;
	float: left;
}

#header {
	background: url('../images/header.jpg');
	width: 945px;
	height: 150px;
}


/* ---------------------------------------------------------------------------- MENU ---------------------------------------------------------- */

#menu{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 915px;
	background: url('../images/buttons_bkg.jpg');
	padding: 0 0 0 30px;
}

#menu li{
	float: left;
	width: 154px;
	height: 36px;
	background: url('../images/button_off.gif');
}

#menu li a{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-family: verdana;
	text-decoration: none;
	margin: 15px 0 0 0;
}

li .focus {
	color: #CC0000 !important;
	font-weight: bold;
	font-size: 15px !important;
	background: url('../images/button_on.gif');
	width: 154px;
	height: 36px!important;	
	margin: 0 0 0 0!important;
	padding: 10px 0 0 0!important;
	padding: 10px 0 0 0;
	height: 26px;
	
}

/* ----------------------------------------------------- CONTENU -------------------------------------------------- */

#main-content{
	background: url('../images/center-background.jpg');
	height: 456px;
	width: 945px;
}

#text{
	position: absolute;
	margin: 20px 0px 0px 65px;
	width: 440px;
}

p {
	font-family: verdana;
	font-size: 12px;
}

a{
	font-family: verdana;
	font-size: 12px;
	color: #0099CC;
}

.title {
	font-size: 14px;
	font-family: verdana;
	color: #CC0000;
	font-weight: bold;
}

.thx{
	text-align: right;
}

.text-footer{
	padding: 30px 0px 0px 55px;
	font-size: 10px;
	color: #4F3E20;
}

#footer{
	background: url('../images/footer.jpg');
	height: 88px;
	width: 945px;
}
