/* Menu */

body.menu {
	background:url(../quest-50/images/quest50menu1.jpg);
}

.menu h4, .menu a {
	color:white;
}

.menu ul a:hover {
	color: #FFFF40;
}

.counter {
	color: white;
	border:1px solid gray;
}


/* Equipements */

.equipement thead td {
	background-color: #DAB50E;	
	color: white;
}



/* Articles */


/* Liste de caractéristiques techniques 1*/

.charactechnic thead td {
	background-color: #DAB50E;	
	color: white;
}
.charactechnic tbody td {
	background-color: #DAB50E;	
	color: white;
}


/* Liste de caractéristiques techniques 2*/

.charac thead td {
	background-color: #DAB50E;	
	color: white;
}


/* Liste de performances */

.performances thead td {
	background-color: #DAB50E;	
	color: white;
}

/* Carnet de notes */

.carnet tbody td {
	background-color: #DAB50E;	
	color: white;
}

/* Table batteries dans les essais */
table.batteries {
	background-color: #DAB50E;	

}


/* quest-50 Minivideos*/
table.quest-50 {
	border:1px solid #B0B0C0;
	background-color:#DAB50E;
	color:black;
}
table.minivideo tbody tr {
	background-color:white;
}
table.quest-50 thead td
{
	background-color: #DAB50E;
	color: white;
}
table.quest-50 a {
	color:#028;
}


