/* Menu */

body.menu {
	background:url(../p51dfms/images/p51dfms_menu7.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: #D10602;	
	color: white;
}



/* Articles */


/* Liste de caractéristiques techniques 1*/

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


/* Liste de caractéristiques techniques 2*/

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


/* Liste de performances */

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

/* Carnet de notes */

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

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

}


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


