/* mis au point grace a l'extension editcss de Mozilla Firebird */ /* http://texturizer.net/firebird/extensions/#editcss */ /* pour http://meteo.deltafox.net */  body { 	margin: 0 0 0 0 ; 	padding: 0 0 0 0 ; 	font-family: Verdana, Georgia, Arial, sans-serif ; 	font-size: small ; 	color: #000 ; 	background: #9090ff ; 	background-position: top left ; 	background-attachment: fixed ; 	background-repeat: no-repeat ; 	background-image: url(meteo.gif) ; 	}  /* classes */  .centre { text-align: center ; }  .toutpetit { font-size: xx-small ; }  .petit { font-size: x-small ; }  .masque { color: #6191f1 ; }  .estompe { color: #999 ; }	  .topmenu { 	text-align: center ; 	font-size: x-small ; 	color: #000 ; 	margin: 0.5em 0 ; 	}  .sansmargehaut { margin-top: 0 ; }  .cadre {  	border: thin inset #66c ;  	padding: 0.5em 2% ; 	margin: 0.5em 10% ; 	text-align: center ; 	}  .retrait { margin: 0.5em 10% ; }   /* pseudo-classes */  :link {  	color: #009 ; 	text-decoration: none ; 	}  :visited { color: #006 ;  	text-decoration: underline ; 	}  a:active  { 	color: #e00 ; 	text-decoration: none ;  	}  :focus { 	background: #003 ; 	color: #ccf; 	border-style: dotted ; 	border-width: 3px 0 ; 	} 	 /* elements */ 	 a:hover {  background: #ccf ;  text-decoration: none; }  ul	{ margin: 0.5em 0 1em 0 ;	 	padding: 0 ;  	}  li	{ border: thin hidden ; } li *	{ border: thin hidden ; }  li :hover { border: thin dotted ; } li :hover * { border: thin hidden ; }  li	{ margin: 0 2% ; }  div	{ margin: 0 1% ; padding: 0 ; }  h3	{  	border-bottom: thin solid #369 ;  	color: #006 ; 	padding: 0.1em 0 ; 	margin: 0.3em 2% ; 	font:	150%	"Comic Sans MS", sans-serif ; 	font-stretch: expanded ; 	}  p	{ margin: 0.5em 0 ; }  pre	{ font-family: monospace } /* navigator 4 requires this */  pre.description { 	font-family: Arial, sans-serif ; 	text-align: left ; 	font-size: xx-small ; 	color: #669 ; 	margin: 0 ; 	}       
