@charset "iso-8859-1";

@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(gallery.css);
@import url(catalog.css);
@import url(publication_methods.css);
@import url(account.css);
@import url(print.css);
@import url(search.css);


/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;

    /*box sizing*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
ZONE EXTERIEURE
-----------------*/
body {
	background: rgba(239,239,239,.5);
	color: #000000;
	font-family: "proxima-nova", Sans-serif;
	font-size:100%;
	font-style: normal;
	font-weight: 300;
	line-height:1.2;
}


/*
APPARENCE DES IMAGES
-----------------*/
img {
	border:0;
	vertical-align: top;
}


/*
CLEARFIX	
-----------------*/
.clear {
border: 0 none;
clear: both;
height: 0;
line-height: 0;
visibility: hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*
FONT
-----------------------*/
@font-face {
	font-family: 'robotoslab';
	src: url('/images/font/robotoslab-regular-webfont.eot');
	src: url('/images/font/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/images/font/robotoslab-regular-webfont.woff') format('woff'),
	url('/images/font/robotoslab-regular-webfont.ttf') format('truetype'),
	url('/images/font/robotoslab-regular-webfont.svg#robotoslab') format('svg');
	font-weight: normal;
	font-style: normal;
}