#content {
	width	: 550px;
	float	: left;
	margin-left	: 200px;
	padding	: 10px 10px 10px 10px;
	border-right	: 1px solid #d0d0d0;
}

* html #content {
	margin-left	: 100px;
}

#content_without_right {
	width	: 680px;
	float	: left;
	margin-left	: 200px;
	padding	: 30px 10px 10px 10px;
}

* html #content_without_right {
	margin-left	 : 100px;
	width	: 677px;
}

#left {
	width	: 200px;
	float	: left;
	/* margin-left	: -700px; modifie pour agilessence */
	margin-left	: -770px;
}

#left_without_right {
	width	: 200px;
	float	: left;
	margin-left	: -900px;
}

#right	{
	width	: 190px;
	/*float	: left;*/
	float : right;
	margin-right : 15px;
}