@charset "iso-8859-1";
/*------------------------------------------------------------------------*\
    Reset
\*------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, a img, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0;padding:0;border:0;font-size:100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:'';content:none; }
table { border-collapse:collapse;border-spacing:0; }
::-moz-selection { background:#ccc;color:#000;text-shadow:none; }
::selection      { background:#ccc;color:#000;text-shadow:none; }
html { -webkit-text-size-adjust:100%;/* Prevent font scaling in landscape */overflow-x:hidden; }
body { -webkit-font-smoothing:antialiased;overflow-x:hidden; }
div { position:relative; }
sup { font-size:0.7em;line-height:0.7em;margin-left:2px;}
/*------------------------------------------------------------------------*\
    Generic styles
\*------------------------------------------------------------------------*/
.bold { font-weight:bold !important; }
.normal { font-weight:normal !important; }
.italic { font-style:italic !important; }
.text_uppercase { text-transform:uppercase !important; }
.text_lowercase { text-transform:lowercase !important; }
.text_right { text-align:right !important; }
.text_center { text-align:center !important; }
.text_justify { text-align:justify !important; }
.floatL { float:left; }
.floatR { float:right; }
.margB_0 { margin-bottom:0; }
.margB_3 { margin-bottom:3px; }
.margB_8 { margin-bottom:8px; }
.margB_30 { margin-bottom:30px; }
.margB_45 { margin-bottom:45px; }
.valignM { vertical-align:middle; }
.textT { vertical-align:text-top; }
.maxW_100p, .maxW_100p_mobi { max-width:100%;height:auto; }
.clearfix:before, .clearfix:after { content:"";display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.clear { clear:both;float:none !important; }
.top_td td { vertical-align: top; }
.bottom_td td { vertical-align: bottom; }
.for_print, .for_mobi { display: none; }
@font-face {
	font-family: 'EconomicaRegular';
	src: url('Economica-Regular-OTF-webfont.eot');
	src: url('Economica-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
	url('Economica-Regular-OTF-webfont.woff') format('woff'),
	url('Economica-Regular-OTF-webfont.ttf') format('truetype'),
	url('Economica-Regular-OTF-webfont.svg#EconomicaRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------------------------------------------------------*\
    Types
\*------------------------------------------------------------------------*/
body {
	font: normal 17px/25px Arial, sans-serif;
	color: #333;
}
h1, h3 {
	font-family: 'EconomicaRegular';
	font-size: 24px;
	line-height: 27px;
	text-transform: uppercase;
	color: #c7ac65;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 19px;
	line-height: 23px;
	color: #14385d;
	margin-bottom: 12px;
}
p, hr, ul, ol {
	margin: 0 0 15px 0;
}
hr {
	height: 2px;
	border: none;
	background: #c7ac65;
}
ul, ol {
	padding: 0 0 0 15px;
}
li {
	margin: 0 0 0.5em 0;
}
a {
	color: #c7ac65;
	text-decoration: none;
}
a:hover {
	color: #c7ac65;
}
/*------------------------------------------------------------------------*\
    Structure
\*------------------------------------------------------------------------*/
#full_page {
	max-width: 700px;
	width: auto;
	margin: 0 auto;
}
#full_page img {
	max-width: 100%;
	height: auto;
}
.wrapper {
	width: 86%;
	padding: 0 7%;
}
.wrapper img {
	max-width: 100% !important;
	height: auto !important;
}
#btn_top {
	display: none;
	width: 40px;
	height: 45px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 99;
}
/*------------------------------------------------------------------------*\
    Banner
\*------------------------------------------------------------------------*/
#banner {
	padding: 12px 7% 8px 7%;
	border-bottom: solid 6px #14385d;
	background: #fff;
}
.top_phone {
	font-size: 19px;
	color: #14385d;
	font-weight: bold;
}
/*------------------------------------------------------------------------*\
    Menu
\*------------------------------------------------------------------------*/
#banner_menu {
	padding: 0;
	border-bottom: solid 6px #14385d;
	background: #fff;
	z-index: 6;
}
#banner_menu img {
	display: block;
}
#btn_main_menu {
	display: block;
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 25;
}
.sub_holder {
	height: 0px;
	z-index: 33;
}
#sub_menu {
	display: none;
	width: 95%;
	height: 276px;
	position: absolute;
	right: 0px;
	top: -6px;
	background: #14385d;
	z-index: 23;
}
.sub_btn {
	display: block;
	height: 46px;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 21px;
	line-height: 46px;
	padding: 0 20px;
	color: #fff;
}
.sub_btn:hover {
	color: #c7ac65;
}
/*------------------------------------------------------------------------*\
    Search
\*------------------------------------------------------------------------*/
.avis_search {
	padding: 10px 7%;
	background: #8d773e;
}
#btn_search {
	display: block;
	width: 15%;
	height: 27px;
	padding-top: 3px;
	float: right;
	text-align: center;
	background: #4d3f19;
}
#nom_recherche {
	display: block;
	width: 79%;
	height: 30px;
	padding: 0 3%;
	float: left;
	border: none;
	background: #fff;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	color: #c7ac65;
}
#btn_search_membre {
	display: block;
	width: 15%;
	height: 27px;
	padding-top: 3px;
	float: right;
	text-align: center;
	background: #4d3f19;
}
#membre_recherche {
	display: block;
	width: 79%;
	height: 30px;
	padding: 0 3%;
	border: none;
	float: left;
	background: #fff;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	color: #c7ac65;
}
#btn_search_salon {
	display: block;
	width: 97%;
	height: 30px;
	padding: 0 0 0 3%;
	background: #fff;
	font-family: 'EconomicaRegular';
	line-height: 30px;
	text-transform: uppercase;
}
#btn_search_salon span {
	display: block;
	width: 15%;
	height: 27px;
	padding-top: 3px;
	float: right;
	text-align: center;
	background: #4d3f19;
}
.sub_salon_holder {
	height: 0px;
	z-index: 33;
}
#sub_salon_menu {
	display: none;
	width: 86%;
	height: 195px;
	position: absolute;
	right: 7%;
	top: -10px;
	background: #fff;
	border-bottom: solid 1px #c7ac65;
	border-left: solid 1px #c7ac65;
	border-right: solid 1px #c7ac65;
	z-index: 23;
}
.sub_salon_btn {
	display: block;
	height: 38px;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 21px;
	line-height: 38px;
	padding: 0 20px;
	color: #c7ac65;
	border-top: solid 1px #c7ac65;
}
/*------------------------------------------------------------------------*\
    Title
\*------------------------------------------------------------------------*/
#page_title {
	padding: 9px 7% 10px 7%;
	background: #14385d;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	z-index: 2;
}
/*------------------------------------------------------------------------*\
    Menu
\*------------------------------------------------------------------------*/
.home_menu {
	padding: 12px 7%;
	background: #dfd0a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfd0a6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfd0a6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfd0a6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfd0a6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfd0a6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dfd0a6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd0a6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.home_btn {
	display: block;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	margin-bottom: 8px;
	padding: 11px 0 10px 0;
	background: #14385d;
}
.sub_btn_achat {
	color: #14385d;
	background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ece3cc 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ece3cc 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ece3cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece3cc',GradientType=0 );
}
/*------------------------------------------------------------------------*\
    Home slider
\*------------------------------------------------------------------------*/
#touch_mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/transparent.png) 0 0 repeat;
	z-index: 899;
}
/*
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/* RESET AND LAYOUT ------ */
.bxslider, .bxslider li{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}
/* THEME ----------------- */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	/*position: absolute;
	bottom: -30px;
	width: 100%;*/
}
/* LOADER ---------------- */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/loading.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}
/*------------------------------------------------------------------------*\
    Avis
\*------------------------------------------------------------------------*/
.avis_wrapper {
	padding: 22px 7% 26px 7%;
	background: #fff url(../images/avis_shadow.png) 0 0 repeat-x;
	z-index: 2;
}
.avis_wrapper_short {
	height: 220px;
	overflow: hidden;
}
.avis_pic {
	width: 35%;
	max-width: 100%;
	height: auto;
	float: right;
	margin: 0 0 5px 20px;
	border: solid 1px #14385d;
}
.deces_nom, .deces_infos {
	font-size: 19px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 1px;
}
.deces_nom a {
	color: #14385d;
}
.deces_annees {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 20px;
}
.avis_btn_1, .avis_btn_2, .avis_btn_3, .avis_btn_4 {
	display: block;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 19px;
	color: #fff;
	margin-bottom: 8px;
}
.btn_switch_view_plus, .btn_switch_view_minus {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	right: 3.5%;
	background: #8c763d url(../images/icon_plus.png) center center no-repeat;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-ms-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	z-index: 25;
}
.btn_switch_view_minus {
	background: #8c763d url(../images/icon_minus.png) center center no-repeat;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-ms-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	z-index: 26;
}
/*------------------------------------------------------------------------*\
    Calendrier
\*------------------------------------------------------------------------*/
#calendar {
	width: 100%;
	clear: both;
	padding: 10px 0 7px 0;
	border-bottom: solid 2px #9b8449;
}
#month {
	padding: 4px 0 2px 0;
	font: 22px/22px 'EconomicaRegular', Arial, sans-serif;
	text-transform: uppercase;
	background-color: #9b8449;
	background-image: -moz-linear-gradient(top, #9b8449, #7c6733);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b8449), to(#7c6733));
	background-image: -webkit-linear-gradient(top, #9b8449, #7c6733);
	background-image: -o-linear-gradient(top, #9b8449, #7c6733);
	background-image: linear-gradient(to bottom, #9b8449, #7c6733);
}
#month span {
	font-weight: normal;
	font-size: 22px;
}
#month td {
	text-align: center;
	color: #fff;
	padding: 1px 0 4px 0;
}
#month td a {
	color: #fff;
	font-size: 36px;
	cursor: pointer;
}
#month td a:hover {
	color: #000;
	text-decoration: none;
}
#tbl_calendar {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
#tbl_calendar td, #tbl_calendar th {
	width: 14.2%;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-size: 15px;
	position: relative;
}
#tbl_calendar td a {
	display: block;
	line-height: 45px;
	color: #fff;
}
#tbl_calendar td a:hover {
	text-decoration: none;
	background: #275384;
}
#week_days, .cal_legend {
	color: #000;
	font-weight: bold;
	padding: 5px 0 4px 0;
	background-color: #f5f5f5;
	*background-color: #eee8de;
	background-image: -moz-linear-gradient(top, #eee8de, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee8de), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eee8de, #ffffff);
	background-image: -o-linear-gradient(top, #eee8de, #ffffff);
	background-image: linear-gradient(to bottom, #eee8de, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee8de', endColorstr='#ffffff', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#week_days span {
	width: 14.2%;
	display: block;
	float: left;
	text-align: center;
}
/* Events ========================= */
.date_has_event {
	cursor: pointer;
	color: #fff !important;
	background: #9b8449;
	font-weight: bold !important;
}
/*------------------------------------------------------------------------*\
    Table legend
\*------------------------------------------------------------------------*/
#tbl_header_legend {
	font: normal 15px/25px Arial, sans-serif;
	color: #988147;
}
#tbl_header_legend span {
	display: block;
	height: 25px;
	padding-left: 26px;
	color: #c7ac65;
}
#leg_fun {
	background: url(../images/icons.png) -19px -575px no-repeat;
}
#leg_lit {
	background: url(../images/icons.png) -19px -600px no-repeat;
}
#leg_cer {
	background: url(../images/icons.png) -19px -625px no-repeat;
}
#leg_hom {
	background: url(../images/icons.png) -19px -650px no-repeat;
}
#leg_exp {
	background: url(../images/icons.png) -19px -675px no-repeat;
}
.cell_legende {
	font: bold 17px/18px Arial, sans-serif;
}
.cell_date {
	font: bold 19px/23px Arial, sans-serif;
	color: #1c395b;
	text-align: right;
}
#cal_gold_bar {
	width: 732px;
	height: 21px;
	padding: 4px 0 0 8px;
	background: #988147;
	color: #fff;
	font: bold 15px/18px Arial, sans-serif;
}
.blue_date {
	padding: 6px 7% 5px 7%;
	background: #14385d;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
}
.gold_click {
	padding: 6px 7% 5px 7%;
	background: #988147;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
}
#cal_left div {
	margin-bottom: 2px;
	padding: 4px 0 8px 2px;
}
#cal_left div span {
	padding-top: 4px;
	text-align: center;
	display: block;
	float: left;
	width: 25%;
}
#cal_left div a {
	display: block;
	float: right;
	font: normal 14px/19px Arial, sans-serif;
	color: #000;
	margin-bottom: 2px;
	text-align: left;
	width: 75%;
}
.gold_bar_list {
	width: 100%;
	height: 6px;
	background: url(../images/avis_shadow.png) 0 0 repeat-x;
}
/*------------------------------------------------------------------------*\
    Page détails
\*------------------------------------------------------------------------*/
select#date {
	display: block;
	width: 100%;
	padding: 6px 4%;
	background: #14385d url(../images/arrow_select.png) right center no-repeat;
	color: #fff;
	border: none;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.deces_ville {
	color: #c7ac65;
	font-size: 16px;
}
.btn_avis_deces {
	padding: 6px 10px 5px 10px;
	background: #988147;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
}
.blue_fun, .blue_lit, .blue_cer, .blue_hom, .blue_exp {
	background: #1b395a url(../images/icons.png) -10px -797px no-repeat;
	display: block;
	height: 22px;
	padding: 5px 0 2px 35px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	font: bold 14px/20px Arial, sans-serif;
}
.blue_fun {
	background: #1b395a url(../images/icons.png) -10px -698px no-repeat;
}
.blue_lit {
	background: #1b395a url(../images/icons.png) -10px -723px no-repeat;
}
.blue_cer {
	background: #1b395a url(../images/icons.png) -10px -748px no-repeat;
}
.blue_hom {
	background: #1b395a url(../images/icons.png) -10px -773px no-repeat;
}
.blue_exp {
	background: #1b395a url(../images/icons.png) -10px -798px no-repeat;
}
/*------------------------------------------------------------------------*\
    Prepare mort
\*------------------------------------------------------------------------*/
.anchor_menu {
	padding: 32px 7% 26px 7%;
	background: #fff url(../images/avis_shadow.png) 0 0 repeat-x;
	z-index: 2;
}
.anchor_btn {
	display: inline-block;
	font-family: 'EconomicaRegular';
	font-size: 19px;
	line-height: 28px;
	text-transform: uppercase;
	color: #14385d;
}
.gold_bar {
	width: 100%;
	height: 32px;
	background: url(../images/avis_shadow.png) 0 0 repeat-x;
}
.img_preparer {
	display: block;
	margin: 5px 0 5px 0;
}
/*------------------------------------------------------------------------*\
    Succursales
\*------------------------------------------------------------------------*/
.img_building {
	width: 40%;
	height: auto;
	float: right;
	margin: 0 0 2px 15px;
	border: solid 1px #14385d;
}
.btn_rendre {
	display: block;
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0;
	color: #fff;
	background: #14385d;
}
.btn_rendre img {
	margin-top: -4px;
}
.extra_line_height {
	line-height: 34px;
}
/*------------------------------------------------------------------------*\
    Message condoléances
\*------------------------------------------------------------------------*/

form .forms_gestion td {
	display: block !important;
	width: 100% !important;
	clear: both !important;
	float: none !important;
}
td.tbl_label {
	font-weight: bold;
	padding-top: 20px;
}
.thumbs_wrappers_message {
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
}
.tbl_message_a label {
	display: block;
	margin-top: 10px;
}
.tbl_message_a label input {
	margin-right: 6px;
}
.tbl_message_a br {
	display: none;
}
.message_modeles {
	border: solid 1px #ccc;
	padding: 8px 8px 8px 8px;
	display: none;
}
#modele_message {
	margin-bottom: 8px;
}
#nom_fichier {
	width: 100%;
	overflow: hidden;
}
/* FORM ELEMENTS ======================= */
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	width: 94%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 4px 3%;
	-webkit-box-shadow: inset 0 4px 12px #e9e9e9;
	-moz-box-shadow: inset 0 4px 12px #e9e9e9;
	box-shadow: inset 0 4px 12px #e9e9e9;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
select {
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	font-size: 17px;
	height: 32px;
}
textarea {
	font-size: 17px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	width: 94%;
	height: 160px;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #aa8d4b;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #816525;
	-moz-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #816525;
	box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #816525;
}
.button {
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font: 20px/16px 'EconomicaRegular', Arial, sans-serif;
	display: block;
	width: 100%;
	box-sizing: border-box;
	*display: inline;
	padding: 12px 0;
	margin: 0 0 15px 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px #cccccc;
	vertical-align: middle;
	cursor: pointer;
	background-color: #aa8d4b;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*zoom: 1;
}
.button:hover {
	color: #fff;
	background-color: #816525;
	text-decoration: none;
}

/*------------------------------------------------------------------------*\
    Footer
\*------------------------------------------------------------------------*/
#full_site {
	padding: 12px 7% 10px 7%;
	text-align: center;
	background: #14385d;
}
.btn_full_site {
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 19px;
	color: #fff;
}
#footer {
	padding: 12px 7% 10px 7%;
	text-align: center;
	background: #fff;
}
.btn_facebook {
	font-family: 'EconomicaRegular';
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	color: #14385d;
}
.btn_facebook:hover {
	color: #4a70b0;
}

label.error, span.error {
	display: block;
	color: #F00;
	font-size: 11px;
}

/* MESSAGES =============================================================== */

.message-success, .message-error, .message-warning {
	border: 1px solid;
	margin: 15px 0px 20px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.message-success  {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/success.png');
}
.message-error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.message-warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
