function resize_prepa(){

 taille=Math.max(document.getElementById('ode_preparation').scrollHeight-12,215);
 
 document.getElementById('col_droite_prepa').style.height=taille+'px';

}