<!--
// Code pour naviguer
function navSelect(value) {
  if ( value.length != 0 ) {
     window.location = value;
  }
}
//-->
