// JavaScript Document

if (top.location != 'http://www.vincler.fr/index2.html'){
	top.location = 'http://www.vincler.fr/index2.html';
	}


function val(){
v=screen.height;
if(v<750){
document.body.scroll="yes";
}
else{
document.body.scroll="no";
}
al=(v-770)/2;
if(al>0){
document.getElementById("cor").topMargin=al;
}
else{
document.getElementById("cor").topMargin=10;
}
}