/* Le tableau de chasse  */
#tableauChasse {
	//margin: 50px;
	padding-top:25px;
	padding-left:35px;
	padding-right:35px;
	text-align:left;
}

#tableauChasse TABLE {
	width:650px;
	border-collapse: collapse;
}


#tableauChasse TABLE TR TD {
	border-bottom:1px solid #C08D2A;
	border-top:1px solid #C08D2A;
	font-size:0.8em;
	padding:5px;	
	vertical-align: middle;
}

#tableauChasse TD.titreInstance {
	background-image: url('/Aurora/img/fondtitrechasse.jpg');
	background-repeat: repeat;
	border-left:1px solid #C08D2A;
	border-right:0px solid #C08D2A;
	text-align:left;
}

#tableauChasse .cellulePaire {
	background-color: #000000;
	border-right:1px solid #C08D2A;
	border-left:1px solid #C08D2A;
	text-align:center;
}

#tableauChasse TD {
	text-align:center;
	border-right:1px solid #C08D2A;
	border-left:1px solid #C08D2A;
}

#tableauChasse TR.lignePaire {
	background-color: #000000;
}

#tableauChasse TR.ligneImpaire {
	background-color: #552222;
}

#tableauChasse .celluleTitre {
	text-align:left;
	width: 250px;
}



#tableauChasse A.titreInstance{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#tableauChasse A {
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
}

#tableauChasse A:hover {
	color:#FFFF00;
	font-size:10px;
	font-weight:normal;
}

#tableauChasse A:hover.titreInstance {
	color:#FFFF00;
	font-size:11px;
	font-weight:bold;
}

#tableauChasse h1 {
	background-image: url('/Aurora/img/fondtitrechasse.jpg');
	background-repeat: repeat;
	border: 1px solid #888888;
	font-size: 14px;
	padding: 2px;
}



#tableauChasse .percenttxt {
	background-image: url('/Aurora/img/fondtitrechasse.jpg');
	background-repeat: repeat;
	font-size:11px;
	border-left:0px;
	width:65px;
	text-align:right;
	border-right:0px solid #C08D2A;
	border-left:0px solid #C08D2A;
}


#tableauChasse TD.percentimg {
	background-image: url('/Aurora/img/fondtitrechasse.jpg');
	background-repeat: repeat;
	font-size:14px;
	border-left:0px;
	width:105px;
	border-right:1px solid #C08D2A;
	border-left:0px solid #C08D2A;
	text-align: left;
}

#tableauChasse IMG.percentimg {
	border: 1px solid #000000;
}


#tableauChasseUpload { 
  background-color:#BBBBBB;
  color:#000000;
  padding: 10px;
}