@CHARSET "UTF-8";

.form_select {
	margin-top: 2px;
	width: 164px;
	font-size: 10px;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:1px;
	margin:0px;
}

input.form_input {
    margin-top: 0px;
    width: 100px;
    font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    margin:0px;
    height:13px;
    text-align:right;
    border:solid silver 1px;
}

input.form_input_total {
    margin-top: 0px;
    width: 100px;
    font-size: 14px;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    margin:0px;
    height:16px;
    text-align:right;
    border:solid silver 1px;
}

.bt_etape {
    background-image : url(../images/fond_nav_orange.gif);
    background-repeat : repeat-x;
    width:100px;
    margin-right:1px;
    text-align:center;
    color: white;
    font-size: 14px;
    font-family: arial, Helvetica, sans-serif;
    font-weight:bold;
    padding-top:2px;
    padding-bottom:2px;
    cursor:pointer;
    margin-right:6px;
    border:0;
}

.bt_etape a, .bt_etape alink, .bt_etape a:hover {
    color: white;
    font-size: 14px;
    font-family: arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:none;
} 

.tab_calcul {
    margin:0px;
    padding:0px;
    margin-top:5px;
    margin-bottom:5px;
    width:100%;
}

.tab_calcul td {

}

.tab_calcul .cell_td {
    color:#797979;
    font-size: 12px;
    font-family: arial, Helvetica, sans-serif;
    background-image : url(../images/fond_td_gris.gif);
    background-repeat : repeat-x;
    border-top:solid 1px #E9E9E9;
    border-bottom:solid 1px #C6C4C5;
    border-left:solid 1px #D1D1D1;
    border-right:solid 1px #D1D1D1;
    padding-left:40px;
    width:65%;
}



.tab_calcul .cell_form {
    color:#797979;
    font-size: 12px;
    font-family: arial, Helvetica, sans-serif;
    background-image : url(../images/fond_td_gris.gif);
    background-repeat : repeat-x;
    border-top:solid 1px #E9E9E9;
    border-bottom:solid 1px #C6C4C5;
    border-right:solid 1px #D1D1D1;
    padding-left:20px;
    width:35%;
}

.tab_calcul .cell_td_total {
    color:#797979;
    font-size: 14px;
    font-weight:bold;
    font-family: arial, Helvetica, sans-serif;
    background-image : url(../images/fond_td_gris.gif);
    background-repeat : repeat-x;
    border-top:solid 1px #E9E9E9;
    border-bottom:solid 1px #C6C4C5;
    border-left:solid 1px #D1D1D1;
    border-right:solid 1px #D1D1D1;
    padding-left:40px;
    width:65%;
}

.tab_calcul .cell_form_total {
    color:#797979;
    font-size: 14px;
    font-weight:bold;
    font-family: arial, Helvetica, sans-serif;
    background-image : url(../images/fond_td_gris.gif);
    background-repeat : repeat-x;
    border-top:solid 1px #E9E9E9;
    border-bottom:solid 1px #C6C4C5;
    border-right:solid 1px #D1D1D1;
    padding-left:20px;
    width:35%;
}

.cell_vide {
    height:2px;
}

.cell_calculez {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    width:35%;
}

.align_dte {
    text-align:right;
    color:#797979;
    font-size: 12px;
    font-family: arial, Helvetica, sans-serif;
}



.bt_demandez_etude {
    background-image : url(../images/fond_nav_orange.gif);
    background-repeat : repeat-x;
    width:270px;
    margin-right:1px;
    text-align:center;
    color: white;
    font-size: 14px;
    font-family: arial, Helvetica, sans-serif;
    font-weight:bold;
    padding-top:2px;
    padding-bottom:2px;
    cursor:pointer;
    margin-right:6px;
}