/* CSS Document */

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

