1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
| /*L'ensemble du site - ABONNES*/
body{
width:1280px;
background:#FFF;
margin:auto;
font-family: Arial;
font-size:14px;
}
/*Head*/
div#headerv{
background: url(images/headAb3.png) no-repeat;
width:1280px;
height:250px;
margin-top:10px;
}
div#headerv img {
position:absolute;
display:block;
top:0;
left:0;
right:0;
bottom:0;
}
.base{
background: url(images/iD_base.png) no-repeat;
width:226px;
height:226px;
}
.btn{
display: block;
float:right;
width:250px;
height:200px;
background-image: url(images/btn4b.png) ;
margin-right:10px;
margin-top:30px;
}
.btn:hover {
float:right;
width:250px;
height:200px;
background-image: url(images/btn5b.png) ;
margin-right:10px;
margin-top:30px;
}
.retour {
width:30px;
height:25px;
background-image: url(images/retour.png) ;
margin-top:5px;
text-decoration:none;
} |
Partager