/*  Page Home */
#animation_home {
	width: 619px;
	height: 389px;
	margin:15px 8px 15px 0px;
	position:relative;
	float:left;
	display:table;
}

#right_home {
	position:relative;
	float:left;
	/*height:389px;*/
	width:321px;
	margin: 15px 0px 15px 0px;
}

#right_home_top {
	background:url(../top_gris_home.gif) no-repeat top;
	height:37px;
}
	

#right_home_content {
	height:268px;
	border-left:1px solid #dbd8d8;
	border-right:1px solid #dbd8d8;
	background-color:#FFF;
}

#faqhome{
	height:73px;
	background-color:#f5f5f5;
	border-left:1px solid #dbd8d8;
	border-right:1px solid #dbd8d8;
}
#faqhome_bottom {
	background:url(../bottom_gris_home.gif) no-repeat top;
	height:11px;
}

#bottom_left {
	position:relative;
	float:left;
	width:619px;
	margin: 0px 8px 15px 0px;
	display:table;
}
#bottom_left_top {
	background:url(../nomencadre_home.gif) no-repeat top;
	height:36px;	
}
#bottom_left_content {
	min-height:230px;
	border-left:1px solid #dbd8d8;
	border-right:1px solid #dbd8d8;
	background-color:#929ca8;
}
#bottom_left_bottom {
	background:url(../bottom_grisfonce_home.gif) no-repeat top;
	height:11px;
}

#bottom_right_home {
	position:relative;
	float:left;
	width:321px;
	margin: 0px 0px 15px 0px;
}

#bottom_right_home_top {
	background:url(../top_gris_home.gif) no-repeat top;
	height:36px;
}
	

#bottom_right_home_content {
	min-height:230px;
	border-left:1px solid #dbd8d8;
	border-right:1px solid #dbd8d8;
	background-color:#FFF;
}

#bottom_right_home_bottom {
	background:url(../bottom_blanc_home.gif) no-repeat top;
	height:11px;
}

.contenthome {
	padding:10px;
}
.titreboxhomeleft {
	margin:0px;
	position:relative;
	top:7px;
	left:10px;
	right:10px;
	color:#da6353;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.sstitreboxhomeleft {
	margin-top:2px;
	color:#da6353;
	font-size:14px;
	}
.boutonhome{
	width:81px;
	height:24px;
	display:block;
	color:white;
	text-align:center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-image: url(../bouton_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.boutonhome:hover, .boutonhome:focus{
	border:0px;
}
/*  FIN Page Home */