/* Menu */

body.menu {
	background:url(../funjet/images/funjetmenu3.jpg);
}

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

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

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


/* Equipements */

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



/* Articles */


/* Liste de caractéristiques techniques 1*/

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


/* Liste de caractéristiques techniques 2*/

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


/* Liste de performances */

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

/* Carnet de notes */

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


/* funjet Minivideos */
table.funjet
{
	border-color:#E5B419;
	background-color: #0861BD;
	color:black;
}
table.funjet thead td
{
	background-color: #0861BD;
	color: white;
}
table.funjet tbody tr {
	background-color:white;
}
table.funjet a {
	color:#028;
}

