@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	background-color:#fef0e9;
	height: 100%;
	font-family:verdana, sans-serif;
}

a img {
	border: none;
}

A:link {
  color: #a80f24;
}

A:visited {
	color: #a80f24;
}

A:hover {
	color: #e66366;
}

#container {
	height:100%;
	background-color:#fef0e9;
	text-align: center; /* Fix for IE5.5 */

}

#content {
	margin: 0 auto;
	padding-top: 2.4em;
  width: 46em;
}

#logo {
  display: block;
  text-align:center;
}

#adresse {
  display: block;
  text-align:center;
 	padding-top: 1.1em;
 	color: #a80f24;
 	font-weight: bold;
 	line-height:1.5em;
}

#adresse2 {
 	color: #a80f24;
  font-size: 0.7em;
 	line-height:1.8em;
}

.nounderline a{
  text-decoration:none;
}
