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
|
.arbreTotem{
background :url("../img/arbretotem_final.png") ;
width : 36px;
height:250px;
background-repeat:repeat-y;
float:left;
}
.parchemin{
background :url("../img/parch_f.png") ;
background-repeat: repeat-y;
width : 694px;
margin-left:260px;
}
.centre {
width : 600px;
padding-top:30px;
padding-left:60px;
padding-bottom:30px;
}
.ParchTop
{
width : 694px;
background: url("../img/parch_h.png") ;
margin-left:260px;
}
.ParchBottom
{
width : 694px;
background: url("../img/parch_b.png") ;
margin-left:260px;
} |