#container {
	width: 900px;
	top: 10px;
	left: 50%;
	position: absolute;
	margin-left: -450px;
	height: 100%;
}
#container #content {
	top: 213px;
	height: auto;
	background-color: #FFF;
	left: 0px;
	position: absolute;
	width: 666px;
	border: 2px solid #173b67;
	}
#container #content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
#container #content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	background-image: url(../images/background.png);
	background-position: left 200px;
	background-repeat: repeat-x;

}
#container #top {
	background-image: url(../images/header2.jpg);
	height: 200px;
	position: absolute;
	width: 700px;
	border: 2px solid #173B67;
}

#container #adresse {
	height: 155px;
	padding-left: 10px;
	padding-top: 10px;
	width: 159px;
	position: absolute;
	top: 0px;
	border: 2px solid #173b67;
	text-align: right;
	padding-right: 10px;
	right: 0px;
	background-color: #333;
}
#container #adresse p {
	color: #FFF;
	font-size: 11px;
}


#container #menu1 {
	height: 45px;
	width: 400px;
	background-image: url(../images/menu-dot.png);
	position: absolute;
	left: 24px;
	top: 143px;
}
#container #menu1 table tr td {
	background-color: #173b67;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

#container #menu1 a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#container #menu1 a:hover {
	color: #FFF;
	font-weight: bolder;
}
#container #menu1 a:active {
	color: #FFF;
}

#container #menu2 {
	height: auto;
	width: 212px;
	position: absolute;
	left: 685px;
	top: 181px;
	border: 2px solid #173B67;
	background-color: #FFF;
}
#container #menu2 h1 {
	background-color: #333;
	color: #173b67;
}

#container #menu2 a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#container #menu2 a:hover {
	color: #333;
	font-weight: bold;
}
#container #menu2 a:active {
	color: #333;
}

#container #content a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#container #content a:hover {
	color: #999;
}
#container #content a:active {
	color: #999;
}
