html,body
{
height: 100%;
width: 100%;
margin: 0px 0px 0px 0px;
}
.haut
{
width: 100%;
height: 50%;
background-color: #7aa4ce;
}
.bas
{
width: 100%;
height: 50%;
background-color: #fdfdfd;
}
.tout
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.milieu
{
position: relative;
top: 50%;
left: 0px;
height: 10px;
width: 100%;
}
.flash
{
position: relative;
width: 100%;
height: 600px;
top: -300px;
left: 0px;
background-image: url('images/horizontal.jpg');
background-repeat: repeat-x;
}
.tout2
{
height: 100%;
min-height: 600px;
}