@charset "iso-8859-1";

@import url(gallery.css);
@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);

@import url(publication_methods.css);
@import url(search.css);
@import url(responsive.css);

/* COMMON STYLES */

@font-face {
    font-family: Nexa;
    src: url("/images/fonts/Nexa-Light.otf");
    font-weight:300;
}

@font-face {
    font-family: NexaBold;
    src: url("/images/fonts/Nexa-Bold.otf");
    font-weight:500;
}
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
html {
        height:100%;
}
body {
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:160%;
}
/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	vertical-align: bottom;
}


.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}


/* --------------------------------------
MESSAGE COOKIES
-------------------------------------- */
#cookie-bar {
	position: fixed;
	left: 0; right: 0; top: 0;
	z-index: 10000;
	padding: 7px 10px;
	background: #303030;
	border-top: 1px solid #606060;
	
	color: #fff;
	font-size: 1em;
}

#cookie-bar p { margin: 0; text-align: center; }

#cookie-bar a.cb-policy { text-decoration: underline; color: #EE9E05; }
#cookie-bar a.cb-policy:hover { text-decoration: none; }

#cookie-bar a.cb-enable {
	display: inline;
	margin-right: 15px;
	margin-left: 5px;
	background: #EE9E05;
	padding: 2px 6px;
	border-radius: 2px;
	color: #fff;
	cursor: default;
	text-decoration: none;
}

