@charset "UTF-8"; 

/* 
 * CODES COULEURS
 * 
 * Gris				: #9a9592
 * Gris clair		: #c5bdb8
 * Gris foncé		: #83766a
 * Gris très foncé 	: #564f49
 * 
 * Orange			: #f36f21
 * Orange clair		: #ffa000
 * Orange foncé		: #e6530e
 */

/* -------------------------------- */
/* Styles de base					*/
/* -------------------------------- */

body {
	/*background: url("../img/bg/bg.png") repeat scroll center center #fff;*/
}

a {color: #f36f21;}

/* Classes génériques */

/* -------------------------------- */
/* LIB (Surcharge)					*/
/* -------------------------------- */

/* smartmenus (non surcharge, car import styles, optionnel) */

/* Magnific Popup */

/* royalSlider */

/* -------------------------------- */
/* Titres							*/
/* -------------------------------- */

/* -------------------------------- */
/* Formulaires						*/
/* -------------------------------- */

/* -------------------------------- */
/* Boutons, pictos					*/
/* -------------------------------- */

/* Boutons */
.button {
	border: solid 1px #f36f21;
	background: #f36f21;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
	color: #fff;
}

.button:hover {
	background: #fff;
	color: #f36f21;
}

/* Pictos */

/* -------------------------------- */
/* Layout							*/
/* -------------------------------- */

/* -------------------------------- */
/* Header							*/
/* -------------------------------- */

.page-header-wrapper {background: #83766a;}

.logo-img {
	padding: 4px 0;
	background: transparent;
}

/* Nav */
.header-nav ul {background: #564f49;}
.header-nav ul ul {background: #9a9592;}

.header-nav a:hover, 
.header-nav a:focus, 
.header-nav a:active,
.header-nav a.highlighted {background-color: #83766a; color: #ffa000;}

.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: #f36f21;
}

/* Message cookie */

/* -------------------------------- */
/* Pages							*/
/* -------------------------------- */

/* Galeries */

/* Zone textuelle */

/* -------------------------------- */
/* Media Queries                    */
/* -------------------------------- */

@media screen and (max-width: 1110px) {

	/* Styles de base */
	
	/* Lib */
	
	/* Formulaires */
	
	/* Boutons */
	
	/* Layout */
	
	/* Header */
	.logo-img {
		padding: 8px 0 0 8px;
	}
	
	/* Nav */
	
	/* Footer */
	
	/* Objets */
	
	/* Page */
	
	/* Galeries */

}

@media screen and (max-width: 600px) {
	
	/* Styles de base */
	
	/* Lib */
	
	/* Nav */
	.logo-img {padding: 8px;}
	.header-nav-button {background: #c5bdb8;}
	.header-nav, .header-nav ul, .header-nav ul ul, .header-nav a.highlighted {background: #564f49;}
	.header-nav a span.sub-arrow {background: none;}
	
	/* Formulaires */
	
	/* Boutons */
	
	/* Footer */
	
	/* Objets */
	
	/* Page */
	
	/* Galeries */
	
}