body{
 margin:0px;
 background-color:#000000;
}

div{
 font-size:14px;
 font-family:Sergoe UI, Arial;
}

td.content{
 background-image: url('../img/fond.jpg');
 text-align: left;
 width:900px;
}

td.td1{
 background-image: url('../img/bureau.jpg');
 background-repeat:repeat-x;
 background-position: top left;
 background-color:#000000;`
}
td.td2{
 background-image: url('../img/bureau.jpg');
 background-repeat:repeat-x;
 background-position: top right;
 background-color:#000000;
}

img{border:0px;}

#explications{
 width:292px;
 height:458px;
 visibility:hidden;
 position:absolute;
 left:350px;
 top:50px;
 z-index:9;
}#explicationsmask{
 width:100%;
 height:100%;
 visibility:hidden;
 position:absolute;
 left:0px;
 top:0px;
 z-index:8;
 background-color:#000000;
 filter:alpha('Opacity=85');
 -moz-opacity:.85;
}

#carousel{
 width:900px;
 height:160px;
}
