/*** AVANTAGES ***/
.advantages {}
.advantages .head1 {
	min-height: 31px;
	background: url('../images/boxes/box_advantages_top.png') no-repeat left top;
}
.advantages .head2 {
	height: 85px;
	background: url('../images/boxes/box_advantages_top2.png') no-repeat left top;
}
.advantages .content {
	background-color: transparent;
}
.advantages .bottom {
	height: 9px;
	background: url('../images/boxes/box_advantages_bottom.png') no-repeat left top;
}
.advantages H3 {
	padding: 6px 0px 0px 18px;
	margin: 0;
	color: white;
}
.advantages UL {
	padding: 0;
	margin: 0;
	list-style: none;	
}
.advantages UL LI {
	padding: 4px 8px 4px 36px;
	margin: 0;
	display: block;
	color: white;
	font-size: 14px;
	min-height: 30px;
	background: url('../images/boxes/box_advantages_li.png') no-repeat transparent left top;
}
.advantages UL LI.first {
	display: block;
	background-image: url('../images/boxes/box_advantages_li_first.png');
}

/*** PRATIQUE ***/
.pratique {}
.pratique .head {
	background: url('../images/boxes/box_column_top_blue.png') no-repeat left top;
	height: 33px;
}
.pratique .content {
	background-color: #c2ebff;
	border-left: 1px solid #0A88EB;
	border-right: 1px solid #0A88EB;
}
.pratique .bottom {
	background: url('../images/boxes/box_pratique_bottom.png') no-repeat left top;
	height: 11px;
}
.pratique H3 {
	padding-top: 8px;
	padding-left: 18px;
	color: white;
	font-size: 14px;
}
.pratique UL {
	padding: 0;
	margin: 0;
	list-style: none;	
}
.pratique UL LI {
	list-style: none;
	padding: 0px 10px 0px;
}
.pratique UL LI A {
	
}

