body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #562E18;
	background-image: url("../images/f2.jpg");
	background-repeat:no-repeat;
	background-position: top left;
	background-attachment: fixed;
	width: 800px;
	margin: 5px auto 0px auto;
	font-size: 13px;
	padding: 15px;
	border: 1px solid #AA968B;
}

img {
	border: 0px;
}

.news img {
	width:100%;
}

img.modal {
	width:100%;
	cursor: pointer;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: "Lucida Grande", sans-serif;
	margin: 0;
}

h1 {
	font-size: 24px;
	border-bottom: solid #EEEEEE 1px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	margin: 10px;
}

h3 {
	font-size: 16px;
	text-align: right;
	margin-bottom: 10px;
}

h4 {
	margin: 5px;
}

/***************
 L'ENTETE
****************/
#bandeau {
	height: 140px;
}

#logo {
	float: left;
	padding: 10px;
}

#header {
	background: #FFFFFF;
	background-image: url("../images/f42.jpg");
	background-repeat:no-repeat;
	background-position: top right;
	border: solid 1px #AA968B;
	margin-bottom: 15px;
}

/***************
 LE MENU PRINCIPAL
****************/
.menu {
	height: 22px;
	margin: 0;
	padding: 5px;
	border-top: 1px dotted #AA968B;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Lucida Sans", 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, sans-serif;
	font-size: 11px;
}

#nav a {
	display: block;
	padding: 4px;
	margin-right: 5px;
	text-decoration: none;
	background: #EEEAE7;
}

#nav li {
	float: left;
	width: 11.2em;
}

#nav a:hover {
	background: #AA968B;
	color: #EEEAE7;
}

/***************
 LE CONTENU
****************/
#main {
	width: 550px;
	float: right;
}

.description td {
	border: 1px solid #AAAAAA;
}

#title {
	color: #EEEAE7;
}

#title a {
	color: #AA968B;
}

/***************
 LE DIAPORAMA
****************/

.gallery {
	width: 400px;
	height:300px;
	border: 1px solid #AA968B;
	background-color: #EEEAE7;
	padding: 4px;
	margin: 8px auto 8px auto;
	text-align: center;
}

.gallery2 {
	text-align: center;
	position: relative;
	width: 540px;
	height:200px;
	border: 1px solid #AA968B;
	padding: 4px;
	margin: -1px auto 10px auto;
}

.gallery .galleryLinks, .gallery2 .galleryLinks {
	display: none;
}

/***************
LE SELECTEUR DE REGION
****************/
#sidebar {
	width: 230px;
	float: left;
}

.roundCorner {
	padding: 10px;
	background: #EEEAE7;
	
	margin-bottom: 5px;
	border: 1px #AA968B solid;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}

#sidebar #mapRegion {
	width:100%;
}

#sidebar ul {
	font-family: "Lucida Grande", sans-serif;
	list-style: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#sidebar ul.scroll {
	height: 350px;
	overflow: auto;
}
#sidebar ul li {
	border-bottom: 1px dotted #AA968B;
	padding: 2px;
}

#sidebar ul ul {
	font-family: "Lucida Grande", sans-serif;
	list-style: square;
	font-size: 11px;
	margin: 0px;
	padding-left: 20px;
}

#sidebar ul ul li {
	border: 0px;
	padding: 0px;
}

/***************
AVIS CONSO
****************/

ul.rating {
	font-family: "Lucida Grande", sans-serif;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.rating li {
	list-style: none;
	border-bottom: 2px dotted #AA968B;
	padding-top: 10px;
	padding-bottom: 10px;
}

.signature {
	font-size: 11px;
}

/************
 * Tabs
 ************/
ul.widget_Tabs, .section {
	clear: both;
	list-style: none;
	border: 1px #AA968B solid;
	background-color:#EEEAE7;
	padding: 10px;
	margin: -1px auto 20px auto;
}

ul.widget_Tabs li.Tab {
	margin: 0px;
	display: none;
}

ul.widget_Tabs li.Tab.Tabs_active {
	display: block;
}


ul.widget_Tabs li.Tab p {
	margin-bottom:15px;
}
ul.widget_Tabs li.Tab h4 {
	border-bottom:1px dotted;
	margin:0px;
}
ul.widget_Tabs li.Tab ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin:0px;
}
ul.widget_Tabs li.Tab ul#program {
	padding:0px;
}
ul.widget_Tabs li.Tab ul#program li {
	display:inline;
}

ul.Tabs_links {
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 20px auto 0px auto;
}

ul.Tabs_links li.Tabs_title {
/*
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
*/
	border: 1px #AA968B solid;
	border-bottom: 0px;
	background-color: #AA968B;
	float: left;
	list-style: none;
	padding: 5px;
	margin-right: 5px;
	color: #990000;

	cursor: pointer;
}

ul.Tabs_links li.Tabs_title.Tabs_active {
	background-color: #EEEAE7;
}
ul.Tabs_links li.Tabs_title:hover {
	background-color: #EEEAE7;
}

/***************
PIED DE PAGE
****************/
#footer {
	font-size: 9px;
	clear: both;
	border-top: 1px solid #AA968B;
	margin: 0px;
}

p.address {
    text-align: center;
    color: #AA968B;
}

/***************
SLIMBOX
****************/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
