body {
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 10px 0px 40px;
	color: #669;
	text-align: left;
	background-color: #a5c4e1;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}

#pageHeader {
	width: 760px;
	height: 83px;
	text-align: left;
	background-color: #fff;
	background-image: url(images/palmeraie-h83.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageHeader h1 {
	color: #669;
	margin: 0px;
	font-weight: normal;
	font-size: 28px;
	padding: 15px 20px 0px 210px;
}
#pageHeader h2 {
	color: #99C;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 210px;
}

#bannerContainer {
	width: 760px;
	height: 88px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(images/banner2.jpg);
}

a:link, a:visited {
	color: #669;
	text-decoration: none;
}
a:hover, a:active { text-decoration: underline; }

#container {
	background: #fff repeat-y left  url(images/sidebar_bg.png); 
	width: 760px;
	text-align: left; 
	color: #669;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#contentContainer {
	text-align: left;
	float: right;
	width: 560px;
	padding-bottom: 20px;
}
#contentContainer #content {
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
}

#sidebarContainer {
	width: 197px;
	float: left;
	text-align: left;
}
#sidebarContainer .sidebar {
	line-height: 1.5em;
	padding: 10px;
}

#footer {
	background: repeat-x  url(images/footer_bg.png);
	text-align: center;
	color: #669;
	height: 20px;
	padding-top: 10px;
}
	
/* Menu */
#navcontainer {
	padding-top: 5px;
	width: 200px;
	color: #fff;
}
#navcontainer a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	font-family: Times new Roman;
	font-variant: small-caps;
}
#navcontainer a:hover {
	color: #fff;
	background: #669;
}
#navcontainer a.current {
	display: block;
	color: #fff;
	background: #669;
	filter:alpha(opacity=80);
	-Moz-Opacity:0.8;
	opacity:0.8;
	text-decoration: none;
	padding-left: 10px;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	font-family: Times new Roman;
	font-variant: small-caps;
}
#navcontainer a.current:hover {
	color: #fff;
	background: #669;
	filter:alpha(opacity=100);
	-Moz-Opacity: 1;
	opacity: 1;
}

.tabloSN {
	margin-left: 15px;
	border-color: #a8a275;
	border-width: 1px;
	border-style: solid;
}
.image-left {}
.image-right {}
.retraitg { margin-left: 10px; }
.retraitd {margin-right: 10px;}
.contactform {
	background-image: url(images/palmier-saly.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* Global classes */
.txtc { text-align: center; }
.txtpet {
	font-size: 4pt;
	line-height: 6pt;
}
h1 {
	color: #669;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}
h2 {
	color: #669;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}
h3 {
	color: #669;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 3px;
}
h4 {
	color: #669;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}
h5 {
	color: #669;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

/* DEBUT JS */
.highslide {
	cursor: url(images/js/zoomin.cur), pointer;
	outline: none;
}
.highslide img { border: 1px solid #7d7644; }
.highslide:hover img { border: 2px #7d7644 solid; }
.highslide-image { border: 1px solid white; }
.highslide-caption {
	display: none;
	border: 1px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
	color: #333;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move { cursor: move; }
.highslide-overlay { display: none; }

/* Controlbar example */
.controlbar {	
	margin-left: 60px;
	background: url(images/js/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}
/* Necessary for functionality */
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }
/* Fin JS */

