/* CSS Document */
#etapes{
	clear:both;
	padding-left:10px;
	padding-right:10px;
}
#etapes ul{
	margin:0px;
	list-style:none;
}
#etapes li{
	padding-top:15px;
	padding-left:5px;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	float:left;
	width:108px;
	height:35px;
	margin-right:15px;
}
.step1_on{
	background-image:url(images/etape1_on.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.step1_off{
	background-image:url(images/etape1_off.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.step2_on{
	background-image:url(images/etape2_on.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.step2_off{
	background-image:url(images/etape2_off.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.step3_on{
	background-image:url(images/etape3_on.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.step3_off{
	background-image:url(images/etape3_off.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.step4_on{
	background-image:url(images/etape4_on.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.step4_off{
	background-image:url(images/etape4_off.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.step5_on{
	background-image:url(images/etape5_on.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.step5_off{
	background-image:url(images/etape5_off.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#c1 .note, #c2 .note{
	font-size:9px;
	margin-top:10px;
	margin-bottom:5px;
}
#c1{
	width:190px;
	padding-left:10px;
	padding-right:10px;
	float:right;
}
#recap{
	margin-bottom:10px;
	font-size:10px;
}
#recap #body div{
	margin-bottom:10px;
}
#recap h4{
	margin-top:0px;
	margin-bottom:2px;
	font-size:10px;
}
#recap h5{
	margin-top:0px;
	margin-bottom:5px;
	font-size:10px;
	color:#87336a;
}

#recap #body{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(images/fond_pavet.jpg);
}

#c2{
	margin-left:5px;
	width:558px;
	float:left;
}
#c2 #bgHaut{
	width:558px;
}
#c2 #bgBas{
	width:558px;
}
#c2 #centre{
	width:538px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(images/page_liste_centre.jpg);
}
#c2 #centre h1{
	font-size:11px;
	padding-top:1px;
	padding-bottom:4px;
	padding-left:10px;
	margin-left:-9px;
	margin-right:-9px;
	border-bottom:1px solid #b49850;
}
#c2 #centre h2{
	background-image:none;
	font-size:11px;
	background-color:#E6E6D9;
	padding-left:10px;
	margin-left:-9px;
	margin-right:-9px;
	padding-right:10px;
}
#c2 #centre h3{
	font-size:10px;
	font-weight:bold;
	color:#87336a;
	height:18px;
	background-image:url(images/fleche.jpg);
	background-repeat:no-repeat;
	padding-left:22px;
}
#c2 table{
	background-color:#fff;
	color:#87336a;
}
#c2 .bg1{
	font-weight:bold;
	height:22px;
	text-align:center;
	background-color:#E6E6D9;
}
#c2 .bg2{
	text-align:center;
	background-color:#F3F2ED;
}
#c2 .bg3{
	background-color:#87336a;
	color:#fff;
}
#c2 .bg4{
	height:22px;
	padding-right:5px;
	text-align:right;
	background-color:#E6E6D9;
}
#c2 .bg5{
	text-align:left;
	padding-left:5px;
	background-color:#F3F2ED;
}
#c2 table td{
	height:16px;
}
#boutons{
	text-align:right;
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
}
.btn_next{
	font-weight:bold;
	background-image:url(images/fleche.jpg);
	background-repeat:no-repeat;
	padding-left:22px;
	padding-top:2px;
	padding-bottom:2px;
	line-height:18px;
}
.btn_prev{
	font-weight:bold;
	background-image:url(images/btn_prev.jpg);
	background-repeat:no-repeat;
	padding-left:22px;
	padding-top:2px;
	padding-bottom:2px;
	line-height:18px;
}
.pax ul{
	clear:both;
	margin:0px;
	list-style:none;
}
.pax li{
	width:250px;
	margin-right:10px;
	float:left;
	padding:5px;
	border-bottom:1px dashed #E6E6D9;
}
.reference{
	font-size:12px;
	color:#000;
}