*, html {
	margin: 0;
	padding: 0;
}
body {
	background: #666 url(img/bg_body.png);
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
}
a {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
#container {
	width: 780px;
	border: 6px solid white;
	margin: 30px auto 0;
	background-color: #ccc;
	text-align: left;
}
#header h1 {
	background: url(img/header.jpg) no-repeat left top;
	height: 137px;
}
#header h1 a {
	width: 140px;
	height: 25px;
	display: block;
	position: relative;
	left: 320px ;
	top: 110px ;
	text-indent: -9999px;
}
#nav {
	background-color: black;
	height: 30px;
	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	padding-left: 30px;
}
#nav li {
	float: left;
	display: inline;
}
#nav a {
	float: left;
	padding: 0 10px;
	color: #999;
	font-weight: bold;
	line-height: 30px;
}
#nav a:hover {
	color: white;
}
#nav li.current {
	background: #900 url(img/tab_left.png) no-repeat;
}
#nav li.current a {
	color: white;
	background: url(img/tab_right.png) no-repeat top right;
}
#ribbon {
	height: 85px;
	border-bottom: 1px solid white;
	background: #999 url(img/bg_ribbon.jpg) no-repeat top right;
}
#ribbon img.home {
	margin: 3px 0 0 3px;
}
#ribbon img.contact {
	margin: 15px 0 0 48px;
}
#event {
	height: 110px;
	margin-bottom: 8px;
}
.event-promo {
	background: #ccc url(img/event_promo.png) no-repeat left center;
}
.event-manif {
	background: #ccc url(img/event_manif.png) no-repeat left center;
}
.event-open {
	background: #ccc url(img/event_open.png) no-repeat left center;
}
.event-news {
	background: #ccc url(img/event_new.png) no-repeat center left;
}

#event div.inner {
	background: transparent url(img/event_top.png) no-repeat left top;
	color: #930;
	text-align: justify;
	padding: 10px;
}
#event div.outer {
	width: 590px;
	float: right;
	background: transparent url(img/event_bottom.png) no-repeat left bottom;
height: 100px;
}


h2#welcome {
	width: 245px;
	height: 54px;
	background: url(img/title_welcome.png) no-repeat;
	text-indent: -9999px;
	padding: 4px;
}
#content.contact {
	padding: 5px;
}
#colg {
	border-right: 1px solid white;
	width: 410px;
	float: left;
}
#cold {
	width: 355px;
	float: left;
}
#infos {
	border-bottom: 1px solid white;
	padding: 4px;
}
#infos h2 {
	background: url(img/title_infos.png) no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
	font-size: medium;
	line-height: 26px;
}
#infos dl {
	margin-left: 35px;
}
#infos dl#horaires dt {
	color: #900;
	font-weight: bold;
}
#infos dl#horaires dd {
	margin-left: 100px;
	color: #666;
}
#infos dl#telephone dt {
	color: #900;
	font-weight: bold;
}
#infos dl#telephone dd {
	margin-left: 100px;
	color: #666;
}
#message {
	padding: 4px;
}
#message h2 {
	background: url(img/title_message.png) no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
	font-size: medium;
	line-height: 26px;
}
#message form {
	margin-left: 35px;
}
#message label {
	font-weight: bold;
	color: #900;
	width: 100px;
	display: block;
	float: left;
}
#message .submit {
	margin-right: 8px;
	float: right;
}
#message #flashMessage {
	color: red;
	margin-left: 35px;
}
#message .error-message {
	font-style: italic;
	color: red;
	margin-left: 100px;
}
#map {
	padding: 5px;
}
#map h2 {
	background: url(img/title_map.png) no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
	font-size: medium;
	line-height: 26px;
}
#map p {
	font-size: small;
	color: #666;
	padding: 0 10px;
}
#map img {
	display: block;
/*
	width: 317px;
	margin: 5px auto;
*/
}
#map #myMap {
	border: 1px solid black;
	width: 340px;
	height: 300px;
	margin: 5px auto;
}
#content {
	padding: 20px 40px;
}
#edito {
	border-top: 1px solid white;
	float: left;
	width: 700px;
}
#edito div {
	color: white;
	padding: 10px 10px 10px;
	width: 500px;
	border-right: 1px solid white;
	background-color: #666;
	float: left;
}
#edito p {
	text-indent: 20px;
	text-align: justify;
margin-bottom: 5px;
}
#edito li {
	margin-left: 20px;
}
#edito img {
	width: 150px;
	float: left;
	margin-left: 15px;
	margin-top: 35px;
}


#content.vehicule {
	padding: 10px;
}


#footer {
	clear: both;
	width: 790px;
	margin: 0 auto;
	text-align: center;
	font-size: x-small;
	color: white;
}
#footer a {
	color: white;
}
.backlink {
	clear: both;
	text-align: center;
}

