/*Layout*/
#page{
	width:900px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	text-align:center;
}

#content {
	width:900px;
	text-align:left;
}

#menu {
	position: absolute;
	width:173px;
	margin-bottom:8px;
	float:left;
	top:85px;
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}

#blogText{
	width:470px;
	margin-left:173px;
	margin-top:10px;
	background-image:url(../images/pointi_ver.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#block_droit {
	position: absolute;
	top:85px;
	margin-left:670px;
	width:230px;
	background-image:url(../images/pointi_ver.gif);
	background-repeat:repeat-y;
	background-position: left;
}


