body {
	background: white url('../images/bg_pix.gif');
	cursor: default;
}

h1 {
	font-family: AvantGarde Bk BT;
	font-size: 28px;
	color: black;
	font-weight: bolder;
	padding: 20 0 10 0px;
}

.titre {
	font-family: AvantGarde Bk BT;
	font-size: 15px;
	color: white;
	font-weight: bolder;
	background: #99CC00;
}

.libelle {
	font-family: AvantGarde Bk BT;
	font-size: 14px;
	color: #7F7F7F;
	font-weight: bolder;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

.bandeau {
	font-family: AvantGarde Bk BT;
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
	background: #CCCCCC;
	text-align: right;
	padding: 3px;
}

td {
	font-family: AvantGarde Bk BT;
	font-size: 12px;
	color: black;
}

input, select, textarea {
	background: #DADADA;
	border-top: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8;
	border-bottom: 1px solid #939393;
	border-right: 1px solid #939393;
	font-family: AvantGarde Bk BT;
	font-size: 12px;
	color: black;
}

.tab_on {
	xborder: 1px solid #DADADA;
	background: white;
}

.tab_off {
	xborder: 1px solid white;
	background: transparent;
}

a.rubrique {
	font-family: AvantGarde Bk BT;
	font-size: 11px;
	color: black;
	font-weight: bolder;
	text-decoration: none;
}

a.rubrique:hover {
	font-family: AvantGarde Bk BT;
	font-size: 11px;
	color: black;
	font-weight: bolder;
	text-decoration: underline;
}

.copy {
	font-family: AvantGarde Bk BT;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	background: white;
}