@charset "UTF-8"; 

/* 
 * CODES COULEURS
 * Gris			:	#76797e
 * Gris clair 	:	#95979A
 * Jaune 		:	#c8ae61
 */

/* -------------------------------- */
/* Styles de base					*/
/* -------------------------------- */
a {color: #c8ae61;}

h1, .h1, h2, .h2 {color: #c8ae61;}

/* 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 #76797e;
	background: #c8ae61;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;	
}

.button:hover {
	border-color: #c8ae61;
	background: #fff;
	color: #c8ae61; 
}

/* Pictos */

/* -------------------------------- */
/* Layout							*/
/* -------------------------------- */

/* -------------------------------- */
/* Header							*/
/* -------------------------------- */

.page-header-wrapper {
	background: #76797e;
}

.logo-img {
	padding: 12px;
	background: transparent;
}

/* Nav */

.sm ul {background: #95979A;}

.header-nav a:hover, 
.header-nav a:focus, 
.header-nav a:active,
.header-nav a.highlighted {
	background-color: #c8ae61;
	color: #fff;
}

/* Partie contextuelle */

/* Liens de langue */

/* Lien de retour */

/* Message IE... */

/* -------------------------------- */
/* Footer							*/
/* -------------------------------- */

/* -------------------------------- */
/* Contenu, objets					*/
/* -------------------------------- */

/* Forms */
.form-frame-logo {background-color: #c8ae61;}

/* 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;}
	
	/* Nav */
	
	/* Footer */
	
	/* Objets */
	
	/* Page */
	
	/* Galeries */

}

@media screen and (max-width: 600px) {
	
	/* Styles de base */
	
	/* Lib */
	
	/* Nav */
	
	/* Formulaires */
	
	/* Boutons */
	
	/* Footer */
	
	/* Objets */
	
	/* Page */
	
	/* Galeries */
	
}