/* CSS Document */

#fond {

background-image : url('../images/visuel_cinemabis.jpg');

}


#realvisuel img{
width:450px;
heiht:280px;
float:left;
border:1px solid #333333;
margin-right:10px;
}

#realtexte{
border:1px solid white;
margin-top:100px;
width:200px;
/*float:right;*/
color:white;
}

#realbloc{
width:320px;
height :260px;
margin-bottom:10px;
}
#conteneur {
position:absolute;
padding:5px;
margin-right:10px;
left: 50%;
top:220px ; /*50%*/
width: 750px;
height: 320px;
overflow:auto;
margin-top: 0px;  /*moitié de la hauteur */
margin-left: -375px;  /*moitié de la largeur */
border: 0px solid #333;
/*background-color:black;*/
z-index:50;

}
