@charset "utf-8";
/*TABLE BOXE EN GENERAL*/
.boxe_general{
	font:"Century Gothic", Verdana, Arial;
	width:200px;
	margin:0;
	padding:0;
	border: none;
	display: block;
	color:#000000;
}

/*HAUT DE LA BOXE*/
.boxe_general .haut{
	height:40px;
	width:200px;
	background-repeat:no-repeat;
	border: none;
	display: block;

}

/*CONTENU DE LA BOXE*/
.boxe_general .case_contenu{
	text-align:center;
	width:190px;
	height:100%;
	background-image:url(../images/boxes/boxes_generales/images/boxes_generales_02.png);
	padding:5px 5px 5px 5px;
}

.boxe_general .bas{
	background-image:url(../images/boxes/boxes_generales/images/boxes_generales_03.png);
	height:20px;
	background-repeat:no-repeat;
}