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
| .titre{
display: block;
background: url("images/titre.jpg") no-repeat;
_width:517px;
height:110px;
font-size: 30px;
font-family: "Bookman Antiqua", Palatino, "Utopia", "Times New Roman", Times, "New Century Schoolbook", Georgia, "New York", serif;
font:bold;
color:white;
padding-left:325px;
padding-top:40px;
margin-bottom:0px;
}
.principale{
margin-bottom:0px;
font-family: Arial, Helvetica, sans-serif;
width:516px;
margin-top:-40px;
_margin-top:0px;
margin-left : 1px;
text-align: left;
letter-spacing: 1px;
border : 1px none red;
background: url('images/contenu.jpg') repeat-y;
background-position:0 0;
padding-left:30px;
} |
Partager