/* SLIMBOX */

body{
height : 100%; 
padding : 0;
margin : 0;
overflow : none; 
}

#background{
	position : fixed;
	height : 100%;
	width : 100%;
	top : 0;
	left : 0;
	margin : auto;
	background-color : black;
	background-repeat : no-repeat;
	background-position : center top;
	overflow: none;
}

#principale{
	position : fixed;
	z-index : 1;
	top : 0;
	left : 20.5%;
	height : 90.7%;
	margin : auto;
	width : 58%;
	background-image : url("body2.jpg");
	background-color : white;
	text-align : center
}

#principale2{
	position : fixed;
	z-index : 1;
	top : 0;
	left : 20.5%;
	height : 90.7%;
	margin : auto;
	width : 58%;
	background-color : black;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family : 'Lucida Grande',Verdana,Arial,trebuchet MS,Sans-Serif;
	font-size: 16px;
	font-weight : normal;
	font-color: #2D2D2D;
}

#content{
	height : 95%;
	margin : auto;
	width : 80%;
	font-family : 'Lucida Grande',Verdana,Arial,trebuchet MS,Sans-Serif;
	font-size: 16px;
	font-weight : normal;
	color: black;
}

#title{
	font-family : trebuchet MS;
	font-size : 18px;
	font-weight : bold;
	color : #C0C0C0;
	text-decoration : none;
}

#footer{
	height : 100%;
	width : 60%;
	margin : auto;
	bottom : 0;
}

#footback{
	position : fixed;
	height : 9.4%;
	width : 100%;
	margin : auto;
	bottom : 0;
}

#boutons{
	font-family : trebuchet MS;
	font-size : 18px;
	font-weight : bold;
	color : #000000;
}

#boutons2{
	font-family : trebuchet MS;
	font-size : 14px;
	font-weight : bold;
	color : #010F0F;
}

A:link {
	text-decoration: none;
	color : #2D2D2D;
}

A:visited {
	text-decoration: none;
	color : #2D2D2D;
}

A:active {
	text-decoration: none;
	color : #2D2D2D;
}

a.bouton {
	text-decoration : none;
	font-weight : bold;
}
a.bouton:hover {
	color : #C0C0C0;
	font-size : 16px;
}

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 1;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: black;
}

.lbLoading {
	background: black url(loading.gif) no-repeat center;
}

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

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.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 black;
	border-top-style: none;
}

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

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

#lbCaption {
	font-weight: bold;
}
