.blocheader 
{
	position:relative;
	width: auto;
	height:31px;
	background-image:url(images/bande.gif);
	background-repeat:repeat-x;
	margin-left:2px;
	margin-right:2px;	
}

.bloccenter {
	position:relative;
	width: auto;
	height:31px;
	background-image:url(images/bande.gif);
	background-repeat:repeat-x;
	margin-left:13px;	
	
}

.bloctopleft {
	position:absolute;
	top:0px;
	left:0px;
	float:left;	
	background: url(images/hautgauche.gif);
	height: 31px; 
	width: 13px;
	background-repeat: no-repeat;
	
}

.bloctopright {
	position:absolute;
	top:0px;
	right:0px;	
	background: url(images/hautdroit.gif);
	height: 31px; 
	width: 13px;
	background-repeat: no-repeat;	
	
}

.insidebloc {
	
	vertical-align: top;
    text-align: left; 
    background-color: white;
    line-height: 20px;
    margin-top: -10px;
	margin-bottom: 0;
	padding-left:5px;
	border-bottom: solid #396898 thin;
	
	border-right: solid #396898 thin;
}
.insidewizard {
	vertical-align: top;
    text-align: left; 
    background-color: white;
    line-height: 20px;   
}
.insidewizardfirststep {
	vertical-align: top;
    text-align: left; 
    background-image:url(images/arrows.jpg);
    background-repeat:no-repeat;
    padding-left:400px;
    line-height: 25px;
}

.divwizard 
{
	border-bottom: dotted 1px silver;	 
}
