/* DEFINITION DES SECTIONS */

.section {
	clear: both;
	width: 100%;
}

/* DEFINITION DES COLONNES */

.colonne {
	float: left;
	
	margin: 0px 8px;
}

/* DEFINITION DES BOITES */

.box {
	position: relative;
	
	vertical-align: middle;
	
	overflow: hidden;
}

.box_header {
	position: relative;
	
	height: 4px;
	
	background: transparent url("../img/boites/ombre_H.png") repeat-x;
	z-index: 1;
}

.box_gradient_h {
	position: absolute;
	
	top : 4px;
	
	height: 27px;
	width: 100%;
	
	background: transparent url("../img/boites/degrade_H.png") repeat-x;
}

.box_horz {
	position: relative;
	
	float: left;
	height: 4px;
}

.box_corner {
	float: left;
	width: 4px;
}

.box_center {
	background: transparent url("../img/boites/ombre_G.png") repeat-y scroll left center;
}

.box_content {
	position: relative;
	
	margin-left: 4px;
	padding: 20px 0px;
	padding-right: 4px;
	
	background: transparent url("../img/boites/ombre_D.png") repeat-y scroll right center;
	z-index: 1;
}

.box_footer {
	height: 4px;
	
	background: transparent url("../img/boites/ombre_B.png") repeat-x;
}

.box_gradient_b {
	position: absolute;
	
	bottom : 4px;
	
	height: 104px;
	width: 100%;
	
	background: transparent url("../img/boites/degrade_B.png") repeat-x;
}
