/**
 * @author Busbz
 * @date 10/03/09
 * 
 * @projet Beta
 * 
 * 
 * @description
 * 		Feuille de style pour les cadres - arrondis ou carré
 * 
 * @infos
 * 		Toutes infos utiles à signalées
 */


/*/// A CHANGER VIA JQUERY ///*/
/*/// ///////////// ///*/


/*/// GENERAL ///*/
.h, .hc, .b, .bc, .c, .cg, .cc, .cd, 
.hg_carre, .hd_carre, .bg_carre, .bd_carre,
.hg_rond, .hd_rond, .bg_rond, .bd_rond {
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	float:left;
}
.cadre{
	padding-bottom: 11px;
}
/*/// ///////////// ///*/


/*/// STYLES POUR LES BORDS DU CADRE ///*/
/* Bords des coté*/
.h{
	width:100%;
	background: url('../img/cadre/cadre_bordV.jpg') 0 0;
	z-index: 0;
	position: absolute;
}
	.hc{
	}
.c{
	width:100%;
	height: 100%;
	float:left;
	z-index: 1;
	position: absolute;
}
	.cg{
		height: 100%;
	position: absolute;
		background: url('../img/cadre/cadre_bordH.jpg') 0 0;
	}
	.cc{
		z-index: 1;
	}
	.cd{
		background: url('../img/cadre/cadre_bordH.jpg') 11px 0;
		float:right;
	}
.b{
	width:100%;
	background: url('../img/cadre/cadre_bordV.jpg') 0 11px;
	z-index: 0;
	position: absolute;
}
	.bc{
	}
/* Bords carré */
.hg_carre{
	background: url('../img/cadre/cadre_carre.jpg') 0 0;
}
.hd_carre{
	background: url('../img/cadre/cadre_carre.jpg') 11px 0;
	float: right;
}
.bg_carre{
	background: url('../img/cadre/cadre_carre.jpg') 0 11px;
}
.bd_carre{
	background: url('../img/cadre/cadre_carre.jpg') 11px 11px;
	float: right;
}

/* Bords rond */
.hg_rond{
	background: url('../img/cadre/cadre_rond.jpg') 0 0;
}
.hd_rond{
	background: url('../img/cadre/cadre_rond.jpg') 11px 0;
	float: right;
}
.bg_rond{
	background: url('../img/cadre/cadre_rond.jpg') 0 11px;
}
.bd_rond{
	background: url('../img/cadre/cadre_rond.jpg') 11px 11px;
	float: right;
}
/*/// ///////////// ///*/