/* Menu */

body.menu {
	background:url(../twinspeedy/images/twinspeedymenu2.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: #9DBACB;	
	color: white;
}



/* Articles */


/* Liste de caractéristiques techniques 1*/

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


/* Liste de caractéristiques techniques 2*/

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


/* Liste de performances */

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

/* Carnet de notes */

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


/* TwinSpeedy Minivideos*/
table.twinspeedy
{
	border-color:#E5B419;
	background-color:#A0C0CF;
	color:black;
}
table.twinspeedy thead td
{
	background-color: #A0C0CF;
	color: white;
}
table.twinspeedy tbody tr {
	background-color:white;
}
table.twinspeedy a {
	color:#028;
}

