/*feuille de style pour le site Paper Doll v3.1 - 18 avril 2007 
modifié pour champagne JBB 25/02/09 puis 08/07/09 
v3.2 */
/* retiré 20px de haut au header 
Hauteur dynamique 
remodifié 07/02/10
avec des bandes en haut et en bas, largeur du texte dynamique.
testé avec FF3.5, safari, IE7
10/02/10 : toilettage !
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color:black;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	width:100%;
	min-width:650px;
	height:100%;
}

#wrapper {
/* pas indispensable, mais peut être utile si on veut une largeur fixe  */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.Bande {
	background:url(images/bande.png) repeat-x;
	width:100%;
	height:70px;
	padding:0;
	margin:0;
	font-size:0px;
}
.spacer {
	clear:both;
	height:0px;
}

.Container{
/* n'est plus utilisé*/
	/* background:url(fond.jpg) center center no-repeat; */
	margin:0;
	padding:0;
}


.Header {
	margin-left:50px;
	height:70px;
	background: url(images/logo.png) no-repeat left top; 
	text-align:right;

}

.Header h1 {
    height: 70px;
    font-size:0px;
    }

.Header h1#Accueil {
    background: url(images/accueil.png) right top no-repeat;
}
.Header h1#GammeDesVins {
    background: url(images/gammedesvins.png) right top no-repeat;
}
.Header h1#Cadeau {
    background: url(images/cadeau.png) right top no-repeat;
}
.Header h1#NosConseils {
    background: url(images/nosconseils.png) right top no-repeat;
}
.Header h1#Contact {
    background: url(images/nouscontacter.png) right top no-repeat;
}
.Header h1#Liens {
    background: url(images/liens.png) right top no-repeat;
}
h1 {
	margin:0px 0px 5px 0px;
	font:20px verdana, arial, helvetica, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	line-height:28px;
	font-weight:900;
	color:black;
}

h2 {
	font:16px verdana, arial, helvetica, sans-serif;
	font-weight:900;
	color:black;
	padding-bottom:10px;
}

p {
	font:12px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0;
}

ul {
	padding-left:15px;
	margin-bottom:16px;
}

a {
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:black;}
a:visited {color:#0d4562;}

p a:hover {
	text-decoration:underline;
}


.Content {
	height:100%;
	background-image: url(images/fondcontent.png);
	text-align:justify;
margin: 0 10px  0 220px;
padding:0;
}

.Texte {
	padding:10px; 
	/*overflow:auto;*/ /* si on veut une page fixe et un texte qui défile */
	min-height:500px;
}

.Texte img {
	/*float : right;*/
	margin: 5px 5px 5px 20px;
	border: solid black 1px;
}
img.sansbordure {border:none;}

img.cote {
	float : right;
	margin: 5px 5px 5px 20px;
	border: none;
}

.Menu {
	float:left;
	height:290px;
	padding:0px 0 20px 0;
	line-height:17px;
	text-align :right;
	width:200px;
	top:80px;
	left:0px;
}

.Menu ul {
	margin: 0;
	padding: 30px 0 0 0;
}
.Menu li {
	font-size:25px;
	display: block; 
	padding-top: 5px;
	padding-right:15px;
	margin-bottom: 5px;
	list-style-type:none;
}
.Menu li a:link { 
	color: #c3c8c7;
	font-size:18px;
}
.Menu li a:visited {
	color: #c3c8c7;
	font-size:18px;
}
.Menu li a {
	padding-left:20px;
}
.Menu li a:hover {
	background:url(images/fleche.gif) no-repeat left;
}

.Footer {
	padding-top:10px;
	color: #c3c8c7;
	text-align:center;
	background:url(images/bande2.png) repeat-x;
}
	
.Footer p {
	margin:0;
	padding-bottom:5px;
}
.Footer a {color: #c3c8c7;}
.Footer img {
	border : none;
}

/* style pour album photo (utilisé pour la bio) */
#TablePhotos {
	text-align:center;
}

#TablePhotos table {
	padding-bottom:20px;
}
#TablePhotos td {
	vertical-align:middle;
	text-align:center;
	border: solid black 1px;
	width:160px;
	height:160px;
}
#TablePhotos td.Sans {
	border:none;
}
#TablePhotos img {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

/*Pour les albums photos */
.Photo {
	float:left;
	padding: 17px 10px 10px 25px;
	width:512px;
	text-align:center;
}
.Photo img {
	border:solid black 1px;
}

.Controles {
	margin-top:4px;
	float:right;
	text-align:center;
	border-left:solid black 1px;
	padding:15px 5px 0 5px;
	height:527px;
	width:130px; /*opera*/
}
.Controles img {
	border:0;
}

.Miniatures {
	padding-top:5px;
}
.Miniatures img{
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

div.Note {
	text-align:right;
}

/* Lightbox */
#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; } */
#prevLink, #nextLink{ width: 49%; height: 100%; display: block; } 

#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;}	 	

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