body{
font-family : arial, bitstream vera sans, palatino, serif, georgia; 
color:white;
background-color:black;
}

a{
color:red;
}

#entete{

	float:left;
	width:600px;
	text-align:center;
	background:rgb(200,200,200) url(/imgs/cadrePrincipalMilieu.jpg) repeat-y;
	margin-left:200px;
	margin-top:5px;
	margin-bottom:5px;
	color:black;

	}
	
#entete #enteteHaut
	{
	
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:14px;
	background:rgb(200,200,200) url(/imgs/cadrePrincipalHaut.jpg) 0 -1px no-repeat;

	
	}

#entete #enteteBas
	{
	
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:15px;
	background:rgb(200,200,200) url(/imgs/cadrePrincipalBas.jpg) no-repeat;

	
	}



#menu{

float:left;
clear:left;
margin-left:2px;
width:200px;

}

	#menu a
		{
		
		color:white;
		
		}
	
	#menu ul {
	
	padding:5px;
	list-style-type:none;
	
	}

#album{

	float:left;
	width:600px;
	border:none;
	background:rgb(200,200,200) url(/imgs/cadrePrincipalMilieu.jpg) repeat-y;

	}

	#album p, #album h1, #album h2, #album h3, #album h4, #album h5, #album h6
		{
		
		color:black;
		margin:10px;
		
		}	
	
	
	#album #albumHaut
		{
		
		float:left;
		margin:0;
		padding:0;
		width:100%;
		height:14px;
		background:rgb(200,200,200) url(/imgs/cadrePrincipalHaut.jpg) 0 -1px no-repeat;
	
		
		}
	
	#album #albumBas
		{
		
		float:left;
		margin:0;
		padding:0;
		width:100%;
		height:15px;
		background:rgb(200,200,200) url(/imgs/cadrePrincipalBas.jpg) no-repeat;
	
		
		}


	#album div{
	
	clear:both;
	color:black;
	
	}

		#album div img{
		
		margin:10px;
		
		}

		#album div table{
		
		float:right;
		clear:both;
		border:none;
		color:RGB(200,200,200);
		font-size:80%;
		
		}
		
		#album div td{
		
		border:solid 1px white;
		
		}

	#album .descrImage
		{
		
		float:left;
		margin-left:20px;
		margin-top:10px;
		width:570px;
		background-color:rgb(255,255,255);
		
		}
	
		#album .descrImage .milieu
			{
			
			float:left;
			width:100%;
			margin:0;
			padding-left:20px;
			background:transparent url(/imgs/cadreVignetteMilieu2.jpg) left bottom no-repeat;
			
			}
	
				#album .descrImage .milieu img
					{
					
					float:left;
/*					position:relative;*/
					left:30px;
					top:10px;
					border:2px solid white;
					
					}
				
				#album .descrImage .milieu p
					{
					
					margin-left:30px;
					margin-right:40px;
					
					}
	
		#album .descrImage .haut
			{
			
			float:left;
			width:100%;
			height:15px;
			margin:0;
			padding:0;
			background:rgb(200,200,200) url(/imgs/cadreVignetteHaut.jpg) 10px bottom no-repeat;
			
			}
			
		#album .descrImage .bas
			{
			
			float:left;
			width:100%;
			height:30px;
			margin:0;
			padding:0;
			background:rgb(255,255,255) url(/imgs/cadreVignetteBas2.jpg) bottom left no-repeat;
			
			}
	
	


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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: transparent;
}

.lbLoading {
	background: #fff url(/imgs/slimbox/loading.gif) no-repeat center;
}

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/imgs/slimbox/prevlabel.png) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/imgs/slimbox/nextlabel.png) no-repeat 100% 15%;
}

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

#lbCloseLink {
	display: block;
	float: right;
	width: 252px;
	height: 64px;
	background: transparent url(/imgs/slimbox/closelabel.png) no-repeat center;
	margin: 5px 0;
}

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

#lbCaption {
	font-weight: bold;
}

	/* les calques vignette */

.vignetteSlimbox
	{

	font-size:70%;
	float:left;
	width:180px;
	height:180px;
	text-align:center;
	overflow:hidden;

	}


.slimH3 span
	{
	
	display:none;
	
	}

