/**********************************
 * Boite par defaut
 **********************************/
.box_top
{
	margin: 7px 0 0 7px;
}

.box_bottom
{
}

.box_bg
{
	border: 	1px solid #AAA;
	padding: 	1px;
}

.box_bg .title
{
	background-image: 		url(../images/commons/undermenu_bg.jpg);
	background-position: 	top;
	background-repeat: 		repeat-x;
	background-color: 		#28211A;
	color: 				#FFF;
	padding: 			3px 7px;
	font-size: 			9pt;
	font-weight: 		bold;
	/*-moz-border-radius: 7px;*/
}

/**********************************
 * Idem Boite par defaut, en bleu
 **********************************/
.boxblue_top
{
	margin: 7px 0 0 7px;
}

.boxblue_bottom
{
}

.boxblue_bg
{
	border: 	1px solid #AAA;
	padding: 	1px;
}

.boxblue_bg .title
{
	background-image: 		url(../images/commons/undermenu_bg.jpg);
	background-position: 	top;
	background-repeat: 		repeat-x;
	background-color: 		#28211A;
	color: 				#FFF;
	padding: 			3px 7px;
	font-size: 			9pt;
	font-weight: 		bold;
	/*-moz-border-radius: 7px;*/
}
