html,body{
margin:0px;
padding:0px;
background:#a3dbf2 url(images/gazon.png) repeat-x fixed center bottom;
font-family: helvetica, arial sans-serif;
color:#0688b9;
font-size:12pt;
text-align:justify;

}

a{
color:#18a8f0;
font-size:13pt;
text-decoration:none;

}
a:hover {color:#ffcc33}


div.cadre{
margin: 5px auto;
width: 1000px;
height: 648px;
background:url(images/centre.png) no-repeat;
position: relative;
}

#menu{
width:130px;
height:281px;
position:absolute;
top:191px;
left:51px;

z-index:1;
overflow:hidden;
}

img.menu{
border:0px;
margin-top:0px;
}

p.album{
font-size:7pt;
}

ul{
list-style:none;
margin:0px;
padding:0px;
}

li{
margin-top:2.5px;
padding:0px;

  	
}

div.cadreContenu
{
	width: 430px;
	height: 300px;
	position: absolute;
	top: 207px;
	left: 252px;
	z-index: 2;
	overflow: hidden;
}

div.contenu
{
	width: 430px;
	position: absolute;
	z-index: 1;
	top: -21px;
	left: 0px;
	}
	
object.video{
z-index: -15;
overflow: hidden;
}

div.flecheHaut
{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 206px;
	left: 690px;
	z-index: 10;
	cursor: pointer;
	background:url(images/vide.png);
	}

div.flecheBas
{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 459px;
	left: 690px;
	z-index: 10;
	cursor: pointer;
	background:url(images/vide.png);
}


img.abeille{
	position: absolute;
	top: 168px;
	left: 663px;
	overflow:hidden;
	z-index: 1;
	
}

table{

}

td{
padding-left:7px;
padding-right:7px;
padding-top:3px;
padding-bottom:3px;
}

tr.lignebleu{
background:#b1def0;
}

tr.ligneblanche{
background:white;
}

tr.lignetitre{
background:#18a8f0;
color:white;
}


/* Visualisateur de photos */

img.photos{

margin:10px;
height:130px;
width:130px;

border:1px solid #7E7E7E;
}

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	margin-top:100px;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/photochargement.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/photopreced.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/photoprochain.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/photofermer.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

