.texte {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left;
	}
	
.tetiere {
	color: #992900;
	background-color: #eab271;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.tetieresombre {
	color: #670001;
	background-color: #670001;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
	
/* Tableau de resultat */

table{
	border: 1px solid #666;
}

tr td{
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	background: #fff;
}
thead td {
	color: #2172a7;
	background-color: #eab271;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

tcaption {
	color: #fff;
	background-color: #039659;
	font-weight: bold;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	}

tbody td{
	border-left: 1px solid #D9D9D9;
}
tbody tr.even td{
	background: #eee;
}
tbody tr.selected td{
	background: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

tbody tr.sombre td{
	background: #992900;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

tbody tr.ruled td{
	color: #000;
	background-color: #C6E3FF; 
	font-weight: bold;
	border-color: #3292FC;
}

td.picto {
	width: 13px;
	text-align: center;
	}
	
td.picto img {
	margin: 0;
	padding: 0;
	}
	
td.center {
	text-align: center;
	}
	
td.intertitre {
	color: #2172a7;
	}
	
table.notation{
	margin: 0px 15px 10px 25px;
}
	
table.notation a {
	color: #ffffff;
}
	
table.notation tr td {
	margin: 0px 15px 10px 25px;
	padding: 0px 8px;
}
	
/* Tableau valeur alim */

#pleinepage{
	border: 1px solid #666;
	width: 450px;
	margin: 0px 0px 0px 135px;
}


/* Opera fix */
head:first-child+body tr.ruled td{
	background-color: #C6E3FF; 
}

tbody tr td.col200 {
	width: 200px;
	}

