/* CSS Document */

.boite {
	width: 300px;
	/*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 {
	height :90px;
	background: transparent url(pok_h.png) no-repeat;
	background-position: center top;
	text-align: center;
}
.boite .contenu {
	background: transparent url(pok_m.png);
	padding: 0px 0px 10px 0px;
}

.boite .contenu form {
	display: ;
	margin-top:-5px;
}

.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;
}

.boite .pied {
	height :45px;
	width:300px;
	margin-top:0px;
	background: transparent url(pok_b.png) no-repeat;
	/*background-position: center top;*/
	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 }

#chargement {
	width:70%;
	height: 250px;
	margin:25px;
	background: transparent url(chessykapoker19.gif) no-repeat;
	background-position:50% 50%;
	text-align: center;
	color:red;
	font-size: 16px;
	border: 2px solid red
}