/* CSS Document */

#fond {
background-image : url('../images/visuel_foulard.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:240px ; /*50%*/
width: 760px;
height: 320px;
overflow:auto;
/*margin-top: -210px;  moitié de la hauteur */
margin-left: -380px;  /*moitié de la largeur */
border: 1px solid #333;
background-color:#e51d52;
z-index:50;
}



