/* Menu */

body.menu {
	background:url(../trick800/images/trick800menu1.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: #BE1D08;	
	color: white;
}



/* Articles */


/* Liste de caractéristiques techniques 1*/

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


/* Liste de caractéristiques techniques 2*/

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


/* Liste de performances */

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

/* Carnet de notes */

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


/* Trick 800 Minivideos*/
table.trick800
{
	border-color:#E5B419;
	background-color:#BE1D08;
	color:black;
}
table.trick800 thead td
{
	background-color: #BE1D08;
	color: white;
}
table.trick800 tbody tr {
	background-color:white;
}
table.trick800 a {
	color:#028;
}

