<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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(publication_methods.css);
@import url(layout.css);
@import url(skeleton.css);

/* COMMON STYLES */

@font-face {
	    font-family: 'Amandine';
	    src: url('/images/fonts/amandine.ttf');
	    font-weight: normal;
	    font-style: normal;
}

/*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*/
body {
	background:#fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:155%;
}
/*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;
}

#auth {
	left: 50% !important;
	margin-left: -250px !important;
}

.addWidget,
.widgetActions .down,
.widgetActions .up,
.widgetActions .delete,
#authIcon {display:none !important;}

/* --------------------------------------
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: .85em;
}

#cookie-bar p { margin: 0; text-align: center; color: #fff; }

#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;
}


</pre></body></html>