/* CSS Document */

#fond {

background-image : url('../images/visuel_cinema.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:652px;
height :280px;
margin-bottom:10px;
}
#conteneur {
position:absolute;
padding:5px;
left: 50%;
top:250px ; /*50%*/
width: 760px;
height: 320px;
overflow:auto;
/*margin-top: -210px;  moitié de la hauteur */
margin-left: -320px;  /*moitié de la largeur */
border: 0px solid #333;
padding-left:80px;
overflow:hidden;
/*background-color:#e51d52;*/
z-index:50;
}