/* Hortensias*/
/* By Erwan Beauverger, www.art-is-tic.net */

body {margin: 0; padding: 0; background: #8D6084}

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


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

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

h1 {position: absolute; right: 0px; top: 15px; font-size: 1em; letter-spacing: 0em; line-height: 1.00em; padding-right: 10px; border-right: 0px solid #6C0450}
h1:first-letter {font-family: Arial, Georgia, serif; font-size: 1.5em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 0px; top: 25px; font-style: bold; color: #6C0450; font-size: 0.90em}  /* sits under main title */

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

p, ul, ol {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: #6C0450; font-weight: bold; text-decoration: none}
a:hover, a:active {color: #8D6084; border-color: #fff}

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

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


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

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 620px; 
background: url(images/bkgrnd3.jpg) 0 0 no-repeat #ffffff;  /* 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 #8D6084  /* Image of Grapes */
}

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

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

#bttmbar {
position: relative;
margin: 0 auto;
float: bottom;
text-align: right;
padding-top: 90px;
font-size: 0.55em;
height: 7em;
line-height: 2em;
width: 620px;
background: url(images/pieddepage.jpg) no-repeat #ffffff;
}

#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 100px;
	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: 150px 0 2px 0; /* the 150px 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: 100px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 5px solid #8D6084;
	padding: 0px 5px;
	font-family: Arial, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #000;
	background: #ffffff
}

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

ul#nav li a:hover {background: #6C0450; color: #fff}

/*---------------------------------------------Second Navigation-----------------------------------------------*/

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

ul#nav2 li a {
	width: 100px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 5px solid #8F889D;
	padding: 0px 5px;
	font-family: Arial, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #8F889D;
	background: #ffffff
}

ul#nav2 li a#current {border-color: #635C6B; color: #6C0450; background: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav2 li a:hover {background: #8D6084; color: #fff}



a.viewpic {
  position:relative;
  border-bottom:1px dashed #808080; 
  text-decoration: none; 
}
a:hover.viewpic {
  text-decoration: none; 
  background: none;
}
a.viewpic span {display: none;}

a:hover.viewpic span {
  display: inline; 
  position: absolute;  
  top: -10px; 
  left: -50px; 
  z-index: 50; 
  width:100%; 
  padding:2px 4px;
}
