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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
#pagetotale{
margin-top:20px;
margin-left:140px;
width:930px;
background: green url(maphoto-de-foret_haut.jpg,maphoto-de-foret_milieu.jpg,maphoto-de-foret_bas.jpg) no-repeat scroll 0 0;
}
#entete{
margin-top:10px;
margin-left:10px;
height:80px;
width:100%
min-height:80px;
}
#main{
margin-top:10px;
margin-left:10px;
width:100%;
}
#main_g{
position:relative;
width:150px;
border:solid 1px black;
float:left;
}
#main_d{
position:relative;
width:770px;
border:solid 1px black;
float:right;
}
#contenu{
margin-top:10px;
margin-left:10px;
width:100%;
}
#contenu_g{
position:relative;
width:150px;
height:250px;
float:left;
}
#contenu_m{
position:relative;
width:500px;
height:250px;
background:url(degrade.jpg)no-repeat scroll 0 0;
}
#contenu_d{
position:relative;
width:250px;
height:250px;
border:solid 1px navy;
float:right;
}
#bas{
margin-top:10px;
margin-left:10px;
width:100%;
}
#bas_g{
position:relative;
width:150px;
float:left;
}
#bas_d{
position:relative;
width:770px;
background:url(degrade.jpg)no-repeat scroll 0 0;
float:right;
}
#pied{
margin-top:10px;
margin-left:10px;
height:80px;
width:100%
min-height:80px;
} |
Partager