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
| ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
margin:0;
padding:0;
}
ul{
list-style:none;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a img{
border:0;
padding: 0 15px 15px;
}
.clear{
clear:both;
}
html{
background:#edf9fe url(images/bgr_html.gif) repeat-x;
border-bottom:5px solid #ffffff;
}
body{
background: url(img/backoffice.jpg) repeat-y scroll center top;
background-color: #022954;
font-family: Verdana,'Lucida Grande',Arial,Sans-Serif;
margin: 0;
padding: 0;
position: relative;
z-index: 1;
text-align: left;
}
#conteneur{
background: url(img/background.jpg) no-repeat scroll center top transparent;
margin: 0;
padding:0;
position:relative;
z-index:1;
}
/* --- menu --- */
ul#menu {
margin: 0;
padding: 0;
}
ul#menu span{
display: none;
}
ul#menu li {
list-style: none outside none;
margin: 0;
padding: 0;
position: absolute;
}
ul#menu li, ul#menu a {
display: block;
height: 40px;
padding: 0px;
width: 95px;
margin: 0 0 3px 0;
} |