lol

/* ################################## */ /* ################################## */ /* ########## Nom du site. ########## */ /* Designed & coded by Swiss-Power */ /* ######## Copyright © 2007 ######## */ /* ################################## */ /* ################################## */ /* #### LAISSER CE COPYRIGHT !! ##### */ /* ################################## */ /* ################################## */ * { margin: 0; padding: 0; list-style: none; } /* CONCERNANT LE CORPS DE LA PAGE */ body { width: 800px; margin: auto; /* Pour centrer notre page */ margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */ margin-bottom: 20px; /* Idem pour le bas du navigateur */ background-color: #616161; /* Le fond de couleur grise */ } #page { margin: 0 auto; height: 100%; min-height: 100%; height: 100px; min-height: 100%; position: relative; background-color: #616161; } #header { width: 900px; height: 144px; background: url("img/header.png"); } #menu { width: 430px; height: 21px; background: url("img/menu.png"); padding-left: 470px; padding-top: 1px; } #contenu { width: 900px; background: url("img/contenu.png") repeat-y 0 0; padding-top: 35px; padding-left: 150px; } #footer { width: 600px; height: 78px; background: url("img/footer.png"); padding-top: 70px; padding-left: 250px; text-transform: capitalize; } /* CONCERNANT LES TEXTES */ p { font-family: Verdana, Arial, "Times new Roman", "Sans Serif"; font-size: 11px; color: #FFFFFF; width: 500px; padding-bottom: 25px; } #footer p { color: #006cff; } h1 { font-family: Verdana, Arial, "Times new Roman", "Sans Serif"; font-size: 15px; color: #006cff; padding-bottom: 10px; } h2 { font-family: Verdana, Arial, "Times new Roman", "Sans Serif"; font-size: 13px; color: #006cff; } h3 { font-family: Verdana, Arial, "Times new Roman", "Sans Serif"; font-size: 11.5px; color: #006cff; } /* CONCERNANT LES LIENS */ a { color: #006cff; text-decoration: none; } a:hover { color: #0096ff; } a:visited { /* CSS */ } #menu a { color: #006cff; text-decoration: none; } #menu a:hover { color: #0096ff; } #menu a:visited { /* CSS */ } /* AUTRES */ hr { color: #0096ff; height: 3px; }