* {
margin: 0; 
padding: 0;
}

body {

font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
color: #000;
background-color: White;
text-align: center;

}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
	padding: 0 0 0.3em;
}

p {
	font-size: 0.8em;
	line-height: 1.4em;
}


a {
color: #000000;
	text-decoration: none;
}


a:hover {

text-decoration: underline;
}


#container {
	text-align: left;
	position: relative;
	width: 750px;
	height: 350px;
	color: #000;
	background-color: white;
	margin: 20px auto;
	padding: 20px 0 0 15px;
	border-color: #d9e1e4; }

#main {

position: relative;
	}

#logo {


	}


#content {
	float: right;
	width: 200px;
	padding-right: 80px;
	padding-left: 20px; }
#content p{
font-size: 0.7em;
	}
#adresse p{
	font-size: 70%;
	line-height: 110%;
}

#adresse h2{
	font-size: 80%;
}
ul {
	font-size: 0.7em;
	line-height: 1.3em;
	bottom: 1em;
	padding-top: 1em;
	list-style: square url(../images/quadrat_blau.jpg); 
}
#adresse2 p{
	font-size: 70%;
	line-height: 110%;
}
#adresse2 h2{
	font-size: 80%;
}

