/* -------------------------------------------------------------
Specific styles for this site.
------------------------------------------------------------- */
/* 
html {
}


html, body, button, input, select, textarea {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;	
}

body {
}
*/

h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {
	font-family: "Segoe UI", Arial, sans-serif
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


a {
	color: #315226;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
	background: rgba(0, 0, 0, .025);
}

::-moz-selection {
	background: #49753a;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #49753a;
	color: #fff;
	text-shadow: none;
}

/*
p {
}

p:last-child {
}

a:visited {
}

a:active, a:focus {
}
*/

strong {
	color: #315226;
	font-weight: bold;
}
/* -------------------------------------------------------------
======	MISC
------------------------------------------------------------- */
/* 
.hidden {
}
*/

/* For the medium size specific designs */
@media ( min-width :993px) {
	#top_menu_horiz {
		height: 2.0em;
	}
}

/* For the medium size specific designs */
@media ( max-width :992px) and (min-width:601px) {
	#top_menu_horiz {
		height: 2.4em;
	}
}


/* For the small size specific designs */
@media ( max-width :600px) {
	#top_menu_horiz {
		height: 2.0em;
	}
}

/* -------------------------------------------------------------
/* -- Specifique, a moi moi moi... 
------------------------------------------------------------- */
.sty_p_citation_titre {
}

.sty_p_citation {
	font-style: italic;
}

.sty_p_citation_titre {
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	background-color: #6F8CAA;
	color: #000000;
	border: #3F597A 2px solid;
}

.sty_w_exergue_light {
	font-weight: bold;
}

.sty_w_exergue_bright {
	font-weight: bold;
	color: #B60039; /* rouge sur fond lilas */
}

/* -------------------------------------------------------------
======	END
------------------------------------------------------------- */