/****************************************************************************
* Textes de gauche dans page our business
*****************************************************************************/
body {
 	margin			: 0px 0px 0px 0px;
	background-color: #A5B1C1;
	font-family		: Trebuchet MS, Verdana,   Geneva, sans-serif;
	font-size 	: 10pt;
	line-height : 140%;
	color : #525358;
	text-align		: center;
	background		: #FFFFFF url(/img/body_gradient_long.jpg) top center repeat-x;
}
#right_column{	height :900px;}
#left_text{
	text-align 		: left;
	padding-right 	: 0px;
	padding-top 	: 20px;
	width 			: 220px;
}


#div_0{
	position:absolute; 
	top :280px; 
	width: 220px; 
	padding-left:20px; 
	background-color : #FFFFFF; 
	z-index:1; 
	text-align: left;
}

#div_1{
	position:absolute; 
	top :280px; 
	width: 220px; 
	padding-left:20px; 
	background-color : #FFFFFF; 
	z-index:4; 
	visibility: hidden;
	text-align: left;
}

