/* @override */

/* @groupe CSS Reset */

html, body, h1, h2, h3, h4, h5, h6, blockquote, span, applet, object, iframe, pre,
a, 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, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroupe, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroupe, menu, nav, section {
	display: block;
}
/* @end */

/* @groupe Fonts */


@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: local('fonts/OpenSans-Regular-webfont'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svgz#webfont') format('svg'), url('../fonts/OpenSans-Regular-webfont.svg.html#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lobster13Regular';
    src: url('../fonts/Lobster_1.3-webfont.eot');
    src: url('../fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('../fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('../fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adventureregular';
    src: url('../fonts/adventure-webfont.eot');
    src: url('../fonts/adventure-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/adventure-webfont.woff') format('woff'),
         url('../fonts/adventure-webfont.ttf') format('truetype'),
         url('../fonts/adventure-webfont.svg#adventureregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_fedoraregular';
    src: url('../fonts/sf_fedora-webfont.eot');
    src: url('../fonts/sf_fedora-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sf_fedora-webfont.woff') format('woff'),
         url('../fonts/sf_fedora-webfont.ttf') format('truetype'),
         url('../fonts/sf_fedora-webfont.svg#sf_fedoraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @groupe General */

html {
}

body {
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	font-size: 14px;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	background-color: #000;
}
header {
	position: relative;
	max-width: 1280px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
}
div.section {
	max-width: 1280px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ECECEC;
/*
	background-image: url(../images/wallpaper.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
 */
}
footer {
	max-width: 1280px;
	border-top-style: solid;
	border-top-width: 1px;
	color: #b8b8b8;
	margin-left: auto;
	margin-right: auto;
	border-top-color: #fff;
	background-color: #000;
}
a, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}
a.bouton, a.bouton:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	background-color: rgba(0,0,0,0.64);
}

a.bouton:hover, a.bouton:active {
	color: #DC4F06;
	background-color: rgba(255,255,255,0.64);
}

h1 {
	font-size: 36px;
	margin-bottom: 20px;
}

h2 {
	font-family: sf_fedoraregular, 'Comic Sans MS';
	font-size: 30px;
	padding-top: 8px;
	padding-bottom: 14px;
}
.formulaire h2 {
	text-align: center;
}
h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	margin-bottom: 12px;
}

h5 {
	font-size: 18px;
	margin-bottom: 20px;
}

h6 {
	font-size: 16px;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.45;
	margin: 0;
}

.image-left {
	float: left;
	margin: 12px 30px 12px 0;
}

.image-right {
	float: right;
	margin: 12px 0 12px 30px;
}

.clearer {
	clear: both;
}

.clear-left {
	clear: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.ie7 img, .iem7 img {
	-ms-interpolation-mode: bicubic
}

blockquote {
	margin-left: 24px;
	font-family: MuseoSlab500, Georgia, "Times New Roman", Times, serif;
	padding-left: 12px;
	border-left: 2px solid #b1b1b1;
	padding-top: 4px;
	padding-bottom: 4px;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	list-style-position: inside;
	padding-left: 18px;
}
ol li {
	list-style-position: inside;
	padding-left: 4px;
}

#footer-haut {
	width: auto;
	height: 37px;
	float: none;
	clear: both;
	background-image: url(../images/textile_fond_haut.jpg);
	background-repeat: repeat;
}
#footer-haut .slogan {
	font-family: sf_fedoraregular, 'Comic Sans MS';
	font-size: 16pt;
	height: 37px;
	float: left;
	margin-left: 18px;
	padding-right: 18px;
	line-height: 37px;
	background-image: url(../images/footer_delimiteur.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
#footer-haut .social {

}
#footer-haut .recherche {
	margin-right: 18px;
	padding-left: 18px;
	float: right;
	line-height: 37px;
	background-image: url(../images/footer_delimiteur.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.recherche-resultat {
	list-style: none;
}

.recherche-resultat h2 {
	padding-left: 65px;
	background-image: url(../images/headers/forestquad-bullet.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
#footer-bas {
	min-height: 164px;
	float: none;
	clear: both;
	background-image: url(../images/textile_fond_bas.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #fff;
}
#footer-bas table {
	border-collapse: separate;
	border-spacing: 12px;
}
#footer-bas a, #footer-bas a:visited {
	color: #b8b8b8;
}
#footer-bas a:hover {
	color: #DC4F06;
}
#footer-g{
	margin-left: 2%;
	float: left;
}
#footer-m{
	margin-left: auto;
	margin-right: auto;
	max-width:900px;
	float: none;
	clear: none;
}
#footer-d{
	margin-right: 2%;
	clear: none;
	float: right;
}
footer .bloc-orange {
	width: 14px;
	background-color: #DC4F06;
}
footer .bloc-separateur {
	width: 1px;
	background-image: url(../images/footer_delimiteur.jpg);
	background-repeat: repeat-y;
}
.condense p {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
.copyright {
	font-size: 8pt;
}
footer table ul {
	margin: 0;
	padding: 0;
}
footer table ul li{
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 2px;
	clear: none;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
footer table ul li a {
	text-decoration: none;
}
footer table ul li a:hover {
	color: #DC4F06;
}
footer table ul li:before{
	content: "■ ";
}
footer table ul li ul{
	margin: 0;
	padding: 0;
}
footer table ul li ul li {
	display: block;
	list-style: disc;
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-weight: normal;
}

footer table ul li ul li:before{
	content: "> ";
}
footer table ul li ul li ul{
	display: none;
}
/* @end */

/* @groupe Layout */

body {
	color: #363636;
}
#header-overlay {
position: absolute;
top: 0;
z-index: 1000;
	width: 100%;
	height: 300px;
}

#emballage-titre {
	display: block;
	width: 100%;
	height: 100px;
}

#site-title {
	float: right;
}

#site-title h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	letter-spacing: -1px;
}

.in-header {
	letter-spacing: -2px;
	float: right;
	position: relative;
	top: 30px;
	right: 12px;
	height: 38px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(ressources/themes/asveyou/ie-fix/PIE.htc);
}

.in-navigation {
	height: 80px;
	line-height: 80px;
	padding-right: 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.35);
}


.in-navigation #site-logo{
	margin-top: 14px;
}

h1.in-navigation {
	height: 80px;
	line-height: 80px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.in-header h1 {
	display: inline-block;
	float: left;
}

.in-header #site-logo {
}

#site-logo {
	display: inline-block;
	text-align: center;
	float: left;
}

h2#site-slogan {
	text-align: center;
	color:  #fff;
	position: relative;
	top: 40px;
	letter-spacing: -2px;
}

nav#main-navigation {
	position: absolute;
	bottom: 0px;
	height: 80px;
	width: 100%;
	z-index: 2000;
	font-size: 18px;
}

.navigation-shadow {
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	behavior: url(ressources/themes/asveyou/ie-fix/PIE.htc);
}

h3#sidebar-title {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
#presentation-sidebar {
	padding: 0 8px 8px 8px;
}
#presentation-sidebar div.sombre {
	background-color: rgba(0,0,0,0.62);
	margin-top: 6px;
	padding: 4px;
}
#presentation-sidebar div.sombre p {
	font-size: 10pt;
	line-height: 10pt;
	margin: 0 0 8px 0;
}
#presentation-sidebar p {
	font-size: 10pt;
	line-height: 10pt;
}
#presentation-sidebar p, #presentation-sidebar h1, #presentation-sidebar h2,#presentation-sidebar h3,#presentation-sidebar h4 {
	padding: 0 18px 8px 18px;
}
#presentation-sidebar h3 {
	text-align: center;
	background-image: url(../images/transparent-80pc.png);
	background-repeat: repeat;
	margin:10px 10px 0;
	color:#fff;
	font-family: sf_fedoraregular, 'Comic Sans MS';
	font-size:18pt;
	letter-spacing:-1px;
}
#conteneur .inner {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.60);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.60);
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.60);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.60);
}

#conteneur .added-inset {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
#carteGoogle {width:100%; min-height:453px; z-index:1; overflow:visible;}
ul.smallList {
	font-size: 10px;
	font-style: italic;
}
.page h3 {
	font-size: 24px;
	margin-bottom: 12px;
	padding-left: 65px;
	background-image: url(../images/headers/forestquad-bullet.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
.page iframe {
	max-width: 45%;
	margin-left: 3%;
	margin-right: auto;
}
h3.date {
	font-size: 24px;
	margin-bottom: 12px;
	padding-left: 65px;
	background-image: url(../images/headers/forestquad-bullet.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: visible;
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.77);
	-moz-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.77);
	-o-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.77);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.77);
	margin-top: -1px;
}
#contenu {
	display: inline-block;
	margin-left: 120px;
	padding: 22px 12px 12px 12px;
	background-image: url(../images/transparent-blanc-90pc.png);
	background-repeat: repeat;
	-moz-box-shadow:inset 0px 1px 13px rgba(0,0,0,0.6);
	-webkit-box-shadow:inset 0px 1px 13px rgba(0,0,0,0.6);
	box-shadow:inset 0px 1px 13px rgba(0,0,0,0.6);
}
#contenu .primary-content ul {
	list-style: none;
}
.calendrier {
	width: 100%;
	float: left;
}
#contenu .avertissement {
	color:red;
	font-weight: bold;
	text-align: center;
}
#contenu .page {
	float: left;
	clear: none;
}
#contenu #galerie {
	float: left;
	clear: none;
}
iframe#fb_iframe  {
	float: left;
}
#contenu ul.calendar {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contenu ul.calendar li {
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 8PX;
	border: 1px solid #ccc;
}
table.pavement {
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	border-collapse: separate;
	border-spacing: 12px;
}
table.pavement tr {
	color: #b8b8b8;
}
.pavement tr td {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 6px;
}
table.liens {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	border-collapse: separate;
	border-spacing: 6px;
}
table.liens tr {
	color: #b8b8b8;
}
.liens tr td p, .liens tr td h2 {
}
.liens tr td h2 {
	padding-right: 8px;
}
.pave {
	padding: 4px;
	background-color: #5d3e3e;
	background-image: url(../images/trace-pneu.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.60);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.60);
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.60);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.60);
}

.pave .titre-cell {
	margin-left: auto;
	margin-right: auto;
}
#contenu .pave .titre-cell h1, #contenu .pave .titre-cell h2, #contenu .pave .titre-cell h3 {
	font-family: sf_fedoraregular, 'Comic Sans MS';
	font-size: 24pt;
	line-height: 24pt;
	color: #b8b8b8;
	padding-left: 40px;
	background-image: url(../images/fleche24-36.png);
	background-position: left 8px;
	background-repeat: no-repeat;
}
.pave .titre-cell h1 a, .pave .titre-cell h2 a, .pave .titre-cell h3 a, .pave .titre-cell h1 a:visited, .pave .titre-cell h2 a:visited, .pave .titre-cell h3 a:visited {
	color: #b8b8b8;
	text-decoration: none;
}
.pave .titre-cell h1 a:hover, .pave .titre-cell h2 a:hover, .pave .titre-cell h3 a:hover {
	color: #DC4F06;
}
#contenu .pave .titre-cell h4, #contenu .pave .titre-cell h5, #contenu .pave .titre-cell h6 {
	font-family: sf_fedoraregular, 'Comic Sans MS';
	font-size: 16pt;
	line-height: 16pt;
	color: #b8b8b8;
	padding-left: 40px;
	background-image: url(../images/fleche24-36.png);
	background-position: left 0;
	background-repeat: no-repeat;

}
.pave .titre-cell h4 a, .pave .titre-cell h5 a, .pave .titre-cell h6 a, .pave a, .pave .titre-cell h4 a:visited, .pave .titre-cell h5 a:visited, .pave .titre-cell h6 a:visited, .pave a:visited {
	color: #b8b8b8;
	text-decoration: none;
}
.pave .titre-cell h4 a:hover, .pave .titre-cell h5 a:hover, .pave .titre-cell h6 a:hover, .pave a:hover {
	color: #DC4F06;
}
.pave .titre-cell p {
	font-family: Arial;
	font-size: 16pt;
	color: #b8b8b8;
	padding-left: 4px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 6px 0;
}
.pave .img-cell {
	height: 260px;
	margin-left: auto;
	margin-right: auto;
}
.pave .lien-cell {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pave .lien-cell .lien-table {
	border-collapse: separate;
	border-spacing: 12px;
}
.desclien p {
	margin-top: 0;
	padding: 0;

}
td {
	vertical-align: top;
}
td.top {
	vertical-align: top;
}
td.img-align {
	vertical-align: top;
}
td.img-align img {
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.pave .lien-cell h2 {
	clear: none;
	padding: 0;
}
.pave .texte-cell {
	text-align: justify;
}
.footer-text {
	text-align: center;
	margin-top: 20px;
}

/* @end */

/* @groupe Navigation */
#main-navigation .inner {
	width: 100%;
	font-size: 18px;
}
nav#main-navigation>.inner>ul {
	list-style-type: none;
	width: 1280px;
	margin: auto;
	padding: 0;
	position: relative;
	overflow: visible;
}
nav#main-navigation>.inner>ul>li>a {
	text-align: center;
	text-decoration: none;
	height: 77px;
	padding-right: 12px;
	padding-left: 12px;
	font-style: normal;
	border-top: 3px solid transparent;
}


nav#main-navigation ul li a:hover, nav#main-navigation>.inner>ul>li>a.current, nav#main-navigation>.inner>ul>li>a.currentAncestor {
	border-top-style: solid;
	border-top-width: 3px;
	padding-top: 0;
}

nav#main-navigation>.inner>ul>li.hasChild>a:hover, nav#main-navigation>.inner>ul>li.hasChild>a.current, nav#main-navigation>.inner>ul>li.hasChild>a.currentAncestor {
	border-top-style: solid;
	border-top-width: 3px;
	padding-top: 0;
}

/*
nav#main-navigation ul ul {
	position: absolute;
	list-style-type: none;
	display: none;
	padding: 1px 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: visible;
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.77);
	-moz-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.77);
	-o-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.77);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.77);
	margin-top: -1px;
}
 */
nav#main-navigation ul ul {
	padding: 0;
	margin: 0;
	height: 70px;
}
nav#main-navigation ul ul li {
list-style: none;
	position: relative;
	font-size: .8em;
}

nav#main-navigation ul ul li a {
	line-height: 30px;
	width: 300px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}
nav#main-navigation ul ul li a.active {
	color:red;
}
nav#main-navigation ul ul li a:hover, nav#main-navigation>.inner>ul>ul>li>a.current, nav#main-navigation>.inner>ul>ul>li>a.currentAncestor {
	border-top: none;
}

nav#main-navigation ul ul li.lastChild {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-bottom: 12px;
}

nav#main-navigation ul ul li.firstChild {
	padding-top: 12px;
}

nav#main-navigation ul ul ul {
	position: absolute;
	left: 240px;
	z-index: 800;
	top: -12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

nav#main-navigation ul ul ul li.firstChild {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
div#smallnavigation {
	width: 100%;
}
div#smallnavigation ul {
	list-style: none;
}
div#smallnavigation ul li {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin: 2px 20px 2px 20px;
	padding: 8px;
	background-color: grey;
}

div#smallnavigation ul li a,div#smallnavigation ul li a:visited {
	text-decoration: none;
	color: #fff;
}

div#smallnavigation ul li a:hover, div#smallnavigation ul li a:active {
	color: yellow;
}
div#smallnavigation ul li ul{
	/* display: none; */
}
/* @end */
#archives {
	margin-top: 30px;
	margin-bottom: 30px;
}

#archives a {
	text-decoration: none;
}

.blogBadge {
}

.blogEntryTopperImg {
	width: 100%;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.blogEntryTopper_wrapper {
	position: relative;
	margin-bottom: 20px;
}

/* @groupe Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	display: block;
	list-style-type: none;
	padding: 0;
	list-style-position: inside;
	margin: 20px 0 0;
}

ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited, ul.blog-tag-cloud a:link{
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	background: url("../images/tag_right_side.png") repeat-x right center;
	display: inline-block;
	color: #656565 !important;
	text-shadow: #f1f1f1 0 1px 0;
	padding: 0 9px 0 5px;
}

ul.blog-tag-cloud a:hover {
	text-decoration: none;
}

ul.blog-tag-cloud li {
	display: inline-block;
	padding: 0 0 0 12px;
	position: relative;
	list-style-position: inside;
	list-style-type: none;
	background: url("../images/tag_left_side.png") no-repeat left center;
	white-space: nowrap;
	line-height: 25px;
	height: 25px;
	margin: 0 0 3px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

/* @groupe Archive contenu */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	margin-bottom: 30px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	text-decoration: none;
}
/* @end */

.blog-entry {
	position: relative;
	margin-bottom: 60px;
}

.lastBlogChild {
	margin-bottom: 0;
	padding-bottom: 0;
}



/* @groupe Forms */
form {
	margin: 0;
	padding: 0;
}

label {
}

.message-text {
}

.required-text {
	font-weight: bold;
}

.form-input-field {
	border: 1px solid #babab9;
	padding: 8px;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition-property: border-color, -webkit-box-shadow;
	transition-property: border-color, box-shadow;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-box-shadow:  inset 0px 0px 3px 0px #efefef;
	-moz-box-shadow:  inset 0px 0px 3px 0px #efefef;
	-o-box-shadow:  inset 0px 0px 3px 0px #efefef;
	box-shadow: inset 0px 0px 0px 3px #efefef;
	width: 95%;
}


.form-input-field:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
input.smallbutton {
padding: 4px !important;
line-height :18px;
font-size: 12px !important;
}
/* @end */

/* @groupe Breadcrumb Trail */

#breadcrumb {
	margin: 0;
	padding: 0;
}

#breadcrumb ul {
	list-style-type: none;
	margin: 0;
	list-style-image: none;
	padding: 0;
	text-align: center;
	padding: 20px 0;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li:before {
	content: '' !important;
	padding: 0 !important;
	margin: 0 !important;
}

#breadcrumb li a {
	margin: 0;
	text-decoration: none;
}

#breadcrumb li.lastItem a {
	font-weight: bold;
}

#breadcrumb .lastItem {
}

/* @end */

/* @groupe Theme FAQ */


#themefaqOverlay {
	z-index: 2999;
	overflow: auto;
	padding: 80px 0;
	display: block;
}

#themefaqWrapper {
	width: 624px;
	z-index: 3000;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000;
	background-color: rgba(34,34,34,0.94);
	background-image: url("../images/themefaqHighlight.png");
	background-repeat: repeat-x;
	background-position: 0 top;
	-webkit-box-shadow: 0px 1px 24px rgba(0,0,0,0.8), inset 0px 0px 1px rgba(50,50,50,1);
	box-shadow: 0px 1px 24px rgba(0,0,0,0.8), inset 0px 0px 1px rgba(50,50,50,1);
	color: #abadb9;
	padding: 24px;
	font-weight: normal;
	font-style: normal;
	opacity: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#themefaqAccordion a.themefaqQuestion {
	font: normal 15px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	display: block;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px;
	background-color: rgba(50,50,50,0.9);
	background-image: url("../images/themefaqHighlightSmall.png");
	background-repeat: repeat-x;
	background-position: 0 top;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4), inset 0px 0px 1px rgba(82,82,82,1);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4), inset 0px 0px 1px rgba(82,82,82,1);
	color: #c2c4d2;
}


#themefaqAccordion a.themefaqQuestion:hover {
	color: #858791;
}

#themefaqAccordion a.ui-state-active, #themefaqAccordion a.ui-state-active:hover {
	color: #3daeee;
	-webkit-animation-duration: 3.25s;
	-webkit-animation-name: pulse;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;

}

.themefaqAnswer p {
	padding: 10px;
}

@-webkit-keyframes pulse {
	from {
	-webkit-box-shadow:  inset 0px 0px 1px #fff, 0px 0px 12px rgba(61,174,238,0.15);
	}
	60% {
	-webkit-box-shadow: inset 0px 0px 1px #fff, 0px 0px 12px rgba(61,174,238,0.92);
	}
	to {
	-webkit-box-shadow: inset 0px 0px 1px #fff, 0px 0px 12px rgba(61,174,238,0.15);
	}

}
/* @end */

/* @groupe View.js (LightBox) */

.viewer li{
	-webkit-transition: width 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: width 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	transition: width 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.viewer li.current img{
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.3),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
	-moz-box-shadow:0 10px 20px rgba(0, 0, 0, 0.3),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.3),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
}

.viewer .caption{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
}

.viewer .current .caption{
	opacity: 100;
	visibility: visible;
	color: #fff;
}
/* @end */

a, a:visited {
	color: #1A8BC4;
}

a:hover, a:active {
	color: #DC4F06;
}
#entete {
	min-height: 300px;
}
#conteneur {
/*
	display: flex;
	flex-basis: 1280px;
	flex-direction: row;
	justify-content: center;
	flex-flow: row wrap;
 */
	width: auto;
	float: none;
	clear: both;
	color:  #363636;
}
#site-title h1 {
	color: red;
}

h2#site-slogan {
	color:  #FFFFFF;
}

nav#main-navigation ul li a:hover, nav#main-navigation>.inner>ul>li>a.current, nav#main-navigation>.inner>ul>li>a.currentAncestor {
	border-top-color: #E46407;
}

nav#main-navigation>.inner>ul>li.hasChild>a:hover, nav#main-navigation>.inner>ul>li.hasChild>a.current, nav#main-navigation>.inner>ul>li.hasChild>a.currentAncestor {
	border-top-color: #E46407;
}

#breadcrumb a, #breadcrumb a:visited, .footer-text a, .footer-text a:visited {
	color: #1A8BC4;
}

#breadcrumb a:hover, #breadcrumb a:active, .footer-text a:hover, .footer-text a:active {
	color: #136893;
}

#breadcrumb, .footer-text {
	color: #363636;
}

aside {
	color: #fff;
	background-image: url(../images/bois.jpg);
	background-repeat: repeat;
	margin-top: 22px;
	margin-bottom: 2px;
	margin-left: 12px;
	float: right;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
aside h3.indy {
	color:#FFF;
	font-family: sf_fedoraregular, 'Comic Sans MS';
	font-size:18pt;
	margin-left: 12px;
}
aside ul.albums-liste {
	color:#FFF;
	list-style: none;
	margin: 0 12px 0 12px;
	padding: 0;
}
aside ul.albums-liste li {
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(../images/transparent-blanc-80pc.png);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(ressources/themes/asveyou/ie-fix/PIE.htc);
}

aside ul.albums-liste a, aside ul.albums-liste a:visited {
	color:#DC4F06;
	text-decoration: none;
	font-weight: bold;
}
aside ul.albums-liste a:hover {
	color:red;
}
aside ul.albums-liste .album_titre_liste p {
	padding-left: 36px;
	line-height: 21pt;
	background-image: url(../images/appareil.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
aside ul.albums-liste .album_desc_liste p {
	font-size: 10pt;
	line-height: 10pt;
	font-style: italic;
	color: #000;
	padding-bottom: 6px;
}
aside h4 {
}
aside h4 a, aside h4 a:visited {
	line-height: 38px;
	margin-top: 4px;
	padding-left: 38px;
	background-image: url(../images/email.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(ressources/themes/asveyou/ie-fix/PIE.htc);
	color:#DC4F06;
	text-decoration: none;
	font-weight: bold;
}
aside h4 a:hover {
	color: red;
}
body {
	font-family: OpenSansRegular, "Lucida Grande", Lucida, sans-serif;
}

/* @groupe Navigation */
.in-navigation {
	border-left: 1px solid rgba(0, 0, 0, 0.35);
}

h1.in-navigation {
	border-left: 1px solid rgba(256, 256, 256, 0.1);
	color: #ffffff !important;
}

nav#main-navigation {
	background-image: url(../images/transparent-80pc.png);
	background-repeat: repeat;
	color: #fff;
}

nav#main-navigation>.inner>ul>li>a {
	color: #fff;
}

nav#main-navigation ul li a:hover, nav#main-navigation>.inner>ul>li>a.current, nav#main-navigation>.inner>ul>li>a.currentAncestor {
	background-color: #575857;
	background-color: rgba(57, 57, 57, 0.85);
}

nav#main-navigation>.inner>ul>li.hasChild>a:hover, nav#main-navigation>.inner>ul>li.hasChild>a.current, nav#main-navigation>.inner>ul>li.hasChild>a.currentAncestor {
	background: #575857 url("../images/nav-white-arrow.png") no-repeat center bottom;;
	background: rgba(57, 57, 57, 0.85) url("../images/nav-white-arrow.png") no-repeat center bottom;
}

nav#main-navigation ul ul {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}

nav#main-navigation ul ul li a {
	color: #909397;
}

nav#main-navigation ul li.hasChild>a {
	background: url("../images/nav-white-arrow.png") no-repeat center bottom;
}

nav#main-navigation ul ul li.hasChild>a {
	background: url("../images/sub-nav-gray-arrow.png") no-repeat right center;
}

nav#main-navigation>.inner ul ul li a:hover, nav#main-navigation>.inner ul ul li>a.current, nav#main-navigation>.inner ul ul li>a.currentAncestor {
	color: #fff;
	background-color: #575857;
	background-color: rgba(57, 57, 57, 0.85);
}


nav#main-navigation>.inner ul ul li.hasChild>a:hover, nav#main-navigation>.inner ul ul li.hasChild>a.current, nav#main-navigation>.inner ul ul li.hasChild>a.currentAncestor {
	background-color: #575857;
	background-color: rgba(57, 57, 57, 0.85);
	background-image: url("../images/sub-nav-white-arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
}
/* @end */
#header-overlay {
	background: none;
}

#header-overlay {
	min-height: 300px;
}


.in-header {

}


#site-title h1 {
	font-family: MuseoSlab500, serif;
}


h2#site-slogan {
	padding: 20px 40px;
	background-image: url(../images/transparent-60pc.png);
	background-repeat: repeat;
}



h2#site-slogan {
	font-size: 36px;
	line-height: 46px;
}


h2#site-slogan {
	font-family: OpenSansRegular, Verdana, "Lucida Grande", Lucida, sans-serif;
}


#conteneur .inner {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#conteneur .added-inset {
	margin-right: 0px;
	margin-left: 0px;
}
/* ÉVÉNEMENTS */
ul.calendrier {
	padding: 0 8px 8px 8px;
	list-style: none;
	margin: 0;
	width: 280px;
}
ul.calendrier li {
	margin: 0 0 12px 0;
	padding: 0;
}
ul.calendrier h3 {
	font-size: 22px;
	margin-bottom: 16px;
	text-align: left;
	margin:4px;
	color:#FFF;
	font-family: sf_fedoraregular, 'Comic Sans MS';
	font-size:18pt;
	letter-spacing:-1px;
}
ul.calendrier h4 {
	font-size: 14px;
	color: #000;
	text-align: center;
	background-color: #ffffff;
	font-weight: bold;

	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.6);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ressources/themes/asveyou/ie-fix/PIE.htc);
}
ul.calendrier a, ul.calendrier a:visited {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
}
ul.calendrier a:hover {
	font-size: 14px;
	line-height: 14px;
	color: red;
}
div.evenement p {
	padding-left: 24px;
	margin-top: 6px;
	padding-top: 0;
	background-image: url(../images/fleche_titres_modules.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.7;
    position:fixed;
    top:190px;
    margin-left:3%;
    display:none;
    text-indent:-9999px;
    background: url('../images/icone_top.png') no-repeat;
    z-index: 1000;
}

.scrollup:hover{
    background: url('../images/icone_top-on.png') no-repeat;
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}
.miel {
	opacity: 0;
}

/* Language picker */
.dropbtn {
  /* background-color: #4CAF50; */
  color: #fff;
  padding: 3px;
  font-weight: bold;
  /* font-size: 16px; */
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* RESPONSIVE ASVEYOU */
@media only screen and (min-width: 1025px) {
#main-navigation .inner {
	width: 100%;
	font-size: 100%;
}
nav#main-navigation>.inner>ul {
	list-style-type: none;
	width: 1280px;
	margin: auto;
	padding: 0;
	position: relative;
	overflow: visible;
}
nav#main-navigation>.inner>ul>li>a {
	text-decoration: none;
	height: 77px;
	display: block;
	font-weight: normal;
	font-style: normal;
}

nav#main-navigation>.inner>ul>li {
	display: block;
	float: left;
	position: relative;
}
#smallnavigation {
	display: none;
}

#conteneur {
	color:  #363636;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
}
#contenu {
	display: inline-block;
	vertical-align: top;
	width: 660px;
	min-height: 820px;
}
#aside {
display: inline-block;
max-width: 300px;
margin-left: 8px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
#main-navigation .inner {
}
nav#main-navigation>.inner>ul {
	list-style-type: none;
	width: 750px;
	margin: auto;
	padding: 0;
	position: relative;
	overflow: visible;
}
nav#main-navigation>.inner>ul>li>a {
	text-decoration: none;
	height: 77px;
	display: block;
}

nav#main-navigation>.inner>ul>li {
	display: block;
	float: left;
	position: relative;
}
#smallnavigation {
	display: none;
}
#contenu {
	margin-left: 22px;
	margin-right: 22px;
}
#aside {
display: block;
width: 50%;
margin: 12px auto;
}

aside {
	margin-top: 22px;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
}
@media only screen and (max-width: 767px){
#main-navigation {
	display: none;
}
.in-header {
	width: 100%;
	letter-spacing: -2px;
	float: none;
	position: relative;
	top: 30px;
	left:auto;
	right: auto;
	height: auto;
	background-color: transparent;
}
#conteneur {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contenu {
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	padding: 6px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contenu .page {
	float: none;
	clear: none;
	width: 100%;
	overflow: auto;
}
#contenu .page img {
float:none !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
}
#aside {
display: block;
width: 100%;
}
aside {
	margin-top: 22px;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#diaporama-banniere {
  display: none;
}
#site-title {
text-align: center;
}
#site-logo, #site-logo img {
	float: none !important;
	margin:auto;
}
h2#site-slogan {
	font-size: 24px !important;
}
#footer-haut .slogan {
	font-size: 10pt;
	height: 28px;
	float: left;
	margin-left: 18px;
	padding-right: 18px;
	line-height: auto;
	background-image: url(../images/footer_delimiteur.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.scrollup, .scrollup:hover {
    display:none !important;
}
}

/* @groupe Blog */

