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
| CSS
#global{
width: 770px;
margin: 0 auto;
background-color: #CCCCCC;
}
#logo{
float:left;
width: 150px;
height: 150px;
text-align: center;
background-image: url(images/logo1.gif);
}
#anim{
float:right;
width: 618px;
text-align: center;
background-color: #5A646F;
}
#blocmenu{
float:left;
width: 146px;
margin-top: 2px;
padding: 2px;
background-color: #5A646F
}
#menu1{
width: 146px;
margin-top: 30px;
text-align: center;
background-color: #9E8C84;
}
#menu2{
width: 146px;
margin-top: 30px;
text-align: center;
background-color: #9E8C84
}
#content{
float:right;
width: 618px;
margin-top: 2px;
background-image: url(images/arrier-p.gif);
}
#titre1{
float:left;
width: 37px;
margin-top: 30px;
}
#pied{
clear: both;
float:left;
width: 770px;
margin-top: 2px;
background-color: #5A646F;
} |