/* CSS Document */
fieldset{
margin-bottom:10px;
}

label{
display:block;
width:110px;
float:left;
}

legend{
margin-left:20px;
}

.displayNone{
display:none;
}

.longInput{
width:340px;
}

#mainForm{
width:500px;
margin-top:30px;
margin-left:auto;
margin-right:auto;
padding:10px;
border:3px dashed #CCCCFF;
height: auto;
text-align:left;
}

.formBloc{
width:90%;
margin-left:auto;
margin-right:auto;
}

.formBloc1{
width:280px;
margin-left:auto;
margin-right:auto;
}



.preFormInputImg{
float:left;
text-align:center;
margin:5px 10px;
}


#ButtonForm1 { /* Text and background colour, blue on light gray */
color:#00f;
background-color:#ddd;
font-size:36px;
}

.tarifsTable{
width:270px;
margin-left: auto;
margin-right:auto;
padding:0;
border:1px solid #333333;
background: #FFFFFF;
text-align:center;
margin-bottom:5px;
}

.tarifTableTitre{
background: #FF6600;
color:#FFFFFF;
font-size: 14px;
font-weight:500;
}

.lienChangeEtape{
cursor:pointer; 
text-decoration:underline;
}