@charset "iso-8859-1";

@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(publicationMethods.css);
@import url(search.css);
@import url(board.css);
@import url(annonce.css);
@import url(directory.css);
@import url(community.css);
@import url(googleMap.css);
@import url(skeleton.css);
@import url(layout.css);
@import url(supersized.css);
@import url(supersized.shutter.css);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans);

/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* --------------
ZONE EXTERIEURE
-----------------*/
body {
  min-height:100%;
	 /*background: #000000;*/
	 font-family:Josefin Sans,Arial,Helvetica,sans-serif;
	 font-size:16px;
	 line-height:160%;
  color:#808080;
}

html { 
  min-height:100%;  
}



.galerie .background-image{
  display:none !important;
}
/*
.background-image{
  text-align:center;
  position:absolute;
  width:100%;
  min-height:100%;  
  z-index:-1;
  overflow:hidden;
}
.background-image img{
  width:100%;
  min-width:1600px;  
  height:auto; 
  min-height:1080px;  
}*/

.background-image {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
.background-image img {
  position: absolute; 
  top: 130px; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

#background1{
  z-index:-1;
}
#background2{
  z-index:-10;
}
#background3{
  z-index:-10;
}
#background4{
  z-index:-10;
}
#background5{
  z-index:-20;
}
#background6{
  z-index:-10;
}
/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
	border:0;
	vertical-align: bottom;
}

/* --------------
TRICKS
-----------------*/
.hide  { display: none; }
.clear {
	border:0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.relative { position: relative; }

.posLeft   { float: left; }
.posMiddle { margin: 0 auto; }
.posRight  { float: right; }

.txtcenter { text-align: center; }

.arrowBlack {
	position: absolute;
	left: 5px;
	bottom: -5px;
	display: block;
	width: 10px !important;
	height: 5px !important;
	padding: 0;
	margin: 0;
	background: url(/common_images/community/bg_arrow.png);
}
.arrowBlack.reverse {
	left: auto;
	right: 5px;
}
.arrowContent {
	position: absolute;
	top: -30px;
	left: 0px;
	z-index: 200;
	display: none;
	padding: 3px 5px;
	font-size: 11px;
	color: #fff;
	background: #000;
	white-space: nowrap;
}
*:hover > .arrowContent { display: block; }

a.facebookConnect {
	display: inline-block;
	padding: 0 5px 0 25px;
	height: 20px;
	font: bold 12px/20px 'Lucida Grande', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	background: #5f78ab url('/common_images/community/icon_facebook.png') 0 0 no-repeat;
	border: 1px solid #405a91;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#overDiv {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
}
