
.bloc_durees {
	float:left;
	width:300px;
	padding-right:20px;
	border-right:1px dotted #FF0080;
}


.bloc_forfait {
	float:left;
	width:340px;
	padding-left:20px;
}

.tiers {
	width:90px;
}





.groupe {
	width:800px;
	background-color:#FFEDF3;
	border-bottom:1px dotted #FF2492;
	border-top:1px dotted #FF2492;
	padding:5px;
	margin-top:20px;
	font-weight:bold;
	text-align:center;
	color:#414141;
}
.service1, .service2 {
	width:800px;
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}
.service1 {
	background-color:#F3F1F1;
}

.service_titre {
	width:300px;
	float:left;
}
.service_titre strong {
	color:#414141;
}
.service_valeur {
	width:500px;
	float:right;
	text-align:right;
}

