@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(skeleton.css);
@import url(layout.css);

/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html{
  min-height:100%;
}
/* --------------
ZONE EXTERIEURE
-----------------*/
body {
	background: url("/images/bg-header.jpg") repeat;
	font-family:"Oxygen",Arial,sans-serif;
	font-size:14px;
	line-height:1.4;
	color : #666666;
	-webkit-font-smoothing: antialiased;
}

/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
	border:0;
	vertical-align: bottom;
	max-width:100%;
}

/*img[alt="Bandeau principal"]{
  position: relative; 
  width: 960px; 
  margin: 0 auto; 
  padding: 0; 
} */

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

#homeCatalog .bx-pager {
	display: none;
}

#homeCatalog .bx-controls-direction a {
	text-indent: -999em;
	display: block;
	height: 24px; width: 24px;
}


/*
.brochure #article ul {
	margin-left: 0;
}

.brochure #article ul li {
	list-style-type: none;
	display: inline-block;
}

.brochure #article ul li a {
	color: #fff;
	background: #404040;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	padding: 0 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
*/

/* --------------------------------------
MESSAGE COOKIES
-------------------------------------- */
#cookie-bar {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	z-index: 10000;
	padding: 7px 10px;
	background: #303030;
	border-top: 1px solid #606060;
	
	color: #fff;
	font-size: 13px;
}

#cookie-bar p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

#cookie-bar a.cb-policy { text-decoration: underline; color: #72b0f0; }
#cookie-bar a.cb-policy:hover { text-decoration: none; }

#cookie-bar a.cb-enable {
	display: inline;
	margin-right: 15px;
	margin-left: 5px;
	background: #006feb;
	padding: 2px 6px;
	border-radius: 2px;
	color: #fff;
	cursor: default;
	text-decoration: none;
}

