//document.getElementById('vatier').style.backgroundColor='#DAF8F5';

 function choix_select() { //v3.0
var arg=""; 
var i,a=choix_select.arguments;
for(i=0; i<a.length; i++)
    
   if (a[i].indexOf("#")!=0)
   		{ 
   			arg=a[i];
   			document.getElementById(arg).style.backgroundColor='#cccccc';
   			}
   		
}

function restor_select() { //v3.0
 var arg=""; 
 var i,a=restor_select.arguments;
   for(i=0; i<a.length; i++)
    
   if (a[i].indexOf("#")!=0)
   		{ 
   			arg=a[i];
   			document.getElementById(arg).style.backgroundColor='#FFFFFF';
   			
   			}
   		
}//#DAF8F5