@charset "UTF-8"; 

/* 
 * CODES COULEURS
 * 
 * Marron					: #2c1A10
 * Marron clair				: #472411
 * Marron très très foncé	: #230d02
 * Rouge					: #b13425
 * Orange rosé				: #d78860
 * Gris foncé				: #595959
 * Gris clair				: #d3d3d3
 *
 */

/* -------------------------------- */
/* Styles de base					*/
/* -------------------------------- */

a {color: #b13425;}

/* Classes génériques */

/* -------------------------------- */
/* LIB (Surcharge)					*/
/* -------------------------------- */

/* smartmenus (non surcharge, car import styles, optionnel) */

/* Magnific Popup */

/* royalSlider */

/* -------------------------------- */
/* Titres							*/
/* -------------------------------- */

h1, .h1 {
	color: #2c1a10;
}

h2, .h2 {
	color: #b13425;
}
/* -------------------------------- */
/* Formulaires						*/
/* -------------------------------- */

/* -------------------------------- */
/* Boutons, pictos					*/
/* -------------------------------- */

/* Boutons */
.button {
    border-color: #b0b0b0;
    background: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgb(189, 189, 189));
    color: #A53946;
} 

.button:hover {color: #b13425;}

/* Pictos */

/* -------------------------------- */
/* Layout							*/
/* -------------------------------- */

/* -------------------------------- */
/* Header							*/
/* -------------------------------- */

.page-header-wrapper {background: #a53946;}
.logo-img {padding: 8px; background: none;}

/* Nav */
.header-nav ul {background: #230d02;}

.header-nav a {font-family: Verdana,Geneva,sans-serif;}
.header-nav a:hover, 
.header-nav a:focus, 
.header-nav a:active,
.header-nav a.highlighted {color: #a53946; background: none;}

.header-nav > li > a:hover, 
.header-nav > li > a:focus, 
.header-nav > li > a:active,
.header-nav > li > a.highlighted {
    background-color: #000;
}

.header-nav a span.sub-arrow {background-image: url('../img/picto/submenu-sprite-arrows.png');}

/* Partie contextuelle */

/* Liens de langue */

/* Lien de retour */

/* Message IE... */

/* -------------------------------- */
/* Footer							*/
/* -------------------------------- */

/* -------------------------------- */
/* Contenu, objets					*/
/* -------------------------------- */

/* Forms */
.form-frame-logo {background-color: #230d02;}


/* Message cookie */

/* -------------------------------- */
/* Pages							*/
/* -------------------------------- */

/* Galeries */

/* Zone textuelle */
.picture-note.reference {display: block;}

/* -------------------------------- */
/* Media Queries                    */
/* -------------------------------- */

@media screen and (max-width: 1110px) {

	/* Styles de base */
	
	/* Lib */
	
	/* Formulaires */
	
	/* Boutons */
	
	/* Layout */
	
	/* Header */
	
	/* Nav */
	
	/* Footer */
	
	/* Objets */
	
	/* Page */
	
	/* Galeries */

}

@media screen and (max-width: 600px) {
	
	/* Styles de base */
	
	/* Lib */
	.header-nav a span.sub-arrow {background: none;}
	
	/* Nav */
	
	/* Formulaires */
	
	/* Boutons */
	
	/* Footer */
	
	/* Objets */
	
	/* Page */
	
	/* Galeries */
	
}