

/* propriétés spécifiques à chaque coin */
#cadrehaut {
	background: url(cadre-haut.gif);
	height: 14px;
	width: 539px;
	background-repeat: no-repeat;
	float: none;
	font-size:1px; /* correction d'un bug IE */

}
#cadre1 {
	/* taille du cadre, à titre d'exemple */
	width: 539px;
	height:140px;
	background-color: #2F94C2;
}
#cadre2 {
	/* taille du cadre, à titre d'exemple */
	width: 539px;
	height:65px;
	background-color: #2F94C2;
}
#cadrebas {
	background: url(cadre-bas.gif);
	height: 14px;
	width: 539px;
	background-repeat: no-repeat;
	float: none;
	font-size:1px; /* correction d'un bug IE */
}

#contenu p {
color: white;
margin: 0.5em; /*gestion des espaces interparagraphes */
}
#result-credit{
	background-color: #FFD4D4;
	color: #510000;
	font: bold;
	font-weight: bold;
}

.calcul-left {
float:left;
text-align: left;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 80px;
width: 250px;
height: 20px;
}
.calcul-right {
float:right;
	height: 20px;
	width: 200px;
	text-align: left;
	position: relative;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}
.bout-calcul {
	float: left;
	height: 0px;
	width: 530px;
	text-align: center;

	padding: 0px 0px 10px 0px;
	position: relative;
}
