/*
 * $Id: style.css 16 2010-05-17 20:12:44Z dapob $
 * $HeadURL: http://projects.pwet.fr/svn/misc/trunk/vente/html/style.css $
 */
body
{
font-family:verdana,sans-serif;
font-size:80%;
background:#eee;
margin:0;
}
#wrap
{
padding:10px 5px;
width:980px;
background:#fff;
}
#content
{
margin-left:170px;
padding-bottom:200px;
}
#menu
{
position:fixed;
top:80px;
left:10px;
width:170px;
}
#maps
{
width:750px;
height:400px;
margin:0 auto;
}
#menu h2
{
font-size:130%;
font-weight:normal;
}
#galerie
{
text-align:center;
}
#galerie img
{
margin:0 10px;
}
h1
{
text-align:center;
}
h2
{
padding:0 0 0px 1px;
border-bottom: 1px solid #4769b5;
}
h1,h2
{
font-family:"Trebuchet MS", sans-serif;
}
a
{
color:#4769b5;
font-weight:bold;
text-decoration:none;
}
#menu h2
{
border:0;
}
p
{
text-align:justify;
}
table
{
width:95%;
}
ul
{
list-style-type:square;
}
table
{
margin:10px auto;
}
table th
{
text-align:left;
background:#dbe5e7;
padding:5px;
}
.intitule
{
padding:2px 5px;
background:#f6f8f8;
}
#menu ul
{
padding-left:20px;
}
#emplacement a
{
color:#4769b5;
font-weight:normal;
text-decoration:none;
border-bottom: 1px dashed #4769b5;
}
li.print
{
margin-top:40px;
list-style-type:none;
}
li.print a
{
padding-left:25px;
background:url(images/printer.png) no-repeat top left;
}
a img
{
border:0;
}

/** jQuery lightbox **/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

