Bah voilà, ça marche nikel sous Firefox mais le hover ne marche pas sur IE. Une idée ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
div.item{
	background-color: #000000;
}
 
div.item:hover{
	background-color: #FF6633;
}