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 , .logo{
background-color :#fff;
font-family :Serif;
font-size :12pt;
}
@page {
margin-bottom : 110px;
margin-top : 50px;
}
#page {
margin :0;
border :none;
}
#banner, #menuright, #footer, #menu, #logo, #boutonImpression{
display :none;
}
h1#top {
margin :0;
padding :0;
text-indent :0;
line-height :25pt;
font-size :25pt;
}
h2, h3, #contenu h3, #content a, a , #content{
color : black;
}
#imp
{
margin-left:-50px;
margin-top : 150px;
}
.title
{
text-align : center;
}
.title h2
{
font-size :25pt;
}
#dateImp
{
font-size :12pt;
display :inline;
position : absolute;
top : 10px;
left : 50px;
} |
Partager