﻿@font-face { font-family: LiberationSerif; src: url('LiberationSerif/LiberationSerif-Regular.ttf'); }

body { margin: 0; background-color: #e48c2f; font-family: LiberationSerif, Arial, sans-serif; color: black; background: #e48c2f; /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ca581a), to(#e99d3f)); /* Safari 5.1+, Chrome 10+ */ background: -webkit-radial-gradient(circle, #ca581a, #e99d3f); /* Firefox 3.6+ */ background: -moz-radial-gradient(circle, #ca581a, #e99d3f); /* IE 10 */ background: -ms-radial-gradient(circle, #ca581a, #e99d3f); }
h1, h2, h3, h4, h5 { font-weight: 600; }
h1, h3 { color: black; }
a { color: #4e7f3b; }
a:hover { color: #e48c2f; }

.lnk-titre { text-decoration: none; }
.page { width: 920px; margin: 0 auto; box-shadow: 4px 4px 25px #ca581a; }
.bandeau-top { background-color: white; padding: 10px 0px; }
.carrousel { position: relative; }
.slider { width: 100%; height: 260px; }

.bandeau-image { text-align: center; background-color: #1f1f1f; }
.center { padding: 0px; margin: 0 auto; }
.main { padding: 20px; background-color: white; min-height: 500px; line-height: 1.5em; margin-bottom: 30px; position: relative; }
.main:after { content: ""; width: 110px; height: 120px; background: blue; background: url(http://vocalvariances.com/images/arbre-mini.png); bottom: 0px; right: 5px; position: absolute; display: inline-block; }

.footer { padding-top: 10px; padding-bottom: 20px; }
.footer table { text-align: left; font-size: 0.9em; }

.menu { background-color: #f9f9f9; padding: 0px 0px; background-color: #c23410; }
.menu { }
.menu ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #c23410; display: block; margin: 0 auto; }
.menu li { float: left; /*border-right:solid 1px white;*/ margin: 0; padding: 0; }
.menu li:last-child { border-right: none; }
.menu li a { display: block; color: white; text-align: center; padding: 16px 26px; text-decoration: none; font-size: 1.1em; }
.menu li a:hover { background-color: #e57234; /*text-decoration:underline;*/ }
.menu li.selected { background-color: #ca581a; }
