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

.box_bottom
{
}

.box_bg
{
	
}

.box_bg .title
{
	background-image: 		url(../images/content/content_title.png);
	background-repeat: 		no-repeat;
	background-position: 	left;
	padding:				5px 0;
	padding-left: 			40px;
	color: 					#FF9600;
	font-size: 				22pt;
	font-weight: 			bold;
	letter-spacing: 		-1px;
	margin: 				10px;
}

/**********************************
 * 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;*/
}
