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

.box_bottom
{
}

.box_bg
{
}

.box_bg .title
{
	background-color: 	#0F0F0F;
	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
{
}

.boxblue_bg .title
{
	background-color: 	#0F0F0F;
	color: 				#FFF;
	padding: 			3px 7px;
	font-size: 			9pt;
	font-weight: 		bold;
	-moz-border-radius: 7px;
}




.mao 			.box_bg .title, .sonorisation 	.boxblue_bg .title { background-image: url(../images/commons/navcontent_mao.png); 		background-color: #E04A08; }
.dj 			.box_bg .title, .dj 			.boxblue_bg .title { background-image: url(../images/commons/navcontent_dj.png); 		background-color: #FFDB3A; }
.studio 		.box_bg .title, .studio 		.boxblue_bg .title { background-image: url(../images/commons/navcontent_studio.png); 	background-color: #006997; }
.default		.box_bg .title, .default		.boxblue_bg .title { background-image: url(../images/commons/navcontent_default.png); 	background-color: #7D7D7D; }

.mao 			h1 { color: #E04A08; font-size: 12pt; text-align: center; }
.dj 			h1 { color: #FFDB3A; font-size: 12pt; text-align: center; }
.studio 		h1 { color: #006997; font-size: 12pt; text-align: center; }
.default		h1 { color: #3E3E3E; font-size: 12pt; text-align: center; }

