/*CSSS ZenGarden - Very Simple BLUE -by Wolfgang Ruge, www.zweikiesel.de  */

/* basic elements */
body { 
	font-family: arial, helvetica, sans-serif; 
	color: #003; 
	background: #003; 
	margin: 0px;
	}
p { 
	margin-top: 0px; 
	text-align: left;
  }
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #009;
	}


/* specific divs */
h1{
	width:600px;
}

#container{ 
	position: relative;
	background: #FFF; 
	width: 650px;
	padding: 25px;  
	margin: auto; 
	color: #003;
  padding-left: 10px; 
  margin-bottom: 40px;
	}
ul{
	margin:0px;
	padding:10px;
	}
li{
	list-style-image:url('images/puce.gif');
	margin:5px;
	}
li:hover {
		background: #cce;
	}


