* {
	margin: 0;
	padding: 0
}


body
{
	background: #ffffff repeat;
	font: 11px   "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #797979;
	text-align: center;
}



ul, li { 
	list-style-type: none;  
	margin:0;
	padding:0;
}

a.contour img { 
	background-color:#fff;
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;
	border: 0px; 
	filter: alpha(opacity=99);  
    -moz-opacity: 0.99;
    -khtml-opacity: 0.99;
    opacity: 0.99;
}

a.contour:hover  img { 
    background-color:#B3A995;
	filter: alpha(opacity=70);  
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
	border: 0px; 

}




a.special{ 
	text-decoration: none;
	color: #92BB4E;
 }

a.special:hover  { 
	background-color:#D6E7B9;
	text-decoration: none;
	color: #797979;
	
 }


a{ text-decoration: none;
	color: #797979;

 }

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



#wrapper{
	background: #ffffff;
	text-align: left;
	width: 740px;
    margin: 0 auto 0 auto;
	border:0;
}




#decohaut
{
    display:block;
	width: 740px;
	height: 30px;
	background-color:#fff;
}

.floatimage {
	float: left;
	margin : 3px 9px 0px 0px;
	border: 0px;
}

.floatcontact {
	float: left;
	margin : 0;
	border: 0px;
}

.floatimagea {
	float: left;
	margin : 3px 3px 0px 0px;
	border: 0px;
}


#title{
 	padding-top:10px;
	padding-left:40px;
	}

#soustitres{
	padding-bottom:13px;
	padding-top:3px;
	padding-left:40px;
}	

#subtitle{
	padding-bottom:13px;
	padding-top:17px;
	padding-left:40px;
}

	
hr {
clear: both;
visibility: hidden;
}

.spacer {
  clear: both;
}
    
	
/*==============================================HEADER===================================================*/		
	
#header
{
	width: 740px;
	height: 117px;
}	
	
#headerleft
{
	float: left;
    width: 301px;
	height: 117px;
}		

#headerright
{
	float: left;
    width: 439px;
	height: 117px;
	
}	

/*==============================================SOUS HEADER===================================================*/	

#slide
{
	width: 740px;
	height: 252px;
}	
	
#slideleft
{
	float: left;
	width: 452px;
	height: 252px;
}		

#slideright
{
	float: left;
    width: 288px;
	height: 252px;
	
}	

/*==============================================MENU===================================================*/	


div#primarynav{
	height: 117px;
	width:439px;
	margin:0 0 0 0px;
	padding:0;
	border:0;
	background:transparent;
	/* not required at this time :)
	float:left; */
	}

	
div#primarynav ul#menu{
	height:117px;
	width:439px;
	background:transparent url(../images/menu.gif) top left no-repeat;
	margin:0;
	border:0;
	padding:0;
	position:relative;
	}


div#primarynav ul#menu li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	}

	
ul#menu li,ul#menu a{
	height:117px;
	display:block;
	}


div#primarynav ul#menu li a{
	text-indent:-9999px;
	text-decoration:none;
	/* commented backslash hack v2 \*/
	overflow: hidden;
	/* end hack */
	}

	
#index{
left:0;
width:90px;
}

#grandscrus{
left:90px;
width:104px;
}

#finewines{
left:194px;
width:102px;
}

#services{
left:296px;
width:82px;
}

#contact{
left:378px;
width:61px;
}

/* start of buttons */
/* The 'on' states follow */
#index a:hover{
background:transparent url(../images/menu.gif) 0 -117px no-repeat;
}
#grandscrus a:hover{
background:transparent url(../images/menu.gif) -90px -117px no-repeat;
}
#finewines a:hover{
background:transparent url(../images/menu.gif) -194px -117px no-repeat;
}
#services a:hover{
background:transparent url(../images/menu.gif) -296px -117px no-repeat;
}
#contact a:hover{
background:transparent url(../images/menu.gif) -378px -117px no-repeat;
}



body#indexon #index{
background:transparent url(../images/menu.gif) 0 -117px no-repeat;
}
body#grandscruson #grandscrus{
background:transparent url(../images/menu.gif) -90px -117px no-repeat;
}
body#finewineson #finewines{
background:transparent url(../images/menu.gif) -194px -117px no-repeat;
}
body#serviceson #services{
background:transparent url(../images/menu.gif) -296px -117px no-repeat;
}
body#contacton #contact{
background:transparent url(../images/menu.gif) -378px -117px no-repeat;
}


/*==============================================MENU DROIT WINE REGIONS===================================================*/	


ul#navcontainer{
	background: transparent url(../images/menudroit.gif) top left no-repeat;	/* arrière-plan général du menu */
	width: 196px;
	text-align: center;
}

ul#navcontainer li {display: inline;}	/* correction pour IE5 et IE5.5 */

ul#navcontainer li a {	/* dimensions et définitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
height: 21px;
width: 196px;
color: #660000;
font-size: 17px;
font-family: georgia, serif;
text-decoration: none;
line-height: 21px;	/* hauteur de ligne pour éviter les paddings */
}

li a:hover {
color: #fff;
background: transparent url(../images/menudroit.gif) top left no-repeat;
}

a#menu1:hover {	/* décalage de l'arrière-plan pour chaque bouton */
background-position: 0% -189px;
}
a#menu2:hover {
background-position: 0% -210px;
}
a#menu3:hover {
background-position: 0% -231px;
}
a#menu4:hover {
background-position: 0% -252px;
}
a#menu5:hover {
background-position: 0% -273px;
}
a#menu6:hover {
background-position: 0% -294px;
}
a#menu7:hover {
background-position: 0% -315px;
}
a#menu8:hover {
background-position: 0% -336px;
}
a#menu9:hover {
background-position: 0% -357px;
}


	
a.housemenu { 
     display: block; 
     width: 76px; 
     height: 33px; 
     background: url(../images/housemenu.gif) no-repeat; 
     }
	 
a.housemenu:hover { 
     background: url(../images/housemenu.gif) 0 -33px no-repeat; 
     } 



p.menuhouse{ 
	line-height: 21px;
	padding-left:82px;
	padding-bottom:11px;
	padding-right:2px;
	text-align: left;
}

/*==============================================FLOAT CENTER===================================================*/


#centerleft
{
	float: left;
    width: 544px;
}		

#centerright
{
	float: left;
    width: 196px;
	background:transparent ;
}

#millieuleft
{
	float: left;
    width: 452px;
}		

#millieuright
{
	float: left;
    width: 288px;
	background:transparent url(../images/fond.gif) repeat-y;
}

.tramp {
	float: left;
    width: 370px;
	}

	
p.trampleft {
	text-align: left;
	font: 11px   "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding-right:10px;
	}

p.trampright {
	text-align: left;
	font: 11px   "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding-left:10px;
	}
	


/*==============================================GRANDS CRUS===================================================*/

#gcmillieuleft
{
	float: left;
    width: 532px;
}		

#gcmillieuright
{
	float: left;
    width: 208px;
	background:transparent url(../images/fond.gif) repeat-y;
}	

/*==============================================RHONE DESIGN===================================================*/

p.rhone{ 
	line-height: 21px;
	padding-left:100px;
	padding-right:25px;
	text-align: left;
}





/*==============================================FLOAT CONTENT===================================================*/

#contentleft
{
	float: left;
   	width:264px;
}
	
#contentright
{
	float: left;
    width: 265px;
}	


h2.contenupress 
{
	line-height: 20px ;
	font-size: 13px ;
	color: #E0DBC0;
	padding-bottom:6px;
	padding-right:25px;
	text-align: left;
}



p.leftcontent{ 
	line-height: 21px;
	padding-left:2px;
	padding-right:25px;
	text-align: left;
}

p.contentleft{ 
	line-height: 21px;
	padding-left:90px;
	padding-right:25px;
	text-align: left;
}


p.rightcontent{ 
	line-height: 21px;
	padding-left:40px;
	padding-right:2px;
	text-align: left;
}





/*==============================================FOOTER===================================================*/


p.footer{ 
	height:20px;
	padding-top:20px;
	padding-bottom:15px;
	text-align: center;
	line-height: 20px;
	color: #797979;
	
}


/*====================================================LIGHTBOX=================================================*/


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 50%;
	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: transparent url(../js/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

