.repeatX_alignLT {
	background-repeat: repeat-x;
	background-position: left top;
}
.repeatX_alignLB {
	background-repeat: repeat-x;
	background-position: left bottom;
}
.repeatY_alignLT {
	background-repeat: repeat-y;
	background-position: left top;
}
.repeatNO_alignLT {
	background-repeat: no-repeat;
	background-position: left top;
}
.repeatNO_alignLB {
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	padding: 0px;
}

.vide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
}

BODY, TABLE, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #29a;
	text-decoration: none;
}
li {
/*	list-style-image: url(../images/arrow.png);*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -5px;
	font-weight:bold;
}

.back {
	background-repeat: no-repeat;
}
.backTopRepeatX {
	background-repeat: repeat-x;
	background-position: top;
}
.backBottomRepeatX {
	background-repeat: repeat-x;
	background-position: bottom;
}
.backLeftRepeatY {
	background-repeat: repeat-y;
	background-position: left;
}
.backRightRepeatY {
	background-repeat: repeat-y;
	background-position: right;
}
.backRightNoRepeat {
	background-repeat: no-repeat;
	background-position: right top;
}
.backLeftNoRepeat {
	background-repeat: no-repeat;
	background-position: left top;
}
.backLeftBottomNoRepeat {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.backRightBottomNoRepeat {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
B {	
/*	font-size: 13px;
	color: #666666; */
}
