/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body { text-align:center; margin: 0; padding: 0; background: #213205}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #fff; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {position: relative; right: 0px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-left: 260px; border-right: 15px solid #fff}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 0px; top: 245px; font-style: italic; color: #648D20; font-size: 0.90em}  /* sits under main title */

h2 {text-align:left; font-size: 1.30em; letter-spacing: 0.05em}

p, ul, ol {text-align:left; margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #792533; font-weight: bold; text-decoration: none; border-bottom: 1px solid #792533}
a:hover, a:active {color: #fff; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}

hr {border: 1px solid #9EA219; width:70%; }

/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 620px; 
background: url(images/bkgrnd.gif) 0 0 repeat-y #CCCC33;  /* Important image, do not remove */
overflow: hidden
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
width: 620px; 
height: 200px; 
background: url(images/bandeau.jpg) 0 0 no-repeat #CCCC33  /* Image of Grapes */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 200px;
margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden
}

#rgtcol {float: right; width: 370px; padding-bottom: 30px; background: transparent; overflow: hidden}  /* right column */

#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 8em; line-height: 3em; width: 570px; background: #CCCC33; border-top: 1px solid #D9D93C}

#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0	
}

#quote p {color: #444; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #CCCC33;
	padding: 10px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #D9D93C
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #9EA219; color: #fff}

.tab_tarifs {
	background-color: #D9D93C;
	border: 1px solid #9EA219;
}
	
.tab_contact {
	background-color: #D9D93C;
	border: 1px solid #9EA219;
	text-align:center;
	margin: 10px 10px 0 7px;
	font-size: 0.70em;
	line-height: 1.60em;
	color: #000;
	letter-spacing: 0.05em;
}

.tab_erreur {
	background-color: #D9D93C;
	border: 1px solid #ff0000;
	text-align:center;
	margin: 10px 10px 0 7px;
	font-size: 0.70em;
	line-height: 1.60em;
	color:red;
	letter-spacing: 0.05em;
}

a.image_g
{
    border: 1px solid #666666;
    margin: 10px;
    background-color: #FFFFFF;
    padding: 2px;
	display: inline-block;
}

a.image_g:hover
{
    border: 1px solid #333333;
	background-color: #996600;
}


a.image_index
{
    border: 1px solid #666666;
    margin: 10px;
    background-color: #FFFFFF;
    padding: 2px;
	vertical-align:text-bottom;
	display: inline-block;
}

a.image_index:hover
{
    border: 1px solid #333333;
    background-color: #996600;
}

/*---------------------------------------------LigthtBox Affichages Images-----------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; border-bottom-style:none; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; border-bottom-style:none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

