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

.box_bottom
{
}

.box_bg
{
}

.box_bg .title
{
	background-color: 	#021347;
	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: 	#021347;
	color: 				#FFF;
	padding: 			3px 7px;
	font-size: 			9pt;
	font-weight: 		bold;
	/*-moz-border-radius: 7px;*/
}



.box_bg h1,	
.boxblue_bg h1
{
	font-size: 12pt; 
	text-align: center;
}
/*
.sonorisation 	.box_bg .title, .sonorisation 	.boxblue_bg .title { background-image: url(../images/commons/navcontent_sono.png); 		background-color: #93E700; }
.eclairage 		.box_bg .title, .eclairage 		.boxblue_bg .title { background-image: url(../images/commons/navcontent_light.png); 	background-color: #ED72BC; }
.dj 			.box_bg .title, .dj 			.boxblue_bg .title { background-image: url(../images/commons/navcontent_dj.png); 		background-color: #FFCE3A; }
.studio 		.box_bg .title, .studio 		.boxblue_bg .title { background-image: url(../images/commons/navcontent_studio.png); 	background-color: #81C3E0; }
.video 			.box_bg .title, .video 			.boxblue_bg .title { background-image: url(../images/commons/navcontent_video.png); 	background-color: #4967B2; }
.default		.box_bg .title, .default		.boxblue_bg .title { background-image: url(../images/commons/navcontent_default.png); 	background-color: #7D7D7D; }

.sonorisation 	h1 { color: #66B308; font-size: 12pt; text-align: center; }
.eclairage 		h1 { color: #920058; font-size: 12pt; text-align: center; }
.dj 			h1 { color: #E07C08; font-size: 12pt; text-align: center; }
.studio 		h1 { color: #016A98; font-size: 12pt; text-align: center; }
.video 			h1 { color: #4967B2; font-size: 12pt; text-align: center; }
.default		h1 { color: #3E3E3E; font-size: 12pt; text-align: center; }
*/