@charset "utf-8";
/* CSS Document */
.cont_home{
	background-image:url("../images/2012/accBG.png");
	background-repeat:no-repeat;
	background-position:center top;	
}
.home_col1{
	width:50%;
	text-align:left;
	float:left;
	margin-left:44px;
}.home_col2{
	width:40%;
	text-align:center;
	float:left;
}.home_col3{
	width:258px;
	text-align:right;
	float:left;
}
.home_centre{
	color:#FFF;
	font-size:16px;
	margin-top:250px;
}
#contenu p{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
}
#contenu ul{
	list-style:none;
	padding-left:0px;
	color:#00FFB0;
}
#contenu li{
	margin-top:6px;
}