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

.box_bottom
{
}

.box_bg
{
	background-color: 		#393A3A;
	
}

.box_bg .title
{
	font-size: 				9pt;
	text-transform:			uppercase;
	font-weight: 			bold;
	color: 					#FFF;	
	background-color: 		#0D0E0E;
	padding: 				3px 10px;
	/*text-decoration: 		underline;*/
}

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

.boxblue_bottom
{
}

.boxblue_bg
{
}

.boxblue_bg .title
{
	font-size: 				11pt;
	font-weight: 			bold;
	color: 					#AF171F;	
	font-family: 			Georgia;
	/*text-decoration: 		underline;*/
}
