/*****************************************************************************************************************************************************************
 * Cadre de gauche 
 ******************************************************************************************************************************************************************/
.box_left {
	margin: 0 0 10px 0;
	width: 392px;
	width: 300px;
	background-image: url("../imgs/box_left_middle.png");
	background-repeat: repeat-y;
	background-color: #D2D6D9;	
}
.box_left_top {
	margin: 0 0 5px 0;
	background-image: url("../imgs/box_left_top.png");
	background-repeat: no-repeat;
	height: 33px;
}
.box_left_middle {

}
.box_left_bottom {
	margin: -10px 0 0 0;
	background-image: url("../imgs/box_left_bottom.png");
	background-repeat: no-repeat;	
	background-color: #D2D6D9;
	height: 8px;
}


/* Sous cadre */
.box_left_inside {
	margin: 0 auto 10px auto;
	width: 372px;
	width: 280px;
	background-image: url("../imgs/box_left_inside_middle.png");
	background-repeat: repeat-y;
	background-color: #C2C6C8;
}
.box_left_inside_top {
	background-image: url("../imgs/box_left_inside_top.png");
	background-repeat: no-repeat;
	height: 7px;
}
.box_left_inside_middle {
	margin: -1em 0 0 0;
	padding: 5px;
}
.box_left_inside_bottom {
	margin: 0 0 0 0;
	background-image: url("../imgs/box_left_inside_bottom.png");
	background-repeat: no-repeat;
	background-color: #C2C6C8;
	height: 6px;
}

/*****************************************************************************************************************************************************************
 * Cadre de droite 
 ******************************************************************************************************************************************************************/
.box_right {
	margin: 0 0 10px 0;
	width: 562px;
	width: 654px;
	background-image: url("../imgs/box_right_middle.png");
	background-repeat: repeat-y;
	background-color: #D2D6D9;
}
.box_right_top {
	margin: 0 0 5px 0;
	background-image: url("../imgs/box_right_top.png");
	background-repeat: no-repeat;
	height: 33px;
}
.box_right_middle {

}
.box_right_bottom {
	margin: -10px 0 0 0;
	background-image: url("../imgs/box_right_bottom.png");
	background-repeat: no-repeat;
	background-color: #D2D6D9;
	height: 8px;
}

/* Sous-cadre */
.box_right_inside {
	margin: 0 auto 10px auto;
	width: 542px;
	width: 634px;
	background-image: url("../imgs/box_right_inside_middle.png");
	background-repeat: repeat-y;
	background-color: #C2C6C8;
}
.box_right_inside_top {	
	background-image: url("../imgs/box_right_inside_top.png");
	background-repeat: no-repeat;
	height: 7px;
}
.box_right_inside_middle {
	margin: -1em 0 0 0;
	padding: 10px;
}
.box_right_inside_bottom {
	margin: 0 0 0 0;
	background-image: url("../imgs/box_right_inside_bottom.png");
	background-repeat: no-repeat;
	background-color: #C2C6C8;
	height: 6px;
}


