  /*------------------------------Classes -----------------------------------------*/
.titreRouge{
 line-height:1.5em;
 color:#7f1b19;
 font-weight:bold;
 font-size:14px;
 }
 .rouge{
 color:#7f1b19;
 }

 
/*------------------------------STRUCTURE -----------------------------------------*/

ul{
list-style-type:none;
}
 
a#effacer {
text-decoration:none;
color:#7f1b19;
font-weight:bold;
} 
a#effacer:hover{
text-decoration:none;
color:#6e6e6e;
font-weight:bold;
} 
a#calculer {
margin-right:20px;
text-decoration:none;
color:#7f1b19;
font-weight:bold;
} 
a#calculer:hover{
text-decoration:none;
color:#6e6e6e;
font-weight:bold;
} 
#contenu img{
margin-top:10px;
margin-bottom:15px;
}
#hautCalcul{
margin-left:47px;
width:500px;
height:16px;
background:url(../images/haut_calcul.jpg);
}
#contenu-quest{
margin-left:45px;
padding-left:35px;
padding-bottom:27px;
width:500px;
background:url(../images/fond_calcul.gif) repeat-y;
}
#basCalcul{
margin-left:45px;
width:500px;
height:16px;
background:url(../images/bas_calcul.jpg);
}

a#duree{
text-decoration:none;
color:#324c95;
font-weight:bold;
}
a#montant2{
text-decoration:none;
color:#324c95;
font-weight:bold;
}
a#mensualites{
text-decoration:none;
color:#324c95;
font-weight:bold;
}
a#duree:hover{
text-decoration:none;
color:#e23a2f;
}
a#montant2:hover{
text-decoration:none;
color:#4ca62b;
}
a#mensualites:hover{
color:#f5a705;
text-decoration:none;
}
/*------------------------------Boutons Bas -----------------------------------------*/
#contenu{
height:600px;
}
a#calcul-fin{
background:url(../images/calculettefin.gif) top no-repeat;
display:block;
width:160px;
height:20px;
margin-top:10px;

}
a#calcul-fin:hover{
background:url(../images/calculettefin.gif) bottom no-repeat;
height:20px;
width:160px;
display:block;
margin-top:10px;

}
a#montant{
background:url(../images/montant.gif) top no-repeat;
display:block;
width:160px;
height:20px;
margin-top:10px;

}
a#montant:hover{
background:url(../images/montant.gif) bottom no-repeat;
height:20px;
width:160px;
display:block;
margin-top:10px;

}
a#mensualite{
background:url(../images/mensualite.gif) top no-repeat;
display:block;
width:160px;
height:20px;
margin-top:10px;

}
a#mensualite:hover{
background:url(../images/mensualite.gif) bottom no-repeat;
height:20px;
width:160px;
display:block;
margin-top:10px;

}
li{
margin-top:5px;
margin-bottom:5px;
margin-left:5px;
}

