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 79 80 81 82
| * {
margin-top: 0px;
margin-bottom: 0;
padding: 0;
}
.sm {
list-style:none;
width:780px;
height:600px;
display:block;
overflow:hidden;
}
.sm menu {
list-style:none;
width:540px;
height:50px;
display:block;
overflow:hidden;
}
.sm li {
float:left;
display:inline;
overflow:hidden;
}
.design {
margin-left: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}
.menu {
color: #630;
font-style: oblique;
}
.cellules {
background-position: center top;
margin-left: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin-top: 5px;
}
.titre {
background-position: center top;
margin-left: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin-top: 1px;
font-weight: bold;
line-height: 18pt;
}
.invisible {
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
font-weight: lighter;
background-position: center top;
color: #DEB95E;
}
.invisible2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
font-weight: lighter;
background-position: center top;
color: #A29B26;
}
.invisible3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
font-weight: lighter;
background-position: center top;
color: #D47427;
}
.invisible4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
font-weight: lighter;
background-position: center top;
color: #B10718;
} |
Partager