/* remettre la page dans index */
function Recadrer() {
if (parent.location.href == self.location.href) {
if (window.location.href.replace)
window.location.replace('index.html');
else
window.location.href = 'index.html';
}}

