@charset "utf-8";
/* CSS Document */
html, body{
height: 100%;
margin-left:0px;
}

#Main
{	
margin-top: -348px;
padding-bottom: 5%; /*la hauteur du footer pour que le contenu de main ne soit pas caché*/
width: 100%;
height: 100%;/*pour IE6 qui comprend le height comme min-height mais ne comprend pas le min-height*/
min-height: 100%;/*pour les navigateurs "modernes"*/
position: relative;/*main est la référence pour la position de footer*/
}

#footer
{

position: absolute;
bottom: 0;
width: 100%;
height: 5%; /*ici je mettrais plutôt un height en px*/
}


#galerie
{

position: absolute;
margin:auto;
margin-top: 40%;
margin-left:37%;
}