/************************
*   Steps              *
************************/
#steps{
    width:100%;
    height:44px;
    margin:-5px 0 30px 0;
    border:1px solid #dddddd;
}
#steps td{
    font-size:13px;
    height:44px;
    color: #444;
    text-align:center;
    background:url(../images/etapes.png) repeat-x;
    line-height:44px;
}
#steps td.current{
    color: #fff;
    background:url(../images/etapes.png) repeat-x left -44px;
}
#steps td .stepsBW, #steps td .stepsWB, #steps td .stepsWW{
    width:16px;
    height:44px;
    float:right;
}
#steps td .stepsBW{
    background:url(../images/etapes.png) repeat-x left -176px;
}
#steps td .stepsWB{
    background:url(../images/etapes.png) repeat-x left -132px;
}
#steps td .stepsWW{
    background:url(../images/etapes.png) repeat-x left -88px;
}

.bloc{
    background:#fcfcfc;
    border:1px solid #dddddd;
    padding:15px 25px;
    margin:10px 0 30px 0;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 #ffffff inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tableForm input[type="text"]{
    max-width: 350px;
    width:90% !important;
}

.w30{
    width:30%;
}
.w70{
    width:70%;
}

.alignR {text-align: right;}

.checkbox_label{
    text-align:left;
    display: inline-block;
    width:auto;
}

/************************
*   Buttons             *
************************/
input.cancel{
    float:left;
    color:#666666;
    border:1px solid #cccccc;
    background:#fbfbfb;
    text-transform: uppercase;
    min-width: 7.7em;
}
input.cancel:hover {
    background:#fefefe;
}
input.btnPrevious{
    background: url(../images/bt_tour_prev.png) no-repeat top left;
    float: left;
}
input.btnPrevious:hover{
    background: url(../images/bt_tour_prev.png) no-repeat 0 -48px;
}
input.btnNext, input.btnPrevious{
    text-align:center;
    border: none;
    height: 39px;
    line-height:39px;
    width: 171px;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
    padding:0 0.8em;
    font-size:1.2em;
    margin:0.8em 0.8em 0 0.8em;
    text-transform:uppercase;
}
input.btnNext{
    background: url(../images/bt_tour_next.png) no-repeat top left;
    float: right;
}
input.btnNext:hover{
    background: url(../images/bt_tour_next.png) no-repeat 0 -48px;
}
input.send{
    cursor:pointer;
    float:right;
    width:inherit;
    padding:0.6em 1.3em;
    border:1px solid #336633;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 #c4d891 inset;
    font-size:1.3em;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    background:#6e9f2c;
    background-image:linear-gradient(bottom, rgb(109,159,44) 0%, rgb(152,186,65) 100%);
    background-image:-o-linear-gradient(bottom, rgb(109,159,44) 0%, rgb(152,186,65) 100%);
    background-image:-moz-linear-gradient(bottom, rgb(109,159,44) 0%, rgb(152,186,65) 100%);
    background-image:-webkit-linear-gradient(bottom, rgb(109,159,44) 0%, rgb(152,186,65) 100%);
    background-image:-ms-linear-gradient(bottom, rgb(109,159,44) 0%, rgb(152,186,65) 100%);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6e9f2c, endColorstr=#98ba41);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6e9f2c, endColorstr=#98ba41)";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.send:hover{
    background:#96b940;
}

.clear {clear: both;}











