@charset "utf-8";
/* CSS Document by Dieter Schneider | CssTemplateHeaven.com */

/* Reset Styles (Credits to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */



html {background: #f7f7f7; font-size: 100%}

/*------------------ Site Structure ------------------*/

body {width: 960px; margin: auto; font-family: Georgia, "Times New Roman", Times, serif; font-size: .875em; color: #666}

#header {height: 160px; background: url(images/logo.png) no-repeat}

#social {width: 133px; height: 26px; float: right; margin-top: 8px}

#content {
	width: 620px;
	float: left;
	margin-bottom: 44px;
}

#sidebar {
	width: 260px; 
	padding: 20px;
	float: right;
	border: 1px solid #dcdcdc;
	margin-bottom: 44px
}

#sidebar h3, .sidebar_box {
	background: #eaeaea; 
	padding: 5px 10px; 
	margin-bottom: 15px;
	border: 1px solid #FFF;
	outline:1px solid #dcdcdc;
}

/* sidebar menu */


.navcontainer { width: 280px; margin-bottom: 25px }

.navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.navcontainer a {
	display: block;
	padding: 10px 10px;
	width: 240px;
	background: url(images/seperator.png) repeat-x bottom;
}

.navcontainer a:link, .navlist a:visited {
	text-decoration: none;
}

.navcontainer a:hover{
	color: #000;
}

/* end sidebar menu */

#intro {
	border: 1px solid #FFF;
	clear: both;
	padding: 20px;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 44px;
	outline:1px solid #dcdcdc;
	background-color: transparent;
	width: 1080px;
}

#intro span {
	font-weight: 700;
	background-color: transparent;
}

#intro p {
	padding: 0;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#box_left {
	width: 320px;
	float: left;
	margin-bottom: 44px;
	text-align: justify;
	background-color: transparent;
}
#box_right {
	width: 300px;
	float: right;
	margin-bottom: 44px;
	text-align: justify;
	margin-left: 20px;
}
#box_middle {
	margin-left: 370px;
	margin-right: 340px;
	margin-bottom: 44px;
	text-align: justify
}

#box_left h3, #box_right h3, #box_middle h3 {
	font-weight: normal;
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 1.4em;
	padding: 8px 15px;
	border: 1px solid #FFF;
	outline:1px solid #dcdcdc;
	background-color: #F4F4F4;
}

#footer {clear: both; padding: 10px; text-align: right; background: url(images/seperator.png) repeat-x top; font-size: .8em; color: #a3a3a3}



/*------------------ typography and images ------------------*/

/* global links */

a {
	text-decoration: none;
	color: #5C5C5C
}
a:hover {
	color: #000000;
}

/* text styles */

h1 {font-size: 2em; font-weight: normal; padding-bottom: 10px}
h2 {font-size: 1.6em; font-weight: normal; padding-bottom: 6px}
h3, h4 {
	font-size: 1.4em;
	font-weight: normal;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5, h6  {font-size: 1.2em}

p {
	line-height: 1.4em;
	padding-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

/* images */

.more {float: right; margin-right: 10px}


/*------------------ gallery ------------------*/

#gallery {
	overflow: auto;
	margin-left: -20px;
	padding-bottom: 18px;
	position:static;
	padding-left: 8px;
}

#gallery ul li {
	width: 225px;
	height: 420px;
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	margin-left: 13px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	border: 1px solid #666;
}

.center {margin: auto;}

#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}
#photos #imag2 #zone2 {
	float: left;
	height: 400px;
	width: 170px;
	margin-left: 12px;
}



/*-----------------------------------------------*/
/*---------------    Dropdown    ---------------*/
/*---------------------------------------------*/

/* 
	LEVEL ONE
*/

ul.dropdown                         {
	position: relative;
	z-index:10;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	height:36px;
	margin-bottom: 30px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	width: 1120px;
}
									  
ul.dropdown li                      {
	float: left;
	zoom: 1;
	background-color: transparent;
}
ul.dropdown a:hover		            { color: ;
	color: #CCC;
}
ul.dropdown a:active                { color: ; }
ul.dropdown li a                    { display: block; padding: 9px 20px;
	 								  color: #222; }
ul.dropdown li:last-child a         {
	border-right: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: #999;
	position: relative;
}
ul.dropdown li.hover a              {
	color: #000;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; background: #eaeaea;
                                      border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb}
ul.dropdown ul li 					{ font-weight: normal; background: url(images/dropdown.png);  color: #000; 
									  border-bottom: 1px solid #dbdbdb; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; background: none; padding: 9px 8px; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; z-index:300; border-top: 1px solid #dbdbdb }
ul.dropdown li:hover > ul 			{ visibility: visible; }
#photos {
	height: 300px;
	width: 1200px;
}
#img1 {
	float: left;
	height: 400px;
	width: 170px;
}
#photos #photo1 #zone1 {
	float: left;
	height: 400px;
	width: 170px;
}
#photos  #img7  #zone7 {
	float: left;
	height: 400px;
	width: 170px;
}
#photo1 {
	float: left;
	height: 300px;
	width: 150px;
	background-image: url(images/acceuil1new.jpg);
}
#imag2 {
	float: left;
	height: 300px;
	width: 150px;
	margin-left: 12px;
	background-image: url(images/accueil3new.jpg);
}
#img3 {
	float: left;
	height: 300px;
	width: 160px;
	background-image: url(images/accueil2new.jpg);
}
#legend1 {
	float: left;
	height: 30px;
	width: 150px;
	padding-top: 15px;
	text-align: center;
	padding-left: 10px;
}
#img3 {
	float: left;
	height: 300px;
	width: 150px;
	margin-left: 12px;
}
#img4 {
	float: left;
	height: 300px;
	width: 150px;
	margin-left: 12px;
	background-image: url(images/accueil4new.jpg);
}
#img7 {
	background-image: url(images/cabaret%20accueil.jpg);
	float: left;
	height: 300px;
	width: 150px;
	margin-left: 12px;
}
#img5 {
	float: left;
	height: 300px;
	width: 150px;
	margin-left: 12px;
	background-image: url(images/2accueil.jpg);
}
#photos #img6 {
	float: left;
	height: 300px;
	width: 150px;
	margin-left: 12px;
	background-image: url(images/accueil5new.jpg);
}
.black {
	color: #000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.coul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bold {
	font-weight: bold;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#header #fruittropical {
	float: right;
	height: 50px;
	width: 250px;
	padding-top: 85px;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 50px;
	padding-left: 120px;
	font-style: italic;
	text-align: right;
	letter-spacing: 6px;
}
#photos #imag2 #zone2 {
	float: left;
	height: 400px;
	width: 170px;
}
#photos #img3 #zone3 {
	float: left;
	height: 400px;
	width: 170px;
}
#photos #img4 #zone4 {
	float: left;
	height: 400px;
	width: 170px;
}
#photos #img5 #zone5 {
	float: left;
	height: 400px;
	width: 170px;
}
#photos #img6 #zone6 {
	float: left;
	height: 400px;
	width: 170px;
}
