#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  border: 5px solid #FFFFFF;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
  height: 0;
}

#facebox .body {	
	width: 900px;
}

#facebox .body, .facebody {
  background: #110f3d;
  
  font-size: 0.95em;
  margin: 0 auto 0 16px;
}

.facebody {
  margin: 0 auto;
  text-align: left;
  padding: 20px 50px 0 70px;
}


#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding: 10px 10px 0 0;
  background: #FFFFFF;
  margin-top: 0;
  text-align: right;
}

#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

#facebox .content {
	height: 500px;
	overflow: auto;
}

#facebox .content .acces {
	padding: 10px 50px;
}

.facebody .gallery {
	height: 165px;
	padding: 12px 0 12px;
	background: url(../images/background_gallery3.png) repeat-x top left;
	width: 595px;
}

.facebody .adresse {
	margin: 20px 0;
}

.facebody .alphaPresentation,
.facebody .archiPresentation,
.facebody .microPresentation {
	width: 110px;
	height: 125px;
	display: block;
	margin: 2px 0 0 0;
	float: right;
	overflow: hidden;
	outline: none;
}

.facebody .alphaPresentation span,
.facebody .archiPresentation span,
.facebody .microPresentation span {
	display: none;
}


.facebody .alphaPresentation {
	background: url(../images/presentation-alphaplan.png) no-repeat top left;
}
.facebody .alphaPresentation:hover {
	background: url(../images/presentation-alphaplan.png) no-repeat bottom left;
}

.facebody .archiPresentation {
	background: url(../images/presentation-aes.png) no-repeat top left;
}
.facebody .archiPresentation:hover {
	background: url(../images/presentation-aes.png) no-repeat bottom left;
}

.facebody .microPresentation {
	background: url(../images/presentation-microcopie.png) no-repeat top left;
}
.facebody .microPresentation:hover {
	background: url(../images/presentation-microcopie.png) no-repeat bottom left;
}

.facebody .barre_gauche {
	width: 150px;
}

.facebody .popup_droite {
	float: left;
	margin: 0 0 0 10px;
	width: 600px;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
