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 61 62 63
| body
{
margin: 10px 0 ;
padding: 0 ;
text-align: center ;
font: 0.8em "Georgia", helvetica, sans-serif ;
background: #C7D3D7 ;
}
div#page
{
width: 80% ;
margin: 0 auto ;
text-align: left ;
background: #C7D3D7 ;
}
pre
{
overflow: auto ;
}
* html pre
{
width: 80% ;
}
.h_gauche
{
background : url("images/h_bg.jpg") bottom left no-repeat ;
padding-left : 24px;
}
.gauche
{
background : url("images/h_pg.jpg") bottom left no-repeat ;
padding-left : 58px;
}
.droite
{
background : url("images/h_bd.jpg") right no-repeat ;
padding-right : 24px;
}
.h_droite
{
background : url("images/h_pd.jpg") right no-repeat ;
padding-right : 58x;
padding-top : 106px;
}
.centre
{
background : url("images/h_fdintern.jpg") bottom repeat-x;
}
.logo
{
background : url("images/logo.jpg") top center no-repeat ;
} |
Partager