@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;
	font-style: normal;
	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: 0.85em;
	color: #666;
}
#background{
	background: url("../images/images/images/responsive/default-bottom.jpg") top center fixed;
	width: 100%;
}
#background-front{
	background: url("../images/images/images/responsive/default-top.png") top center fixed;
	width:100%;
}
#page{
	-webkit-box-shadow: 0px 0 30px #aaa;
	box-shadow: 0px 0 30px #aaa;
	background-color: #ffffff;
}

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

a #ja-tool_increase{
  position: absolute;
  right: 1.1em;
}

a #ja-tool_decrease{
  position: absolute;
  right: 0.1em;
}  
/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}