@charset "UTF-8";
/* CSS Document */

html, body{
height:100%;
background:#3c3c3c;
margin:0px;
}
#full{
position:absolute;
height:100%;
width:100%;
}
.tableau{
margin:auto;
}
.gauche{
background:url(back_gauche.jpg);
background-repeat:repeat-x;
}
.droite{
background:url(back_droite.jpg);
background-repeat:repeat-x;
}
.center{
background:url(back_flash.jpg);
background-repeat:no-repeat;
}
