

/* Classes de cadres stylisée */
 {
	width: 100%;
}

/* Barre du haut */
 .tBarContener {
 	width : 100%;
	height : 13px;
}

 .tBar {
	height : 13px;
	padding : 0px 13px 0px 13px;
}

 .tBar2 {
	height : 13px;
	background-image : url('');
	background-position : 0px 0px;
}

/* Barre du bas */
 .bBarContener {
 	width : 100%;
	height : 13px;
}

 .bBar {
	height : 13px;
	text-align : center;
	padding : 0px 13px 0px 13px;
}

 .bBar2 {
	height : 13px;
	text-align : center;
	background-image : url('');
	background-position : 0px -13px;
}

/* Barre du côté gauche */
 .lBar {
	width : 100%;
	background : transparent url('') repeat-y;
	background-position : left;
}

/* Barre du côté droit */
 .rBar {
	width : 100%;
	background : transparent url('') repeat-y;
	background-position : right;
}

/* Coin haut-gauche */
 .ltCorner {
 	width : 13px;
	height : 13px;
	float : left;
	background-image : url('');
	background-position : 0px -26px;
}

/* Coin haut-droit */
 .rtCorner {
 	width : 13px;
	height : 13px;
	float : right;
	background-image : url('');
	background-position : -13px -26px;
}

/* Coin bas-gauche */
 .lbCorner {
 	width : 13px;
	height : 13px;
	float : left;
	background-image : url('');
	background-position : 0px -39px;
}

/* Coin bas-droit */
 .rbCorner {
 	width : 13px;
	height : 13px;
	float : right;
	background-image : url('');
	background-position : -13px -39px;
}

/* Div principal (central) du panneau */
 .mainDiv {
	width : 100%;
	overflow : hidden;
	font-size: 95%;
	font-weight : normal;
	text-align : justify;
}

/* Div contenant le texte du panneau */
 .textDivContener {
	background: transparent;
	padding : 0px 13px 0px 13px;
}

 .textDiv {
	background : #F9F9D0 url('') repeat;
	padding : 16px 16px 16px 16px;
}

.leftMenuIE6Jump {
	padding-bottom : 0px;
}