/*********************** MISE EN PAGE GLOBALE *****************************/

*{
margin:0;
padding:0;
}

body{
font-size:0.8em;
font-family:Arial, Helvetica, sans-serif; 
text-align:center;
}

#conteneur{
margin:auto;
width:928px;
text-align:left;
}

#animfla{
position:absolute;
width:928px;
height:600px;
}

.fondgris{
position:absolute;
left:0;
right:0;
background-color:#ececec;
width:100%;
height:234px;
}

.fond{
position:absolute;
margin-top:234px;
background-image:url(/images/fond2.png);
background-repeat: repeat-x;
width:100%;
left:0;
right:0;
}

.mosaic_iphone{
position:absolute;
top:0;
width:928px;
height:600px;
}

