div.step{
width:600px;
height:50px;
}
div.step div{
text-align:center;
border:1px solid #ccc;
background-color:#FCFCFC;
float:left;
color:#636363;
font-size:12px;
width:85px;
height:45px;
padding-top:5px;
}
div.step div.suivant{
float:left;
border:0px;
background-color:transparent;
margin-top:10px;
width:30px;
}
div.step div.select{
float:left;
color:#690;
font-size:13px;
font-weight:bold;
padding-top:0px;
height:50px;
}
div.step div.select_hover{
cursor:pointer;
background-color:#eee;
float:left;
color:#690;
font-size:13px;
font-weight:bold;
padding-top:0px;
height:50px;
}
div.step div.select span , div.step div.select_hover span{
font-size:20px;
}
div.step a:hover{
text-decoration:none;
}
