* {
	margin: 0;
	padding: 0;
}

img {
	border-style:none;
}

a { text-decoration: none; color: #0069DE; }
a:hover { text-decoration: underline; color: #0069DE; }

.clear {
	clear:both;
}

.object-left {
	float: left;
	margin: 0 10px 5px 0;
}

.object-right {
	float: right;
	margin: 0 0 5px 10px;
}

.center {
	text-align:center;
}

.cache  {
	display: none;
}

p { 
	margin: 0 0 10px 0; 
	line-height: 16px;
}

p#conception {
	font-size: 9px;
	margin: 4px 0 0 0;
}

p#conception a {
	color: #666;
}

body
{
	text-align: center;
	font-family: verdana,arial;
	color: #555555;	
	font-size:12px;
	background: #f1f1f1 url(img/degradefond.png) repeat-x top left;
}

.contenu {
	float: left;
	width: 400px;
}

h1 {
	font-size: 18px;
	color: #0069DE;
	margin: 5px 0 10px 0;
}

#infobulle h2 {
	font-size: 12px;
	border:none;
	padding: 0;
}

h2 {
	font-size: 16px;
	color: #0069DE;
	margin: 5px 0 10px 0;
	padding-left: 4px;
	border-left: 3px solid #67bd17;
	/*background: transparent url(img/h2.png) repeat-x bottom left;*/
}

h3 {
	font-size: 11px;
	color: #0069DE;
	margin: 5px 0 10px 0;
	padding-left: 4px;
	border-left: 2px solid #67bd17;
	width: 380px;
	/*background: transparent url(img/h2.png) repeat-x bottom left;*/
}

#site {
	text-align: left;
	margin:2px auto 0 auto;
	width:800px;
	background-color: #fff;
}

#top {
	background-color: #9C9C9C;	
}

#banner {
	height: 170px;
	position:relative;
}

#banner a#homelink {
	position: absolute;
	top: 10px;
	left: 20px;
	background: transparent url(img/logo.png) no-repeat top left;
	width: 341px;
	height: 123px;
	font-size: 1000px;
	overflow: hidden;
	z-index: 1000;
}

#banner h1 {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1000;
	color: #fff;
	font-size: 35px;
	
}

#banner #langues {
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 1000;
}

#banner #langues img {
	float: left;
	margin: 0 6px 0 0;
}

#banner div {
	position: absolute;
}

#submenu {
	position: absolute;
	bottom:0px;
	width: 100%;
	height:20px;
	background-color: #fff;
	opacity: 0.75;
	z-index: 1000;
}

#menu {
	border-bottom: 1px solid #67BD17;
	background-color: #67BD17;
	height: 22px;
	background: url(img/degrademenu.png) repeat-x top left;
}

#menu ul { list-style-type: none; padding: 5px 0 0 0;  }

#menu li {
	float: left;
	
	
}
#menu li.selected a,
#menu li a:hover {
	border-bottom: 2px solid #0069DE;
	text-decoration: none;
}

#menu li a {
	font-weight:bold;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 5px 10px 5px 10px;
}

#content
{
	padding: 16px;
	border: 1px solid #ADA5A5;
	border-top: none;
}

#content ul {
	list-style-image: url(img/puce.png);
	margin: 0 0 0 15px;
}

#content li {
	margin: 0 0 8px 0;
	
}

#content #map_canvas {
	width: 650px;
	height:400px;
	margin: 10px 0 0 60px;
}

#content #link_map {
	margin: 0 0 0 60px;
}

#photos {
	width: 350px;
	height: 250px;
}

#footer
{
	clear:both;
	border: 1px solid #ADA5A5;
	border-top:0;
	height: 18px;
	background-color: #ffffff;
	text-align:center;
	font-size: 11px;
	padding: 4px 0 0 0;
}

