
.boite {
	width: 180px;
	/*padding-bottom: 10px;*/
	/*background: white url(milieu-bas.png) no-repeat;*/
	background-position: center bottom;
	font-size: 80%;
	margin: auto;
	text-align: center;
}
.boite .titre {
	width: 180px;
	margin-top:20px;
	height :85px;
	background: transparent url(bm_h.png) no-repeat;
	background-position: center top;
	text-align: center;
}
.boite .contenu {
	width: 180px;
	background: transparent url(bm_m.png);

}

.boite .contenu form {
	width: 180px;
	background: transparent url(bm_m.png)repeat-y;
}

.boite .contenu form p {
	text-align: center;
	color: white;
}

.boite .contenu #resultat {
	display:none;
	margin-top:0px;
	padding-bottom: 15px;
	padding:0 0 0 10px;
	margin: 0px 20px 0 20px;
	/*text-align: justify;
	text-align: center;*/
	color: white;
}

.pied {
	height :35px;
	margin-top:124px;
	background: transparent url(bm_b.png) no-repeat;
	text-align: center;
	color:#fff;font-size:11px;
}

.boite a{color: #fff; text-decoration: none;}
.boite a:hover{color: #ccc; text-decoration: none;}
.boite a:focus, a:hover, a:active {outline: none }
