/*************************************************
	BOITE
**************************************************/
#boite{
	
	min-height:100px;
	min-width:100px;
}

#titre_boite{
	height:31px;
	margin-left:35px;
	margin-right:33px;
	line-height:31px;
	text-align:center;
	font-weight:bold;
	background-image:url('/package_img/interface/fond_titre.gif');
	
}

#titre_boite_left{
	/*float:left;*/
	width:100%;
	height:31px;
	background-image:url('/package_img/interface/coin_hg.gif');
	background-repeat:no-repeat;
	background-position:left;
	
}

#titre_boite_right{
	/*float:right;*/
	width:100%;
	height:31px;
	background-image:url('/package_img/interface/coin_hd.gif');
	background-repeat:no-repeat;
	background-position:right;
	
}

#boite_bord_left{
	width:100%;
	margin: 0px auto;
	background-image:url('/package_img/interface/fond_milieu_g.gif');
	background-repeat:repeat-y;
	background-position:left;
}

#boite_bord_right{
	width:100%;
	background-image:url('/package_img/interface/fond_milieu_d.gif');
	background-repeat:repeat-y;
	background-position:right;
}

#contenu_txt{
	width:98%;
	padding-right:8px;
	padding-left:8px;
}

#bas_boite_left{
	width:36px;
	height:20px;
	width:100%;
	background-image:url('/package_img/interface/bas_hg.gif');
	background-repeat:no-repeat;
	background-position:left;
}

#bas_boite_right{
	width:33px;
	height:20px;
	width:100%;
	background-image:url('/package_img/interface/bas_hd.gif');
	background-repeat:no-repeat;
	background-position:right;
}

#bas_boite{
	margin-left:36px;
	margin-right:33px;
	height:20px;
	line-height:20px;
	background-image:url('/package_img/interface/fond_bas.gif');
	
}

/*************************************************
	FIN BOITE
*************************************************/

/**************************************************
	PETITE BOITE basé sur table
***************************************************/
#small_boite, .small_boite{
	border:solid 1px #CCCCCC;
	font-size:12px;
}

#small_boite td, .small_boite td{
	padding:5px;
}

#small_boite .entete, .small_boite .entete{
	background-color:#EEEEEE;
	font-size:12px;
	font-weight:bold;
	color:#666666
}

#small_boite .menu{
	border-bottom:solid 1px #CCCCCC;
}
	