/* Menu */

body.menu {
	background:url(../easystar/images/easystarmenu2.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: #0049CE;	
	color: white;
}



/* Articles */


/* Liste de caractéristiques techniques 1*/

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


/* Liste de caractéristiques techniques 2*/

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


/* Liste de performances */

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

/* Carnet de notes */

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


/* EasyStar minivideos*/
table.EasyStar
{
	border-color:#E5B419;
	background-color:#299AEF;
	color:black;
}
table.EasyStar thead td
{
	background-color: #299AEF;
	color: white;
}
table.EasyStar tbody tr {
	background-color:white;
}
table.EasyStar a {
	color:#028;
}
