#boites {
	position:absolute;
	right:0px;
	top:180px;
	margin-right:10px;
	width:130px;
}

.boite {
	width:113px;
	margin:auto;
	margin-bottom:20px;
	font-size:10px;
	font-weight:bold;
}
.clic {
	cursor:pointer;
}
.boite h1{
	margin:0px;
	font-size:10px;
	color:blue;
	margin-bottom:3px;
	border-bottom:1px solid red;
}
.boite p{
	font-size:9px;
	color:#000;
	margin-left:5px;
}
.boite img{
	width:90px;
	margin-left:5px;
}
.boite input {
	font-size:10px;
	font-weight:bold;
	margin-left:3px;
}
.boite strong {
	color:blue;
}

.boite .mensualite {
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:red;
}

.boite .ok {
	display:block;
	float:right;
}

.boite_haut {
	width:113px;
	height:14px;
	background:url("images/boite_haut.png") no-repeat;
}
.boite_corps {
	width:97px;
	background:url("images/boite_corps.png") repeat-y;
	padding:0px 8px 0px 8px;
}
.boite_bas {
	width:113px;
	height:14px;
	background:url("images/boite_bas.png") no-repeat;
}
