@CHARSET "UTF-8";

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 3, 2014 */
@font-face {
    font-family: 'aracne_lightregular';
    src: url('../polices/aracne_light-webfont.eot');
    src: url('../polices/aracne_light-webfont.woff') format('woff'),
         url('../polices/aracne_light-webfont.ttf') format('truetype'),
         url('../polices/aracne_light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** STYLE GENERAL */
body {
	font-family: 'Lucida Grande', sans-serif;
	font-size: 14px;
	margin: 0;
	color: #414042;
	background: #fff;
}

a { text-decoration: none; }
a img { border: 0; }
img { vertical-align: middle; }

.rounded {
	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.semi-rounded {
	border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
.shadow {
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-ms-box-shadow: 0px 0px 10px #666;
	-o-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}

.interface { width: 980px; margin: 0 auto; position: relative; /*overflow: auto;*/ }

/* .wrap { overflow: auto; clear: both; padding-right: 20px; } */

#intro {
	text-align: center;
	height: 100%;
}
#intro img {
	height: 100%;
}

.left, .right {
	display: inline-block;
	vertical-align: middle;
}
.left {
	width: 60%;
}
.right {
	width: 38%;
}

.img_left {
	width: 564px;
}
/** FIN STYLE GENERAL */

/** STYLE DRAPEAUX LANGUES */
#flags {
	float: right;
	position: relative;
	top: -110px;
	font-family: 'aracne_lightregular';
	font-size: 18px;
}
#flags a { color: #781f5e; margin-right: 4px; }
#flags a:last-child { margin-right: 0; }
/** FIN STYLE DRAPEAUX LANGUES */

/** STYLE HEADER + LOGO + SEARCH */
#header {

}

#logo {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: 10px;
}

form.search {
	position: relative;
	display: inline;
	float: right;
	width: auto;
}

ul.search li { margin-bottom: 30px; }

#input-search {
	background: #fff;
	color: #767676;
	border-radius: 13px;
	-o-border-radius: 13px;
	-ms-border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 210px;
	padding: 4px;
	font-style: italic;
	text-indent: 8px;
	border: 1px solid #a7a7a7;
	position: relative;
	left: 26px;
	vertical-align: middle;
}

#btn-search {
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url('/images/btn-search.png') no-repeat;
	width: 22px;
	height: 22px;
	border: none;
	position: relative;
	right: 8px;
	vertical-align: middle;
}
/** FIN STYLE HEADER + LOGO + SEARCH */

/** STYLE BANNIERE */
#banner {
	clear: both;
	position: relative;
	margin: 0 10px;
/* 	padding: 0 10px; */
	background: url('../images/bg-collection.png') no-repeat center;
	background-size: 100% 100%;

}
/** FIN STYLE BANNIERE BOTTOM */

/** STYLE CONTENU */
#content, .content {
	border-right: 5px solid #781f5e;
	border-left: 5px solid #781f5e;
	clear: both;
/* 	overflow: auto; */
	margin-top: 32px;
}

/* #content .post:first-child { margin-top: 0px; } */

div.post {
	clear: both;
	margin: 15px 0;
	text-align: center
}

h1.post-title {
	background: url('/images/shape.png') no-repeat;
	font-family: 'bolt_bd_btregular';
	text-indent: 38px;
	font-size: 18px;
/* 	font-style: italic; */
	color: #fff;
	height: 35px;
	margin-bottom: 0px;
}
h1.post-title span { position: relative; top: 2px; }
h1.post-title-welcome { height: 38px; background: url('/images/bg-title.png') repeat-x; font-size: 16px; text-align: center; }
h1.post-title-welcome span { position: relative; top: 10px; }
div.post-text {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	position: relative;
	top: -8px;
}
/** FIN STYLE CONTENU ET DOCUMENTATION */

/** STYLE LISTE MEDIA (Photos liés au post) */
div.post-media {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -8px;
}
ul#media-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul#media-list li {
	position: relative;
}
ul#media-list li img {
	width: 240px;
}
/** FIN STYLE LISTE MEDIA */

/** STYLE FOOTER */
#footer {
	clear: both;
/* 	overflow: auto; */
	margin-top: 20px;
	border-top: 2px solid #781f5e;
	border-bottom: 2px solid #781f5e;
	padding: 5px 0;
	font-family: 'Calibri', sans-serif;
	text-align: center;
}
.pave-footer { display: inline-block; padding-right: 50px; }
.pave-footer:last-child { padding-right: 0px; }
.pave-footer a { color: #414042; }
/** FIN STYLE FOOTER */

/** STYLE FOOTER CAP ON LINE */
#caponline {
	clear:both;
	font-size: 10px;
	text-align: center;
	padding: 5px 0;
	text-indent: 5px;
}
#caponline a:link, #caponline a:active, #caponline a:visited { color: #000; text-decoration: none; }
#caponline a:hover { text-decoration: underline; color: #781f5e; }
/** FIN STYLE FOOTER CAP ON LINE */

/** FLASH MESSAGE */
#flashmessage {
	color:#709b1d;
	border:1px solid;
	background:#d9ef97;
	font-weight:bold;
	padding:8px;
	margin:5px;
}
#flashmessage li.ok {
	padding-left:36px;
	padding-top:10px;
	list-style-type:none;
	height:22px;
	background:url("/images/icone32-ok.png") no-repeat;
}
#flashmessage li.error {
	padding-left:36px;
	padding-top:10px;
	list-style-type:none;
	height:22px;
	background:url("/images/icone32-warning.png") no-repeat;
}
/** FIN FLASH MESSAGE */

.display_content {
	display: block;
}

.no_display_content {
	display: none;
}

.active_lang {
	border-bottom: 1px solid rgb(120, 31, 94);
}