div.calculette {
    width:360px;
    margin-left: auto;
    margin-right: auto;
    height: 230px;
    background-color: #20baeb;
}

div.cmens_formulaire form table {
    margin-left: auto;
    margin-right: auto;
}

div.cmens_formulaire img {
	width: 100%
}
div.cmens_title {
    color: #134457;
    margin-left: 15px;
    margin-right: 15px;
    font-size: smaller;
    font-weight: bold;
}

div.cmens_formulaire td {
    color: white;
    font-size: smaller;
    font-weight: bold;
}

input.cmens_form_input {
    font-size: smaller;
    width: 120px;
    border: solid 1px #abe5f8;
}
span.cmens_mandatory {
    font-size: smaller;
    font-weight: normal;
}

td.cmens_form_submit {
    text-align: right;
}

input.cmens_form_submit {
    background-color: #134457;
    border: solid 1px #18708e; 
    color: white;
    font-size: 90%;
    padding-left: 12px;
    padding-right: 12px; 
}
input.cmens_form_submit:hover {
    border: solid 1px #abe5f8;
}
div.cmens_resultat {
    overflow: auto;
    height: 220px;
}

div.cmens_resultat table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
span.cmens_resultat_label {
    font-size: smaller;
    font-weight: normal; 
}
td.cmens_resultat_intitule {
    background-color: #2a5969;
}
div.cmens_banner {
    height: 22px;
    width: 325px;
}
div.cmens_tab {
    float: right;
    font-size: 8px;
    font-weight: normal;
    background-color: #134457;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 2px;
    margin-right: 2px;
    color: white;
    text-align: center;
}
div.cmens_tabs {}