body {
	margin:0;
	padding:0;
	text-align: center;
	background-color:#3C495C;	
}

#maincontainer {
	width: 716px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #fff;
}

#topsection {
	position: relative;
	background: #EAEAEA;
	height:299px; /*Height of top section*/
}

#entete01 {
	position:absolute;
	left: 0px;
	width:247px;
	height:246px;
}

#entete02 {
	position:absolute;
	left:247px;
	width:469px;
	height:246px;
}

#entete03 {
	position:absolute;
	left: 0px;
	top:246px;
	width:716px;
	height:53px;
}

#contentwrapper {
	float: left;
	width: 100%;
	background-image: url(images/bg_wrapper.gif);	
}

#contentcolumn {
	margin-left: 210px; /*Set left margin to LeftColumnWidth*/
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 12px;	
}

#leftcolumn {
	float: left;
	width: 204px; /*Width of left column*/
	margin-left: -716px; /*Set left margin to -(MainContainerWidth)*/
}

div.spacer {
	position: relative;
	width: 204px;
	height: 10px;
	line-height: 10px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

#menu {
	position: relative;
	width: 204px;
	background-color: #28499e;
	text-align: right;
	color: #fff;
	margin: 0px;
	padding: 8px 0 8px 0;
}

#outils {
	position: relative;
	width: 204px;
	background-color: #000;
	text-align: right;
	color: #fff;
	margin: 0px;
	padding: 8px 0 8px 0;
}

#chemin {
	margin-top: 10px;
	width: 95%;
	text-align: right; 
}	

#rideau {
	width: 204px;
}

div.spacer_footer {
	clear: left;
	width: 100%;
	background-color: #fff;
	height: 10px;
	line-hight: 10px;
	font-size: 0px;
}

#footer {
	width: 100%;
	background: #000;
	color: #a1a1a1;
	font-size: 10px;
	text-align: center;
	padding: 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 15px;
}


.innertube {
	margin: 0px 10px 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#contentcolumn a {
	color: #0000ff;
}

hr {
	border: none 0;
	border-top: 1px dashed #ccc;
	border-bottom: 0px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.nouvelle {
	margin: 5px 0 20px 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
}



