@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(ads.css);
@import url(directory.css);
@import url(community.css);
@import url(skeleton.css);
@import url(layout.css);

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

/* --------------
ZONE EXTERIEURE
-----------------*/
html{
	overflow-x:hidden;	
}
body {
	/* Image de l'arrière-plan de la page */
	overflow-x:hidden;
	background-position: 0 5px;
	font-family: 'Arial';
	font-weight: normal;
	line-height: 20px;
	font-size: 85%;
	color: #666;
}
#background-front{background: #fff url("../images/images/images/background.jpg") no-repeat top center;
width: 100%;
max-width: 100%;
height: 100%;
background-size: 100%;}

#page{
background-color: #ffffff;
-webkit-box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.48);
box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.48);
background: url("../images/images/images/fond-1.png") repeat-y 25% -2%;
}

#background-front { }
/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
	border:0;
	vertical-align: bottom;
	max-width:100%;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}
  
  #article h3 {
  border-bottom: 1px solid #787878;
  color: #787878; 
  }
  
  .defaultmenu {
 
  }