@CHARSET "ISO-8859-1";
@import url("rightColumn.css");

/*************************
 MAIN STRUCTURE
*************************/

body {
	color: #171717;
	/*background: #A5D300;*/
	background: #A0A0A0;
	margin: 0 0 10px 0;
	font-family:'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

#topPage {
	margin: 0 auto;
	width: 960px;
}

#middlePage {
	width: 100%;
	background-image: url(../img/backgroundGlobal920.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#bottomPage {
	width: 100%;
	background-image: url(../img/backgroundBottom920.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#header {
	height: 100px;
}

#center { /* Gabarit de la partie centrale */
	width: 918px;
	margin: 0 auto;
	background: #F0F0F0;
	border: 1px solid #5F5F5F;
	border-top: 0;
}

#centerColumn {
	float: left;
	width: 590px;
	padding: 15px 15px;
}

#rightColumn {
	margin-left: 620px;
	padding: 15px 20px 15px 10px;
}

#footer {
	width: 900px;
	text-align: left;
	font-size: .7em;
	padding: 20px 0px 10px 0;
	margin: 0 auto;
}

#copyright {
	width: 900px;
	margin: 0 auto;
	font-style: italic;
	text-align: left;
	font-size: 0.8em;
}


/*****************************
 OTHERS
******************************/

div.forceBottom {
	clear: both;
}

a {
	text-decoration: none;
	color: #B45200;
}

a:HOVER {
	color: #DA9963;
}

div.preload {
	position: absolute;
	display: none;
}

input, TEXTAREA {
	color: #171717;
	font-family:'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
}
