/* CSS Document */


body{ 
margin: 0px;
padding: 0px;
background-color:#fff;
background-image:url(img/fond.jpg);
background-repeat:repeat-x;
font: 1.0em Verdana, Arial, Helvetica, sans-serif;

} 

* {
margin:0;
padding:0;
}

#titro {
width:458px;
height:80px;
margin:auto;
position:relative;
background-image:url(img/logotitre.jpg);
background-repeat:no-repeat;
top:77px;
}
#ligue {
width:876px;
margin:auto;
height:126px;
background-image:url(img/leagues.jpg);
position:relative;
top:129px;
}
div.buttonA {
width:273px;
height:96px;
left:0px;
top: 0px;
position: absolute;
}
div.buttonA a.roll:hover {
width:273px;
height:96px;
display:block;
background-image:url(img/qsbl_roll.jpg);
background-repeat:no-repeat;
}
div.buttonB {
width:307px;
height:96px;
left:273px;
top: 0px;
position: absolute;
}
div.buttonB a.roll:hover {
width:307px;
height:96px;
display:block;
background-image:url(img/qsfl_roll.jpg);
background-repeat:no-repeat;
}
div.buttonC {
width:296px;
height:96px;
left:580px;
top: 0px;
position: absolute;
}
div.buttonC a.roll:hover {
width:296px;
height:96px;
display:block;
background-image:url(img/qshl_roll.jpg);
background-repeat:no-repeat;
}