/* general
----------------------------*/

body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*margin : 0 0 0 0;*/
	padding:0px;
	margin:0px;
	background-color: black;
}

form{
	padding:0px;
	margin:0px;
}

#general1{
	float:left;
	width:100%;
	height:100%;
}
#general2{
	position: relative;
	left: 50%;
	width: 684px;
	margin-left: -342px;
	float:left;
	border: 4px solid #393939;
	padding: 10px;
}

.clear: { clear: both; }

/* commun
----------------------------*/
.titre{
	font-size: 26px;
	font-weight: bold;
	padding: 45px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #56B7E2;
}
#logo{
	position: absolute;
	left: 530px;
	top: 0px;
	cursor: pointer;
}


/* image
----------------------------*/
#lightboximg{
	width: 980px;
	height: 320px;
	text-align: center;
	vertical-align: top;
	border:4px solid white;
	-webkit-box-shadow: 0px 6px 10px #636363;
	-webkit-border-radius: 3px;
	-moz-border-radius:4px;
}

.lbImgContent{
	width:980px;
	height:320px;
	background-color:white;
	vertical-align:bottom;
}
.lbImgContentCloseBar{
	text-align:right;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.lbImgContentImg{
	text-align:center;
	vertical-align:bottom;
}



/* phototheque
----------------------------*/
.fichierThumb{
	border-top:1px solid #E0E0E0;
	margin: 10px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}
.fichierImgTAB{
	padding: 0px 0px 0px 0px; 
	border-spacing:0px ;
}
.fichierImgTD{
	background-color: #393939;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 150px;
}
.fichierInter{
	width: 27px;
}
.fichierInterVert{
	height: 25px;
}

.fichierBack{
	color:#56B7E2;
	cursor: pointer;
	width: 150px;
	padding: 3px 0px 20px 0px;
}

/* LB*/
#fichierPages{
	font-size: 10px;
	color: #696969;
	text-decoration: none;
	margin: 5px 0px 0px 310px;
	word-spacing:5px;
}
#fichierPages font{
	vertical-align: middle;
}
#fichierPages a{
	font-size: 12px;
	font-weight: bold;
	color: #858585;
	text-decoration: none;
}
#fichierPages a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.lbNavInactif{
	font-size: 12px;
	color: #adadad;
	font-weight: bold;
	text-decoration: none;
}
.lbNavActif{
	
}






