tr.normal{
	background-color: rgb(155,120,170) ;
	}
	
tr.normalclair{
	background-color: rgb(235,228,238) ;
	}
	
tr.gris{
	background-color: rgb(153,132,162) ;
	}

tr.grisclair{
	background-color: rgb(234,234,234) ;
	}

tr.bleu{
	background-color: rgb(141,130,170) ;
	}
	
tr.bleuclair{
	background-color: rgb(228,233,238) ;
	}
	
tr.rose{
	background-color: rgb(180,127,173) ;
	}
	
tr.roseclair{
	background-color: rgb(247,231,239) ;
	}
	
tr.orange{
	background-color: rgb(169,132,148) ;
	}
	
tr.orangeclair{
	background-color: rgb(242,234,227) ;
	}
	
tr.vert{
	background-color: rgb(133,136,154) ;
	}
	
tr.vertclair{
	background-color: rgb(224,236,230) ;
	}
		
tr.over {
	background-color : rgb(255,255,255) ;
	cursor : default ;
}	
