/* ====================== feuille de style maltete.com ====================== */

* {
 padding: 0;
 margin: 0;
 border: 0;
 }
 
body {
 /*background: #eee url(images/body.gif) no-repeat 50% 100%;*/
 color: #666; 
 font: 11px/1.3em "fira-sans", Arial, Tahoma, sans-serif;
 /*text-align: center;*/
 }
 
 acronym {
 cursor: help;
 }
 
 /* liens */

a {
 text-decoration: none;
 }
 
a:link, a:visited {
 color: #666;
 }
 
a:hover, a:active {
 color: #000;
 }
 
 h1, h2 {
 padding: 20px 0 30px 100px;
 }
 
#linkList a:link, #linkList a:visited {
 text-transform: lowercase;
 color: #888;
 }
 
 
#linkList a:hover, #linkList a:active {
 color: #000;
 }
 
 #linkList {
	/**/
	position: relative;
	/*top: 220px;*/
	left: 90px;
	width: 200px;
	font: 12px/1.3em "fira-sans", Arial, Tahoma, sans-serif;
	padding: 0px 0 10px;
	/*text-align: center;*/
 }

  #note {
 /*text-align: center;*/
 font: 9px "fira-sans", Tahoma, Arial, sans-serif;
 width: 100%;
 /*height: 35px;*/
 margin: 0px 0;
 position: relative;
 left: 120px;
 }

  #message {
 text-align: justify;
 font: 9px/1.2em "fira-sans", Verdana, Tahoma, Arial, sans-serif;
 width: 180px;
 /*height: 35px;*/
 margin: 10px 0;
 position: relative;
 left: 100px;
 }
 #message a {
 text-decoration: underline;
 }

  #footer {
 /*text-align: center;*/
 font: 9px "fira-sans", Tahoma, Arial, sans-serif;
 width: 100%;
 /*height: 35px;*/
 margin: 30px 0px 50px 0px;
 position: relative;
 left: 100px;
 }
 
 /* listes */

ul {
 margin: 5px 10px 0;
 border-top: 1px solid #ddd;
 text-align: left;
 list-style: none;
 }
 
li {
 padding: 3px 0 3px 20px;
 border-bottom: 1px solid #ddd;
 background-repeat: no-repeat;
 background-position: 6px 5px;
 display: block;
 list-style: none;
 }
 
li:hover {
 background-color: #f3f3f3;
 }
-->