@charset "iso-8859-1";
@font-face {
    font-family: 'bangersregular';
    src: url('fonts/bangers-webfont.eot');
    src: url('fonts/bangers-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bangers-webfont.woff2') format('woff2'), url('fonts/bangers-webfont.woff') format('woff'), url('fonts/bangers-webfont.ttf') format('truetype'), url('fonts/bangers-webfont.svg#bangersregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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


/* reset CSS */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}


/* END RESET CSS */


/*
*  Elements communs
*/

.w-1-1 {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.33%;
}

.w-1-4 {
    width: 25%;
}

.w-1-5 {
    width: 20%;
}

.w-2-3 {
    width: 66.66%;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.txtleft {
    text-align: left;
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.txtjustifie {
    text-align: justify;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.gras {
    font-weight: bold;
}

.italique {
    font-style: italic;
}

.t30 {
    font-size: 30px;
}

.t20 {
    font-size: 20px;
}

.nowrap {
    white-space: nowrap;
}

p.redac {
    margin-bottom: 20px;
}

h1.redac {
    color: #a4262c;
    margin-bottom: 20px;
    font-size: 14px;
}

h2.redac {
    color: #a4262c;
    margin-bottom: 20px;
    padding-top: 5px;
}

.rouge {
    color: #a4262c;
}

.gris {
    color: #3d3a3b;
}

.blanc {
    color: #fff;
}

.corner {
    border: 1px solid #97979a;
    -moz-border-radius: 4px/*{cornerRadius}*/
    ;
    -webkit-border-radius: 4px/*{cornerRadius}*/
    ;
    border-radius: 4px/*{cornerRadius}*/
    ;
}

.lateral-shadows:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 105;
    -moz-border-radius: 12px / 65px;
    -webkit-border-radius: 12px / 65px;
    border-radius: 12px / 65px;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.lateral-shadows:after {
    display: none;
}

.lnkplus,
.infopop,
.lnkadd {
    color: #96272e;
    text-decoration: none;
    font-weight: bold;
    background-repeat: no-repeat;
}

.lnkplus,
.infopop,
.lnkadd {
    float: right;
    padding-right: 16px;
    background-image: url(../images/site/accueil-fleche-suite.png);
    background-position: right 1px;
}

.lnkadd {
    float: left;
    padding-left: 16px;
    background-image: url(../images/site/btn-plus.png);
    background-position: left 1px;
}

.btn-gris {
    background-image: url(../images/site/btn-gris.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    padding: 3px 5px;
    margin-top: 5px;
    color: #000;
    font-weight: bold;
}

.btn-gris:hover {
    background-position: -17px;
}

.btn-rouge {
    background-image: url(../images/site/btn-rouge.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    padding: 1px 5px;
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
}

.btn-rouge:hover {
    background-position: -17px;
}

input.spin-button {
    height: 16px;
    padding-right: 20px;
    border: 1px solid #717171;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-image: url(../images/site/icons/spinbtn_updn.gif);
}

input.spin-button.up {
    cursor: pointer;
    background-position: 100% -18px;
}

input.spin-button.down {
    cursor: pointer;
    background-position: 100% -36px;
}

a.standard {
    color: #96272e;
    font-weight: bold;
}

a.standard:hover {
    text-decoration: underline;
}


/* structure générale de la page */

html,
body {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 12px;
    background-color: #000;
    background-image: url(../images/site/fond.png);
    /*background-repeat: no-repeat;*/
    background-position: top center;
    background-attachment: fixed;
    /*background-size: cover;*/
}

#page {
    position: relative;
    margin: 0 auto;
    width: 1004px;
    min-height: 100%;
    height: auto;
    background-color: transparent;
    /*background-image: url(../images/site/fond-page.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
    /* overflow: hidden; */
}

header {
    position: relative;
    width: 100%;
    background-color: transparent;
}

header #bandeau {
    position: relative;
    width: 100%;
    height: 157px;
    z-index: 1000;
    background-color: #fff;
}

header #bandeau a#logo {
    display: block;
    width: 331px;
    height: 123px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -165px;
    background-image: url(../images/site/logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

header #tableau-bord {
    position: relative;
    width: 100%;
    background-color: #fff;
}

header #bandeau a#btnGalerie {
    display: block;
    position: relative;
    width: 293px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../images/site/btn-galerie.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align: center;
}

header #bandeau a#btnGalerie p {
    display: block;
    text-align: center;
    width: 100%;
    /*position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);*/
    font-size: 20px;
    font-weight: bold;
    color: #F30C0C;
    -webkit-transform: rotate(-8deg) skew(-15deg);
    -moz-transform: rotate(-8deg) skew(-15deg);
    -ms-transform: rotate(-8deg) skew(-15deg);
    transform: rotate(-15deg) skew(-15deg);
    animation: 1s step-start 1s normal none infinite running blink;
}

header #bandeau a#btnGalerie p:nth-child(1) {
    margin-top: 15px;
    text-shadow: #eee 0 5px 2px, #eee 2px 8px 8px, #eee 4px 12px 10px, #eee 6px 14px 14px;
}

header #bandeau a#btnGalerie p:nth-child(2) {
    text-shadow: #eee 0 5px 2px, #eee 2px 8px 4px, #eee 4px 12px 4px, #eee 6px 14px 18px;
}

header #bandeau a#btnGalerie p:nth-child(3) {
    text-shadow: #eee 0 5px 6px, #eee 2px 8px 10px, #eee 4px 12px 18px, #eee 6px 14px 26px;
}

header #bandeau #reseaux-sociaux {
    width: 30%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

header #bandeau #reseaux-sociaux a {
    display: inline-block;
    width: 15%;
    height: 0;
    padding-bottom: 15%;
    margin-left: 1%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

header #bandeau #reseaux-sociaux a#lnk-facebook {
    background-image: url(../images/site/Facebook.png);
}

header #bandeau #reseaux-sociaux a#lnk-twitter {
    background-image: url(../images/site/Twitter.png);
}

header #bandeau #reseaux-sociaux a#lnk-googleplus {
    background-image: url(../images/site/Googleplus.png);
}

header #bandeau #reseaux-sociaux a#lnk-instagram {
    background-image: url(../images/site/Instagram.png);
}

header #compte-membre {
    position: absolute;
    right: 5px;
    top: 0;
    width: 30%;
}

header #compte-membre #btn-accescompte,
header #compte-membre #btn-espacecompte {
    display: inline-block;
    float: left;
    padding: 12px 20px;
    margin-right: 10px;
    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #acacac 100%);
    background: -webkit-linear-gradient(top, #dddddd 0%, #acacac 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #acacac 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#acacac', GradientType=0);
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

header #compte-member #btn-espacecompte {
    width: 100%;
    test-align: center;
    cursoer: pointer;
}

header #compte-membre p {
    margin-top: 10px;
}

header #compte-membre p a {
    cursor: pointer;
}

header #recherche {
    position: absolute;
    width: 30%;
    height: auto;
    right: 0;
    bottom: 0;
    text-align: left;
    background-color: transparent;
    overflow: visible;
}

header #recherche a#rech-button,
#rech-annee-form a#rech-annee-button {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 0 0 -3px;
    vertical-align: top;
    background-image: url(../images/site/btn_rechercher.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 1px solid #8d8d8d;
    cursor: pointer;
}

header #recherche a#rech-button:hover,
#rech-annee-form a#rech-annee-button:hover {
    background-position: 0 -26px;
}

header #recherche #rech-field,
header #recherche #code-field {
    margin-bottom: 1%;
}
header #recherche hr {
    margin: 1% 0;
}

header #recherche input[type=text] {
    width: 50%;
    height: 24px;
    margin: 0;
    border-top: 1px solid #8d8b8d;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #8d8b8d;
    background-color: #ddd;
    color: #000;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#rech-annee-form input[type=text],
#rech-annee-form select {
    height: 24px;
    margin: 0;
    border-top: 1px solid #8d8b8d;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #8d8b8d;
    background-color: #ddd;
    color: #000;
}

#rech-annee-form select {
    height: 28px;
}

header #recherche a#rech-domaine {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    padding-left: 5px;
    height: 26px;
    line-height: 26px;
    margin: 0 0 0 -3px;
    vertical-align: top;
    border: 1px solid #8d8d8d;
    background-color: #ddd;
    background-image: url(../images/site/btn-select.png);
    background-repeat: no-repeat;
    background-position: top right;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
    font-weight: bold;
}

header #recherche div#select-domaine {
    display: none;
    position: absolute;
    top: 27px;
    right: -1px;
    width: 180px;
    border-right: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
    z-index: 150;
}

header #recherche a#rech-domaine:hover div#select-domaine {
    display: block;
}

header #recherche div#select-domaine div {
    position: relative;
    padding: 5px;
    background-color: #cccccc;
    z-index: 105;
}

header #recherche div#select-domaine p {
    padding: 3px;
    margin: 2px 0;
    white-space: nowrap;
    background-color: #aaaaaa;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

header #recherche div#select-domaine ul {
    list-style-type: none;
    text-align: left;
}

header #recherche div#select-domaine ul li {
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    margin-bottom: 2px;
}

header #recherche div#select-domaine ul li.checked,
header #recherche div#select-domaine ul li:hover {
    background-color: #a2a2a2;
}

header #recherche div#select-domaine ul li input {
    margin: -3px 5px 0 2px;
}

header #recherche a#rech_aide {
    padding-right: 20px;
    color: #000;
    background-image: url(../images/site/info-icone.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: bold;
}

header #menus-recherche-container {
    position: relative;
    width: 100%;
    height: auto;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid transparent;
    /*background-image: url(../images/site/fond-tableau-bord.gif);
	background-position: 0 0;
	background-repeat: repeat-x;*/
}

header #menus-recherche-container #menus {
    position: absolute;
    left: 0;
    top: 0;
    width: 693px;
    height: 87px;
    background-color: #000;
    overflow: hidden;
}

header #menus-recherche-container #menus nav#domaines {
    position: relative;
    height: 58px;
    padding: 0;
    margin: 0;
}

header #menus-recherche-container #menus nav#domaines ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header #menus-recherche-container #menus nav#domaines ul li {
    float: left;
    margin: 1px 0 2px 0;
    height: 26px;
    overflow: visible;
}

header #menus-recherche-container nav#domaines ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    height: 26px;
    text-indent: -999em;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
}

header #menus-recherche-container nav#domaines ul li a:hover {
    background-position: 0 -26px;
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-competitions {
    width: 169px;
    background-image: url(../images/site/btn_competitions.png);
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-generalites {
    width: 169px;
    background-image: url(../images/site/btn_generalites.png);
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-histoire {
    width: 129px;
    background-image: url(../images/site/btn_histoire.png);
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-hommes {
    width: 117px;
    background-image: url(../images/site/btn_hommes.png);
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-marques {
    width: 122px;
    background-image: url(../images/site/btn_marques.png);
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-motos {
    width: 117px;
    background-image: url(../images/site/btn_motos.png);
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-musees {
    width: 122px;
    background-image: url(../images/site/btn_musees.png);
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-technologies {
    width: 155px;
    background-image: url(../images/site/btn_technologies.png);
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-vehiculesdivers {
    width: 155px;
    background-image: url(../images/site/btn_vehiculesdivers.png);
}

header #menus-recherche-container nav#domaines ul li a#menu-btn-voitures {
    width: 129px;
    background-image: url(../images/site/btn_voitures.png);
}

header nav#secondaire {
    position: relative;
    height: 26px;
    margin: 3px 0 0 0;
}

header nav#secondaire ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header nav#secondaire ul li {
    float: left;
    margin: 0;
    height: 26px;
    overflow: hidden;
}

header nav#secondaire ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 26px;
    text-indent: -999em;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
}

header nav#secondaire ul li a:hover {
    background-position: 0 -26px;
}

header nav#secondaire ul li a#menu-btn-anciens {
    width: 179px;
    background-image: url(../images/site/btn_vehiculesanciens.png);
}

header nav#secondaire ul li a#menu-btn-contemporains {
    width: 222px;
    background-image: url(../images/site/btn_vehiculescontemporains.png);
}

header nav#secondaire ul li a#menu-btn-sports {
    width: 169px;
    background-image: url(../images/site/btn_sportsmecaniques.png);
}

header nav#secondaire ul li a#menu-btn-medias {
    width: 122px;
    background-image: url(../images/site/btn_media.png);
}

#frmRecherche #rech-annee-form input#annee {
    width: 100px;
}

#frmRecherche a#rech-archives-button,
#frmRecherche a#rech-annee-button {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 0 0 -3px;
    vertical-align: top;
    background-image: url(../images/site/btn_rechercher.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 1px solid #8d8d8d;
    cursor: pointer;
}

#frmRecherche a#rech-archives-button:hover,
#frmRecherche a#rech-annee-button:hover {
    background-position: 0 -26px;
}

#frmRecherche input[type=text] {
    width: 300px;
    height: 24px;
    margin: 0;
    border-top: 1px solid #8d8b8d;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #8d8b8d;
    background-color: #ddd;
    color: #000;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#frmRecherche #rech-annee-form a#rech-domaine,
#frmRecherche #rech-annee-form div#select-domaine {
    display: none;
    position: absolute;
    top: 27px;
    right: -1px;
    width: 180px;
    border-right: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
    z-index: 150;
}

#frmRecherche #rech-annee-form a#rech-domaine:hover div#select-domaine {
    display: block;
}

#frmRecherche #rech-annee-form div#select-domaine div {
    position: relative;
    padding: 5px;
    background-color: #cccccc;
    z-index: 105;
}

#frmRecherche #rech-annee-form div#select-domaine p {
    padding: 3px;
    margin: 2px 0;
    white-space: nowrap;
    background-color: #aaaaaa;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

#frmRecherche #rech-annee-form div#select-domaine ul {
    list-style-type: none;
    text-align: left;
}

#frmRecherche #rech-annee-form div#select-domaine ul li {
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    margin-bottom: 2px;
}

#frmRecherche #rech-annee-form div#select-domaine ul li.checked,
#frmRecherche #rech-annee-form div#select-domaine ul li:hover {
    background-color: #a2a2a2;
}

#frmRecherche #rech-annee-form div#select-domaine ul li input {
    margin: -3px 5px 0 2px;
}

header #menu-bas {
    position: relative;
    width: 100%;
    height: 50px;
    background-image: url(../images/site/fond-menu.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
}

header #menu-bas ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

header #menu-bas>ul>li {
    float: left;
    height: 34px;
    margin: 0;
    overflow: visible;
    width: 16.66%;
    height: 100%;
}

header #menu-bas>ul>li>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 17px;
    vertical-align: middle;
    padding-left: 15px;
    text-decoration: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.1em;
    cursor: pointer;
    font-weight: bold;
    font-family: "kaushan_scriptregular";
}

header #menu-bas>ul>li>a>span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header #menu-bas div#menu-domaines {
    display: none;
    position: relative;
    width: 150px;
    padding: 0;
    z-index: 100;
}

header #menu-bas>ul>li:nth-child(2):hover div#menu-domaines {
    display: block;
}

header #menu-bas div#menu-domaines ul {
    position: relative;
    background-color: #cccccc;
    padding: 5px 0 5px 0;
    z-index: 110;
}

header #menu-bas div#menu-domaines ul li {
    margin-bottom: 2px;
}

header #menu-bas div#menu-domaines ul li:last-child {
    margin-top: 10px;
}

header #menu-bas div#menu-domaines a {
    display: block;
    height: 17px;
    padding-left: 15px;
    line-height: 17px;
    vertical-align: middle;
    color: #0f0f0f;
    background-image: url(../images/site/btn-menu-deroulant.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0.9em;
}

header #menu-bas div#menu-domaines a:hover {
    background-position: 0 -17px;
    background-color: #a2a2a2;
    font-weight: bold;
}

header #appel-dispo {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    background-color: #7D1418;
    color: #fff;
    line-height: 2rem;
}

header #appel-dispo span {
    font-size: 1.7rem;
    line-height: 2.5rem;
}

#contenu {
    min-height: 375px;
    padding: 15px 0 0 0;
    border-left: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
    background-color: #fff;
    /*overflow: hidden;*/
}

#messages,
.alerte {
    position: relative;
    margin: 40px 0 0 5px;
    width: 100%;
    min-height: 40px;
}

#messages div,
.alerte div {
    border: 1px solid #95a486;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 10px 10px 30px;
}

#messages .msgOK,
.alerte .msgOK,
.message-container .msgOK {
    background-color: #cfeccb;
    background-image: url(../images/admin/icons/success_msg_icon.gif);
}

#messages .msgERR,
.alerte .msgERR,
.message-container .msgERR {
    background-color: #f8c3d0;
    background-image: url(../images/admin/icons/error_msg_icon.gif);
}

#messages .msgWARN,
.alerte .msgWARN,
.message-container .msgWARN {
    background-color: #fbffc1;
    background-image: url(../images/admin/icons/warning_msg_icon.gif);
}

.contenu-header {
    border-bottom: 2px solid #373334;
}


/*.contenu-header h1 {
	margin: 0;
	padding: 0;
	color: #901a22;
	font-size: 16px;
	font-weight: bold;
	z-index: 1;
	text-shadow: 0.08em 0.08em 0.2em #5a341d;
}*/

.contenu-inner div.columns,
.edit-inner div.columns {}

.contenu-inner div.side-col,
.edit-inner div.side-col {
    width: 266px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

.contenu-inner div.main-col,
.edit-inner div.main-col {
    min-height: 450px;
    padding: 0 0 0 20px;
}

.contenu-inner div.pied-inner {
    margin-bottom: 25px;
    padding: 0 15px;
}

.contenu-inner div.pied-inner a {
    color: #620E11;
}

.contenu-columns {
    min-height: 360px;
    background-color: #f0f0f0;
    background-position: 0 0;
    background-repeat: repeat-y;
}

.g-c-d {
    min-height: 360px;
    background-image: url(../images/site/fond-contenu-3-colonnes.gif);
}

.g-m {
    min-height: 360px;
    background-image: url(../images/site/fond-contenu-2-colonnes.gif);
}

.col-g {
    position: relative;
    float: left;
    width: 266px;
    padding-bottom: 20px;
    background-color: #f0f0f0;
}

#footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 0.8em;
}

#footer a {
    color: #000;
}

.paginator {
    text-align: center;
}

button,
.button {
    height: 24px;
    line-height: 24px;
    padding-top: 0;
    color: #000;
    font-weight: bold;
    border: 1px solid #97979a;
    background-image: url(../images/site/btn-standard.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    -moz-border-radius: 4px/*{cornerRadius}*/
    ;
    -webkit-border-radius: 4px/*{cornerRadius}*/
    ;
    border-radius: 4px/*{cornerRadius}*/
    ;
}

button:hover,
.button:hover {
    color: #fff;
    background-position: 0 -24px;
}


/* tableaux de donn�es */

table.datas {
    width: 1005px;
    border-collapse: collapse;
    empty-cells: show;
    /*border: 1px solid #CCDCDE;*/
    table-layout: auto;
}

table.datas th,
table.datas td {
    border-right: 1px solid #252525;
    padding: 2px 5px;
    /*border: 1px solid #CCDCDE;*/
}

table.datas thead,
table.datas tfoot {
    background-image: url(../images/site/fond-thead-liste.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

table.datas th {
    height: 28px;
    vertical-align: middle;
    font-size: 11px;
}

table.datas thead input,
table.datas thead select,
table.datas tfoot input,
table.datas tfoot select {
    width: 95%;
}

table.datas a.btn {
    display: block;
    float: left;
    height: 25px;
    margin-right: 5px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

table.datas a.btn-contribs {
    padding: 4px 15px 0 2px;
    width: 20px;
    height: 21px;
    text-align: center;
    text-decoration: none;
    color: #99121a;
    background-image: url(../images/site/btn-contributions.png);
}

table.datas a.btn-nocontribs {
    cursor: normal;
    width: 37px;
    background-image: url(../images/site/btn-nocontributions.png);
}

table.datas a.btn-contribuer {
    width: 26px;
    background-image: url(../images/site/btn-contribuer.png);
}

table.datas a.btn-references {
    padding: 4px 7px 0 0;
    width: 22px;
    text-align: center;
    color: #99121a;
    background-image: url(../images/site/btn-references.png);
}

table.datas a.btn-noreferences {
    width: 29px;
    background-image: url(../images/site/btn-noreferences.png);
}

table.datas a.btn-sujets {
    width: 28px;
    background-image: url(../images/site/btn-sujets.png);
}

table.datas .details {
    background-color: #e5d2c9;
    border: none;
    padding: 2px 0;
}

table.datas .detail td {
    border-right: none;
    border-bottom: 1px solid #000;
}

table.datas .detail tr.last td {
    border-bottom: none;
}

table.datas a.btn-voir {
    width: 28px;
    background-image: url(../images/site/btn-voir.png);
}

table.datas a.btn-detail {
    width: 28px;
    background-image: url(../images/site/btn-detail.png);
}

table.datas a.btn-modifier {
    width: 32px;
    background-image: url(../images/site/btn-modifier.png);
}

table.datas a.btn-supprimer {
    width: 25px;
    background-image: url(../images/site/btn-supprimer.png);
}


/* formulaires */

table.tbl-form {
    width: 100%;
}

table.tbl-form input.input-text,
table.tbl-form textarea,
table.tbl-form select {
    border-width: 1px;
    border-style: solid;
    border-color: #aaa #c8c8c8 #c8c8c8 #aaa;
    background: #fff;
    font: 12px arial, helvetica, sans-serif;
}

table.tbl-form select {
    min-height: 17px;
}

table.tbl-form input,
textarea {
    padding: 2px;
}

table.tbl-form td.label {
    min-width: 100px;
    white-space: no-wrap;
    vertical-align: top;
    text-align: right;
}

table.tbl-form td.value {
    text-align: left;
}

table.tbl-form td.value input.input-text,
table.tbl-form td.value textarea,
table.tbl-form td.value select {
    min-width: 350px;
    width: 100%;
}

table.tbl-form td.value textarea {
    height: 200px;
}

table.tbl-form td img {
    width: 100%;
}

table.tbl-form td ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.tbl-form td.message-container {
    vertical-align: top;
}

.tbl-listForm td {
    align: center;
}

.tbl-listForm td input {
    width: 95%;
}

.tbl-listForm a {
    display: block;
    float: left;
    height: 25px;
    margin-right: 5px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.tbl-listForm a.iconDelete {
    width: 25px;
    background-image: url(../images/site/btn-supprimer.png);
}

fieldset {
    border: 1px solid #D8E6E6;
}

input.field-annee {
    width: 45px;
}

.bl_form {
    margin: 150px 0;
}

.bl_form input {
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
}

.lb_wrap .lb_label.top,
.lb_wrap .lb_label.bottom {
    left: 5px !important;
}

.lb_wrap .lb_label.left {
    left: 0;
}

.lb_label {
    font-weight: bold;
    color: #555;
}

.lb_label.active {
    color: #999;
}


/* menu vertical */

.tab-item-link {
    cursor: pointer;
}

ul.tabs {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
}

ul.tabs a,
ul.tabs span {
    display: block;
}

ul.tabs a,
ul.tabs a:hover {
    text-decoration: none;
    color: #000;
}

ul.tabs,
ul.tabs a {
    background: url(../images/admin/tabs_link_bg.gif) repeat-y 100% #E7EFEF;
}

ul.tabs a:hover {
    background-color: #D8E6E6;
    background-image: url(../images/admin/tabs_link_over_bg.gif);
}

ul.tabs a.active {
    padding: 0;
    border-bottom: 1px solid #bebebe;
    background: none;
}

ul.tabs a:hover.active {
    padding: 0;
    background: none;
}

ul.tabs a.active span,
ul.tabs a:hover.active span {
    background: #fff;
    font-weight: bold;
}

ul.tabs span {
    background: url(../images/admin/tabs_span_bg.gif) repeat-x 0 100%;
    padding: .3em 0.5em .28em 1.5em;
    cursor: pointer;
}

ul.tabs h3 {
    padding: 0;
    background-color: #fff;
}


/* boites */

.main-col-content {
    float: left;
    width: 702px;
}

.main-col-sidebar {
    float: right;
    width: 298px;
}

.cadre {
    border: 1px solid #D8E6E6;
}

.cadre legend {
    background-color: #fff;
    padding: 0 5px;
}


/*--- page accueil ---*/

.accueil-contenu {
    margin: 0 8px;
}

.titre-bloc-accueil {
    font-size: 1.3rem;
}

.accueil-col {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -1px;
    border-left: 1px solid #B2B2B2;
    border-right: 1px solid #B2B2B2;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accueil-col.first {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
}

.accueil-col.last {
    padding-right: 0;
    border-right: none;
}

.accueil-col .cadre-haut {
    padding-left: 10px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    color: #fff;
    background-image: url(../images/site/accueil-titre-bloc.png);
    background-position: 0 0;
    background-repeat: repeatX;
    font-weight: bold;
}

.accueil-col>div {
    margin-bottom: 30px;
}

#accueil-clubs,
#accueil-retro-news {
    display: block;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-bottom: 2px solid #000;
}

#accueil-clubs {
    min-height: 585px;
    background-image: url(../images/site/accueil-titre-clubs.png);
}

#accueil-clubs #btn-clubs-annoncer,
#accueil-clubs #btn-clubs-presenter {
    margin-top: 10px;
}

#accueil-clubs #btn-clubs-annoncer {
    float: right;
    margin-right: 10px;
}

#accueil-g,
.accueil-g {
    position: relative;
    float: left;
    width: 545px;
}

#accueil-d,
.accueil-d {
    position: relative;
    float: left;
    width: 440px;
}

#accueil-g .bloc {
    position: relative;
    float: left;
    margin-bottom: 15px;
}

#accueil-d .bloc {
    position: relative;
    float: left;
    margin-bottom: 15px;
}

#accueil-bienvenue {
    padding-bottom: 10px;
}

#accueil-bienvenue .cadre-haut {
    color: #fff;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding-left: 10px;
    vertical-align: middle;
    height: 23px;
    background-image: url(../images/site/accueil-titre-bloc.png);
    background-position: 0 0;
    background-repeat: repeatX;
}

#accueil-bienvenue .cadre-contenu {
    position: relative;
    padding: 10px 5px 0 5px;
    margin-bottom: 5px;
    color: #3d3a3b;
}

#accueil-bienvenue #bloc-bienvenue {
    position: relative;
    float: left;
    width: 535px;
}

#accueil-bienvenue #bloc-bienvenue div {
    padding-right: 5px;
    border-right: 1px solid #b8b9ba;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

#accueil-bienvenue #bloc-ami {
    position: relative;
    float: right;
    width: 430px;
    text-align: center;
}

#accueil-bienvenue #bloc-ami img {
    max-width: 100%;
}

#accueil-bienvenue .lnkplus {
    float: right;
    margin-top: 5px;
    padding-right: 16px;
    bottom: 8px;
    color: #96272e;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/site/accueil-fleche-suite.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}

#lnk-ami {
    position: relative;
    width: 259px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#lnk-reseaux {
    height: 66px;
    line-height: 66px;
    margin-top: 1em;
    vertical-align: middle;
    width: 46%;
    overflow: hidden;
}

#lnk-facebook {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../images/site/icons/facebook.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#lnk-boutique a {
    display: block;
    position: relative;
}

#lnk-boutique a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #1A4577;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}

#lnk-boutique a p span {
    font-size: 12px;
}

#lnk-boutique a img {
    opacity: 0.25;
}

#bloc-images-a-decouvrir {
    width: 259px;
    height: 259px;
    margin-left: 15px;
}

#bloc-images-a-decouvrir img {
    z-index: 1;
    border: none;
}

#bloc-images-a-decouvrir .small {
    position: absolute;
    width: 37px;
    height: 37px;
}

#bloc-images-a-decouvrir .medium {
    position: absolute;
    width: 74px;
    height: 74px;
}

#bloc-images-a-decouvrir .large {
    position: absolute;
    width: 111px;
    height: 111px;
}

#bloc-images-a-decouvrir img:hover {
    z-index: 100;
    border: 1px solid #b8b9ba;
}

#bloc-images-a-decouvrir .small:hover {
    width: 53px;
    height: 53px;
    margin-top: -8px;
    margin-left: -8px;
}

#bloc-images-a-decouvrir .medium:hover {
    width: 90px;
    height: 90px;
    margin-top: -8px;
    margin-left: -8px;
}

#bloc-images-a-decouvrir .large:hover {
    width: 127px;
    height: 127px;
    margin-top: -8px;
    margin-left: -8px;
}

#bloc-agenda {
    margin-top: 75px;
    width: 533px;
    height: 247px;
    border: 1px solid #b8b9ba;
    background-color: #f0f0f0;
    /*background-color: #ffffd9;*/
    /*background-color: #fffedd;*/
    -moz-border-radius-bottomleft: 6px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-left-radius: 6px/*{cornerRadius}*/
    ;
    border-bottom-left-radius: 6px/*{cornerRadius}*/
    ;
    -moz-border-radius-bottomright: 6px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-right-radius: 6px/*{cornerRadius}*/
    ;
    border-bottom-right-radius: 6px/*{cornerRadius}*/
    ;
    overflow: hidden;
}

#bloc-agenda .cadre-haut {
    width: 533px;
    height: 23px;
    background-image: url(../images/site/accueil-titre-agenda.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#bloc-agenda .cadre-contenu {
    padding: 8px 5px;
}

#bloc-agenda .cal-agenda {
    float: left;
}

#bloc-agenda .txt-agenda {
    float: left;
    width: 288px;
    height: 200px;
    line-height: 200px;
}

#bloc-agenda .txt-agenda .bottom-shadow {
    position: relative;
    width: 285px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

#bloc-agenda .txt-agenda-inner {
    position: relative;
    z-index: 10;
    padding: 15px 10px 18px 20px;
    border: 1px solid #adadad;
    border-left: 1px solid #4d4d4d;
    -moz-border-top-right-radius: 4px;
    -moz-border-botom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #7e7e7e;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlN2U3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #7e7e7e 0%, #d2d2d2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7e7e7e), color-stop(100%, #d2d2d2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #7e7e7e 0%, #d2d2d2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #7e7e7e 0%, #d2d2d2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #7e7e7e 0%, #d2d2d2 100%);
    /* IE10+ */
    background: linear-gradient(to right, #7e7e7e 0%, #d2d2d2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#d2d2d2', GradientType=1);
    /* IE6-8 */
    //background: #ffead1; /* Old browsers */
    //background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY4ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    //background: -moz-linear-gradient(left,  #ffead1 0%, #fff8e5 100%); /* FF3.6+ */
    //background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffead1), color-stop(100%,#fff8e5)); /* Chrome,Safari4+ */
    //background: -webkit-linear-gradient(left,  #ffead1 0%,#fff8e5 100%); /* Chrome10+,Safari5.1+ */
    //background: -o-linear-gradient(left,  #ffead1 0%,#fff8e5 100%); /* Opera 11.10+ */
    //background: -ms-linear-gradient(left,  #ffead1 0%,#fff8e5 100%); /* IE10+ */
    //background: linear-gradient(to right,  #ffead1 0%,#fff8e5 100%); /* W3C */
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffead1', endColorstr='#fff8e5',GradientType=1 ); /* IE6-9 */
    //behavior: url(PIE.htc);
}

#bloc-agenda .txt-agenda ul {
    list-style-type: none;
}

#bloc-agenda .txt-agenda .date-event {
    text-transform: uppercase;
    color: #484848;
}

#bloc-agenda .txt-agenda .titre-event {
    text-transform: uppercase;
    font-size: 14px;
    color: #484848;
}

#bloc-agenda .txt-agenda .event-desc {
    color: #484848;
}

#bloc-agenda .txt-agenda .btn-suite {
    display: inline-block;
    float: right;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    padding-right: 5px;
    margin-top: 4px;
    border: 1px solid #a4a4a4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fcfcfc;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGFkYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #adadad 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #adadad));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #adadad 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%, #adadad 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%, #adadad 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%, #adadad 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#adadad', GradientType=0);
    /* IE6-8 */
    behavior: url(PIE.htc);
}

#bloc-agenda .txt-agenda .btn-suite span {
    padding: 0 16px 0 12px;
    color: #96272E;
    font-weight: bold;
    background-color: transparent;
    background-image: url(../images/site/lire-suite.gif);
    background-position: right 2px;
    background-repeat: no-repeat;
}

#bloc-agenda .txt-agenda .lnk-plus {
    position: absolute;
    right: 10px;
    padding-right: 16px;
    bottom: 2px;
    color: #96272e;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/site/accueil-fleche-suite.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}

#bloc-agenda-recherche {
    margin-top: 18px;
    width: 533px;
    height: auto;
    border: 1px solid #b8b9ba;
    color: #3d3a3b;
    background-color: #f0f0f0;
    /*background-color: #ffffd9;*/
    /*background-color: #fffedd;*/
    -moz-border-radius-bottomleft: 6px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-left-radius: 6px/*{cornerRadius}*/
    ;
    border-bottom-left-radius: 6px/*{cornerRadius}*/
    ;
    -moz-border-radius-bottomright: 6px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-right-radius: 6px/*{cornerRadius}*/
    ;
    border-bottom-right-radius: 6px/*{cornerRadius}*/
    ;
    overflow: hidden;
}

#bloc-agenda-recherche .cadre-haut {
    width: 533px;
    height: 23px;
    background-image: url(../images/site/accueil-titre-agenda-recherche.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#bloc-agenda-recherche .cadre-contenu {
    padding: 8px 5px;
}

#bloc-agenda-recherche .cadre-contenu fieldset,
.col-g form fieldset {
    padding: 0 10px 10px 10px;
}

.col-g fieldset {
    margin: 10px 5px;
}

#bloc-agenda-recherche .cadre-contenu legend,
.col-g form fieldset legend {
    padding: 0 5px;
    color: #3d3a3b;
}

#bloc-agenda-recherche .cadre-contenu p,
.col-g form p {
    margin-top: 10px;
    line-height: 24px;
    vertical-align: top;
}

#bloc-agenda-recherche .cadre-contenu p {
    height: 24px;
}

.col-g form select,
.col-g form input[type="text"] {
    width: 100%;
}

.col-g form input.date-picker {
    width: 95px;
}

#bloc-agenda-recherche .cadre-contenu span {
    display: inline-block;
    margin-left: 4%;
}

#bloc-agenda-recherche .cadre-contenu span.col-1-3 {
    width: 30%;
}

#bloc-agenda-recherche .cadre-contenu span.col-2-3 {
    width: 64%;
}

#bloc-agenda-recherche .cadre-contenu span:first-child {
    margin-left: 0;
}

#bloc-agenda-recherche .cadre-contenu span:last-child {
    text-align: right;
}

#bloc-agenda-recherche .cadre-contenu input[type="text"] {
    float: right;
    color: #3d3a3b;
}

#bloc-agenda-recherche .cadre-contenu input.date-picker {
    width: 82%;
}

#bloc-agenda-recherche .cadre-contenu input#agenda-motscles {
    width: 78%;
}

#bloc-agenda-recherche .cadre-contenu select {
    width: 30%;
    margin-left: 4%;
    color: #3d3a3b;
}

#bloc-agenda-recherche .cadre-contenu select:first-child {
    margin-left: 0;
}

#bloc-dernieres-manifestations {
    position: relative;
    float: left;
    margin-top: 40px;
    width: 435px;
    height: 495px;
    border: 1px solid #b8b9ba;
    background-color: #f0f0f0;
    /*background-color: #ffffd9;*/
    /*background-color: #fffedd;*/
    /*background-color: #fff0dd;*/
    /*background-color: #fff7dd;*/
    -moz-border-radius-bottomleft: 6px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-left-radius: 6px/*{cornerRadius}*/
    ;
    border-bottom-left-radius: 6px/*{cornerRadius}*/
    ;
    -moz-border-radius-bottomright: 6px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-right-radius: 6px/*{cornerRadius}*/
    ;
    border-bottom-right-radius: 6px/*{cornerRadius}*/
    ;
}

#bloc-dernieres-manifestations .cadre-haut {
    width: 435px;
    height: 23px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#bloc-dernieres-manifestations .cadre-haut {
    background-image: url(../images/site/accueil-titre-dernieres-manifestations.png);
}

#bloc-dernieres-manifestations .cadre-contenu {
    width: 425px;
    height: auto;
    padding: 6px 5px 0 5px;
    overflow: hidden;
}

#bloc-banniere {
    width: 533px;
    height: 217px;
    border: 1px solid #b8b9ba;
    -moz-border-radius: 4px/*{cornerRadius}*/
    ;
    -webkit-border-radius: 4px/*{cornerRadius}*/
    ;
    border-radius: 4px/*{cornerRadius}*/
    ;
    overflow: hidden;
    cursor: pointer;
}

#bloc-une {
    width: 120px;
    height: 215px;
}

#bloc-une .cadre-haut {
    width: 120px;
    height: 44px;
    background-image: url(../images/site/accueil-titre-une.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    cursor: pointer;
}

#bloc-une img {
    width: 120px;
}

#bloc-dates {
    display: inline-block;
    float: left;
    margin: 0 10px;
    width: 286px;
}

#bloc-dates #bloc-dates-inner {
    position: relative;
    margin-top: 10px;
    height: auto;
    margin-left: 7px;
    padding: 10px 8px;
    border: 1px solid #8d8d8d;
    background-color: #f0f0f0;
    overflow: hidden;
}

#bloc-dates #bloc-dates-inner ul li {
    display: list-item;
    list-style-image: url(../images/site/puce-fleche-rouge.png);
    margin-left: 20px;
    margin-bottom: 3px;
    line-height: 12px;
}

#bloc-dates #bloc-dates-inner ul li a {
    text-decoration: none;
    color: #96272E;
}

#bloc-dates .cadre-contenu a#btn-refresh {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    transform: translateX(50%) translateY(50%);
    background-image: url(../images/site/icons/refresh.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #fff;
}

#bloc-biblio {
    width: 126px;
    height: 215px;
}

#bloc-biblio .cadre-haut {
    width: 126px;
    height: 44px;
    background-image: url(../images/site/accueil-titre-biblio.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    cursor: pointer;
}

#bloc-biblio img {
    margin-left: 6px;
    width: 120px;
}

#bloc-club {
    width: 255px;
    height: 255px;
    margin-right: 7px;
    background-image: url(../images/site/accueil-message-club.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

#bloc-webmaster {
    width: 255px;
    height: 255px;
    margin-left: 7px;
    background-image: url(../images/site/accueil-message-webmaster.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

#bloc-question {
    height: auto;
}

#bloc-question #lnk-question {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #dddddd 0%, #acacac 100%) repeat scroll 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    height: auto !important;
    font-size: 11px;
}

#bloc-galerie img {
    max-width: 100%;
}

#bloc-quiz ul {
    margin: 15px;
}

#bloc-quiz ul li {
    margin-top: 10px;
}

#bloc-quiz ul li:nth-of-type(1) {
    margin-top: 0;
}

#bloc-quiz p.quiz-reponse {
    display: none;
}

#iframe-portail #bloc-dernieres-contribs,
#iframe-portail #bloc-question,
#iframe-portail #bloc-plus-lues {
    margin: 0 10px;
}

#iframe-portail #bloc-dernieres-contribs #contenu,
#iframe-portail #bloc-question #contenu,
#iframe-portail #bloc-plus-lues #contenu {
    border: none;
    padding: 0;
}

#bloc-dernieres-contribs,
#bloc-contemporaines,
#bloc-alire,
#bloc-derniers-commentaires,
#bloc-plus-lues,
#bloc-question,
#bloc-retro-news {
    position: relative;
}

#bloc-dernieres-contribs .cadre-contenu,
#bloc-contemporaines .cadre-contenu,
#bloc-alire .cadre-contenu,
#bloc-derniers-commentaires .cadre-contenu,
#bloc-plus-lues .cadre-contenu,
#bloc-question .cadre-contenu,
#bloc-retro-news .cadre-contenu {
    height: auto;
    padding: 6px 5px 0 5px;
    overflow: hidden;
}

#bloc-question .cadre-contenu {
    height: auto;
}

#bloc-dernieres-contribs ul,
#bloc-contemporaines ul,
#bloc-alire ul,
#bloc-derniers-commentaires ul,
#bloc-plus-lues ul,
#bloc-question ul,
#bloc-dernieres-manifestations ul,
#bloc-retro-news ul {
    list-style-type: none;
}

#bloc-dernieres-contribs ul,
#bloc-contemporaines ul,
#bloc-alire ul,
#bloc-plus-lues ul,
#bloc-dernieres-manifestations ul,
#bloc-retro-news ul {
    margin-bottom: 20px;
}

#bloc-dernieres-contribs ul li,
#bloc-contemporaines ul li,
#bloc-alire ul li,
#bloc-derniers-commentaires ul li,
#bloc-plus-lues ul li,
#bloc-question ul li,
#bloc-retro-news ul li {
    position: relative;
    padding-bottom: 10px;
    padding-top: 15px;
    color: #707072;
}

#bloc-alire ul li {
    width: 45%;
    height: 220px;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    overflow: hidden;
}

#bloc-dernieres-manifestations ul li {
    position: relative;
    padding-bottom: 10px;
    padding-top: 8px;
    color: #707072;
}

#bloc-retro-news ul li {
    border-top: 1px solid #b8b9ba;
}

#bloc-dernieres-contribs ul li .domaine,
#bloc-contemporaines ul li .domaine,
#bloc-alire ul li .domaine,
#bloc-derniers-commentaires ul li .domaine,
#bloc-plus-lues ul li .domaine,
#bloc-dernieres-manifestations ul li .domaine,
#liste-a-lire .domaine {
    border-bottom: 1px solid #b8b9ba;
    text-align: right;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
}

#bloc-dernieres-contribs ul li .domaine .biseau,
#bloc-contemporaines ul li .domaine .biseau,
#bloc-alire ul li .domaine .biseau,
#bloc-derniers-commentaires ul li .domaine .biseau,
#bloc-plus-lues ul li .domaine .biseau,
#bloc-dernieres-manifestations ul li .domaine .biseau,
#liste-a-lire .domaine .biseau {
    padding-left: 8px;
    background-image: url(../images/site/accueil-biseau-gris.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#bloc-dernieres-contribs ul li .domaine .en-tete-domaine,
#bloc-contemporaines ul li .domaine .en-tete-domaine,
#bloc-alire ul li .domaine .en-tete-domaine,
#bloc-derniers-commentaires ul li .domaine .en-tete-domaine,
#bloc-plus-lues ul li .domaine .en-tete-domaine,
#bloc-dernieres-manifestations ul li .domaine .en-tete-domaine,
#liste-a-lire .domaine .en-tete-domaine {
    padding-left: 65px;
    padding-right: 5px;
    background-image: url(../images/site/accueil-fond-domaine.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

#bloc-dernieres-contribs ul li .media,
#bloc-contemporaines ul li .media,
#bloc-alire ul li .media,
#bloc-derniers-commentaires ul li .media,
#bloc-plus-lues ul li .media,
#bloc-dernieres-manifestations ul li .media,
#bloc-retro-news ul li .media {
    position: relative;
    width: 100%;
    height: 136px;
    padding: 0;
    margin-top: 20px;
    overflow: hidden;
}

#bloc-dernieres-contribs ul li .media img,
#bloc-contemporaines ul li .media img,
#bloc-alire ul li .media img,
#bloc-derniers-commentaires ul li .media img,
#bloc-plus-lues ul li .media img,
#bloc-dernieres-manifestations ul li .media img,
#bloc-retro-news ul li .media img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 100%;
}

#bloc-dernieres-contribs ul li .titre,
#bloc-contemporaines ul li .titre,
#bloc-alire ul li .titre,
#bloc-derniers-commentaires ul li .titre,
#bloc-plus-lues ul li .titre,
#bloc-question ul li .titre,
#bloc-dernieres-manifestations ul li .titre,
#bloc-retro-news ul li .titre {
    color: #96272e;
    font-weight: bold;
}

#bloc-dernieres-contribs ul li .chapo,
#bloc-contemporaines ul li .chapo,
#bloc-alire ul li .chapo,
#bloc-derniers-commentaires ul li .chapo,
#bloc-plus-lues ul li .chapo,
#bloc-question ul li .chapo,
#bloc-dernieres-manifestations ul li .chapo,
#bloc-retro-news ul li .chapo {
    color: #515151;
    text-align: justify;
}

#bloc-dernieres-contribs ul li .chapo a,
#bloc-contemporaines ul li .chapo a,
#bloc-alire ul li .chapo a,
#bloc-derniers-commentaires ul li .chapo a,
#bloc-plus-lues ul li .chapo a,
#bloc-question ul li .chapo a,
#bloc-dernieres-manifestations ul li .chapo a,
#bloc-retro-news ul li .chapo a {
    display: block;
    background-image: url(../images/site/accueil-fleche-suite.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#bloc-dernieres-contribs ul li .lnkplus,
#bloc-contemporaines ul li .lnkplus,
#bloc-alire ul li .lnkplus,
#bloc-retro-news ul li .lnkplus,
#bloc-derniers-commentaires ul li .lnkplus,
#bloc-plus-lues ul li .lnkplus,
#bloc-question ul li .lnkplus,
#bloc-dernieres-manifestations ul li .lnkplus {
    position: absolute;
    right: 0;
    padding-right: 16px;
    bottom: 0;
    color: #96272e;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/site/accueil-fleche-suite.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}

#bloc-question ul li .lnkplus {
    right: 5px;
}

#bloc-question #lnk-question {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

#accueil-boutique .cadre-haut {
    color: #fff;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding-left: 10px;
    vertical-align: middle;
    height: 23px;
    background-image: url(../images/site/accueil-titre-bloc.png);
    background-position: 0 0;
    background-repeat: repeatX;
}

#accueil-boutique .cadre-contenu {
    position: relative;
    padding: 10px 5px 0 5px;
    margin-bottom: 5px;
    color: #3d3a3b;
}

#msgwebmaster {
    padding: 50px 40px;
}

#msgwebmaster h2 {
    color: #900d14;
    font-size: 16px;
}


/*--- en-tete pages 'liste fiches', 'voir contrib', 'recherche' ... ---*/

.titre-page-contrib,
.titre-page-addedit,
.titre-page-liste,
.titre-page-recherche,
.titre-page-refs,
.titre-page-redac,
.titre-page-contact,
.titre-page-comment,
.titre-page-conditions {
    width: 255px;
    padding: 0 11px 0 0;
    vertical-align: bottom;
    background-image: url(../images/site/biseau-gris.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.titre-page-comment {
    width: 310px;
}

.titre-page-contrib h3,
.titre-page-addedit h1,
.titre-page-liste h1,
.titre-page-recherche h1,
.titre-page-refs h1,
.titre-page-redac h1,
.titre-page-redac h3,
.titre-page-contact h3,
.titre-page-comment h1,
.titre-page-conditions h1 {
    height: 16px;
    padding: 3px 0 0 13px;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/site/fond-titre-page.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

h2.sous-titre-page {
    border-bottom: 1px solid #373334;
}


/*--- page 'liste fiches' ---*/

#liste-a-lire .cadre-contenu {
    position: relative;
    height: 174px;
    line-height: 174px;
    vertical-align: middle;
    margin-bottom: 15px;
    border-bottom: 1px solid #b8b9ba;
}

#liste-a-lire .cadre-contenu img {
    float: left;
    max-height: 174px;
    margin-right: 10px;
}

#liste-a-lire .cadre-contenu .chapo {
    padding: 10px;
    height: 174px;
    line-height: 174px;
}

#liste-a-lire .cadre-contenu .chapo>div {
    line-height: 1.2;
    vertical-align: middle;
}

#liste-a-lire .cadre-contenu .chapo>div a {
    display: block;
    background-image: url(../images/site/accueil-fleche-suite.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#liste-a-lire .cadre-contenu .chapo .titre {
    color: #96272E;
    font-weight: bold;
    margin-bottom: 8px;
}


/*--- page 'r�sultats recherche' ---*/

#resultats-recherche {
    padding: 0 15px;
}

#resultats-recherche p#nb-resultats {
    margin-bottom: 20px;
    border-bottom: 1px solid #373334;
}

#liste-recherche .cadre-contenu {
    position: relative;
    margin-bottom: 15px;
}

#liste-recherche .cadre-contenu .domaine {
    border-bottom: 1px solid #b8b9ba;
    text-align: right;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
}

#liste-recherche .cadre-contenu .domaine .biseau {
    padding-left: 8px;
    background-image: url(../images/site/accueil-biseau-gris.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#liste-recherche .cadre-contenu .domaine .en-tete-domaine {
    padding-left: 65px;
    padding-right: 5px;
    background-image: url(../images/site/accueil-fond-domaine.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

#liste-recherche .cadre-contenu .media {
    float: left;
    min-height: 1px;
    max-height: 174px;
    width: 235px;
    margin-right: 10px;
}

#liste-recherche .cadre-contenu .media img {
    display: block;
    max-height: 174px;
    max-width: 100%;
}

#liste-recherche .cadre-contenu .media img.spacer {
    width: 235px;
    height: 10px;
}

#liste-recherche .cadre-contenu .chapo {
    float: left;
    padding: 10px;
    max-height: 174px;
    width: 700px;
    overflow: hidden;
}

#liste-recherche .cadre-contenu .chapo>div {
    line-height: 1.2;
}

#liste-recherche .cadre-contenu .chapo .titre {
    color: #96272E;
    font-weight: bold;
    margin-bottom: 8px;
}

#liste-recherche .cadre-contenu .chapo .description {
    margin-top: 8px;
}

#liste-recherche .cadre-contenu .lnkplus {
    float: right;
    margin-top: 8px;
}

#liste-recherche .cadre-contenu .lnkadd {
    float: left;
    margin-top: 8px;
}

.loader-wrapper {
    text-align: center;
    padding: 10px;
}

.loader-wrapper .loader {
    display: none;
    width: 24px;
    height: 24px;
}

#resultats-recherche .msg-recherche {
    background-color: #ccc;
    padding: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/*--- page 'voir contrib' ---*/

.col-g a.lnk-suite {
    padding-right: 15px;
    margin: 5px 17px;
    color: #96272e;
    text-decoration: none;
    background-image: url(../images/site/fleche-droite-lnk.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}

.col-g .rubrique {
    margin-top: 20px;
    background-image: url(../images/site/col-fond-rubrique.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

.col-g .first {
    margin-top: 45px;
}

.col-g .rubrique h4 {
    height: 18px;
    padding: 3px 20px 0 12px;
    margin-right: 8px;
    color: #fff;
}

.col-g .rubrique h4.on {
    background-image: url(../images/site/col-g-fleche-rubrique.png);
    background-position: right 3px;
    background-repeat: no-repeat;
}

.col-g .rubrique div {
    padding-top: 10px;
    padding-left: 12px;
}

.col-g .rubrique ul.col-g-liste-sujets,
.col-g .rubrique ul.col-g-liste-dates,
.col-g .rubrique ul.col-g-liste-contribs,
.col-g .rubrique ul.col-g-liste-filtres,
.col-g .rubrique ul.col-g-liste-agenda-genres,
.col-g .rubrique ul.col-g-liste-agenda-domaines {
    list-style-type: none;
}

.col-g .rubrique ul.col-g-liste-agenda-genres,
.col-g .rubrique ul.col-g-liste-agenda-domaines {
    margin-bottom: 10px;
}

.col-g .rubrique ul.col-g-liste-filtres {
    margin-bottom: 15px;
}

.col-g .rubrique ul.col-g-liste-dates li {
    color: #515151;
    margin-bottom: 5px;
}

.col-g .rubrique ul.col-g-liste-dates li span {
    font-style: italic;
    font-weight: bold;
}

.col-g .rubrique ul.col-g-liste-sujets li a,
.col-g .rubrique ul.col-g-liste-contribs li a {
    text-decoration: none;
    color: #515151;
}

.col-g .rubrique ul.col-g-liste-contribs li a {
    padding-right: 15px;
    text-decoration: none;
    background-image: url(../images/site/fleche-droite-lnk.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}

.col-g input.button {
    float: right;
    margin-right: 12px;
    cursor: pointer;
}

.col-g a#btn-devenir-contributeur {
    display: block;
    width: 266px;
    height: 43px;
    margin-top: 40px;
    background-image: url(../images/site/btn-devenir-contributeur.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.col-c {
    position: relative;
    float: left;
    width: 410px;
    padding: 45px 35px 20px 35px;
    background-color: #fff;
}

.col-c .aff-contrib-titre {
    color: #96272e;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0 20px 0;
}

.col-c .aff-contrib-description {
    text-align: justify;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 20px 0;
}

.col-c .aff-contrib-contenu {
    text-align: justify;
    line-height: 18px;
}

.col-c .aff-contrib-contenu a {
    color: #96191f;
    text-decoration: none;
    font-weight: bold;
}

.col-c #listeDates,
.col-m #listeDates,
#frm-contrib #listeDates {
    list-style-type: none;
}

.col-c #listeDates li,
.col-m #listeDates li,
#frm-contrib #listeDates li {
    margin-bottom: 5px;
    border: none;
    background: none;
}

.col-c #listeDates li fieldset,
.col-m #listeDates li fieldset,
#frm-contrib #listeDates li fieldset {
    padding: 2px;
    background-color: #fff;
}

.col-c #listeDates li fieldset legend,
.col-m #listeDates li fieldset legend,
#frm-contrib #listeDates li fieldset legend {
    color: #96272e;
}

.col-c .titre-comments {
    width: 145px;
    padding: 0 11px 0 0;
    vertical-align: bottom;
    background-image: url(../images/site/biseau-gris.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.col-c .titre-comments p {
    height: 16px;
    padding: 3px 0 0 13px;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/site/fond-titre-page.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

.col-c #contrib-comments {
    margin-top: 30px;
}

.col-c #comment-list {
    background-color: #f2f2f2;
    padding: 20px 10px;
    border-top: 1px solid #252525;
}

.col-c #comment-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.col-c #comment-list ul li {
    padding: 0 0 0 28px;
    margin-bottom: 13px;
    background-image: url(../images/site/icons/bulle-comment.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.col-c #comment-list ul li .comment-entete {
    padding: 4px;
}

.col-c #comment-list ul li .comment-entete span.auteur {
    color: #a5372e;
}

.col-c #comment-list ul li .comment-texte {
    background-color: #fff;
    border: 1px solid #949596;
    padding: 4px;
}

.col-c #frm-comment *,
.col-c #frm-demande * {
    margin-bottom: 10px;
}

.col-c #frm-comment input,
.col-c #frm-demande input,
.col-c #frm-demande textarea {
    width: 100%;
    max-width: 100%;
}

.col-c #comment-list #btn-add-comment,
.col-c #comment-list #btn-enreg-comment,
.col-c #frm-demande #btn-enreg-demande {
    float: right;
}

.col-c #comment-list #btn-add-comment span {
    padding-right: 28px;
    background-image: url(../images/site/icons/bulle-comment.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.col-d {
    position: relative;
    float: right;
    width: 255px;
    padding-top: 45px;
    padding-bottom: 20px;
    background-color: #f0f0f0;
}

.col-d .rubrique {
    margin-top: 20px;
    background-image: url(../images/site/col-fond-rubrique.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

.col-d .first {
    margin-top: 0;
}

.col-d .rubrique h4 {
    height: 18px;
    padding: 3px 20px 0 12px;
    margin-right: 8px;
    color: #fff;
}

.col-d #medias-list {
    list-style-type: none;
}

.col-d #medias-list li {
    width: 100%;
    text-align: center;
    margin: 22px 0 0 0;
    padding: 0;
    background-color: transparent;
}

.col-d #medias-list li a {
    display: block;
    width: 100%;
    text-align: center;
}

.col-d #medias-list li img {
    max-width: 200px;
    border: none;
}

.sujets-liste {
    max-height: 300px;
    overflow: auto;
}

.sujets-liste p.sujets-liste-titre {
    height: 27px;
    color: #fff;
    line-height: 27px;
    vertical-align: middle;
    padding-left: 10px;
    background-image: url(../images/site/fond-titre-detail-media.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

.sujets-liste .sujets-liste-content {
    padding: 5px 9px;
}

.sujets-liste ul {
    list-style-type: none;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.sujets-liste ul li a {
    text-decoration: none;
    color: #070708;
}

#frm-contact {
    display: none;
}


/*--- page r�f�rences ---*/

.infos-fiche {
    margin: 20px 0 30px 10px;
}

.col-m {
    position: relative;
    float: left;
    width: 690px;
    padding: 30px 15px 30px 27px;
    background-color: #fff;
}


/*--- page archives ---*/

#rech-annee-form,
#rech-archives-form {
    margin: 20px;
    text-align: center;
}

.archive {
    box-sizing: border-box;
    float: left;
    width: 46%;
    min-height: 150px;
    margin: 10px 2%;
    padding: 10px;
    border: 1px solid #535051;
    border-radius: 6px;
    background-color: #DDDDDD;
}

.archive p.desc {
    font-weight: bold;
}

.archive .type-ref {
    font-style: italic;
}

.archive ul {
    margin-left: 10px;
}


/*--- page cette ann�e l� ---*/

.anneela {
    box-sizing: border-box;
    float: left;
    width: 46%;
    margin: 10px 2%;
    padding: 10px;
    border: 1px solid #535051;
    border-radius: 6px;
    background-color: #DDDDDD;
}

.anneela .media {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.anneela .media img {
    width: 90px;
}

.anneela p.desc {
    font-weight: bold;
}

.anneela .type-ref {
    font-style: italic;
}

.anneela ul {
    margin-left: 10px;
}

.anneela a {
    color: #96272e;
}


/*--- page r�dactionnelle ---*/

.redac .col-c .nouveau-paragraphe {
    margin-top: 45px;
}

.redac .col-c td {
    vertical-align: top;
}

#lnk-actu-next {
    padding-right: 16px;
    color: #96272e;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/site/accueil-fleche-suite.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}

#lnk-actu-prev {
    padding-left: 16px;
    color: #96272e;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/site/actu-fleche-prev.png);
    background-position: left 1px;
    background-repeat: no-repeat;
}


/*--- ouverture compte ---*/

#inner-frm-openCompte {
    margin: 25px 40px;
    /*height: 350px;*/
}

#inner-frm-openCompte p {
    margin: 20px 0;
}

#inner-frm-openCompte .colg {
    float: left;
    width: 310px;
    margin-top: 20px;
    padding-right: 20px;
    border-right: 1px solid #90acb8;
}

#inner-frm-openCompte .colg input {
    width: 100%;
}

#inner-frm-openCompte .colg a#btn-valider {
    /*display: block;*/
    float: right;
    /*width: 50px;
	height: 40px;*/
    margin: 10px 0 25px 0;
}

#inner-frm-openCompte .cold {
    float: left;
    width: 310px;
    padding-left: 20px;
    margin-top: 20px;
    margin-left: -1px;
    border-left: 1px solid #90acb8;
}

#inner-frm-openCompte .cold #btn-creer-compte {
    display: block;
    /*width: 194px;
	height: 28px;*/
}


/*--- addedit contribution ---*/

.addedit-buttons {
    position: relative;
    float: right;
    margin-right: 10px;
}

#btns-draft {
    display: inline-block;
}

#btns-publish {
    display: inline-block;
}

.container-buttons {
    position: absolute;
    display: none;
    top: 24px;
    right: 0;
    background-color: #f9f9f9;
    padding: 3px;
    border: 1px solid #ccc;
    z-index: 1102;
}

#draft-buttons button {
    width: 355px;
    margin: 5px;
}

#btns-draft:hover .container-buttons {
    display: inline-block;
}

#publish-buttons button {
    width: 260px;
    margin: 5px;
}

#btns-publish:hover .container-buttons {
    display: inline-block;
}

#keywords_list,
.keywords_list {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #000;
}

#keywords_list .display_keyword,
.keywords_list .display_keyword {
    text-align: left;
}

.res_box {
    margin: 18px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
}

.res_box h2 {
    padding: 0 8px;
    margin: 0;
    height: 37px;
    line-height: 37px;
    font-size: 1.2em;
    background-color: #525252;
    background-image: url(../images/site/fond-titre-resbox.png);
    background-position: 0 0;
    background-repeat: repeat_x;
    color: #fff;
}

.res_box div {
    min-height: 128px;
    border: 2px solid #fff;
}

* html #sidebar .res_box div {
    height: 128px;
    /* min-height for lte IE6 */
}

.res_box ul {
    text-align: left;
    list-style-type: none;
}

.display_keyword a {
    float: left;
    text-decoration: none;
}

.display_keyword a.icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    /* Phark revisited image replacement */
}

.display_keyword a:focus {
    outline: 0;
}

.res_replacement {
    padding: 0 12px;
}

.res_trash {
    background-image: url('../images/site/icons/trash_16.gif');
}

.frm_keywords .add_keyword {
    width: 500px;
}

#input-comment {
    width: 100%;
}

#liste-medias-contrib {
    min-height: 220px;
    padding-top: 5px;
    margin-bottom: 10px;
}

#liste-medias-contrib #medias-list li {
    height: 190px;
}

#contrib_licence {
    width: 630px;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #93181d;
    -moz-border-radius: 4px/*{cornerRadius}*/
    ;
    -webkit-border-radius: 4px/*{cornerRadius}*/
    ;
    border-radius: 4px/*{cornerRadius}*/
    ;
}


/*--- page m�dias ---*/

#btn-add-image span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
    padding-right: 28px;
    background-image: url(../images/site/icons/icon-photo.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.fg-medias-toolbar {
    height: 37px;
    padding: 17px 0 0 10px;
    background-image: url(../images/site/fond-medias-toolbar.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

.gallery a.btn-zoomin {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background-image: url(../images/site/icons/zoom_in.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gallery a.icon-cancel {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background-image: url(../images/site/icons/cancel_16.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gallery a.btn-detail {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    background-image: url(../images/site/icons/details_open.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gallery a.btn-detail.open {
    background-image: url(../images/site/icons/details_close.png);
}

.gallery a.btn-modifier {
    display: block;
    width: 32px;
    height: 25px;
    margin-right: 3px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/site/btn-modifier.png);
}

.gallery a.btn-supprimer {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/site/btn-supprimer.png);
}

.media-detail .titre-media {
    height: 27px;
    color: #fff;
    line-height: 27px;
    vertical-align: middle;
    background-image: url(../images/site/fond-titre-detail-media.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

.media-detail .media-detail-content {
    padding: 5px 9px;
}

.media-detail .media-detail-content p {
    margin-top: 10px;
}

.media-detail ul {
    list-style-type: none;
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: 15px;
}

.media-detail ul li a {
    text-decoration: none;
    color: #070708;
}

.gallery li {
    float: left;
    width: 129px;
    padding: 0;
    margin: 10px 0 0 10px;
    text-align: center;
    background-color: #f5f6f6;
}

.gallery li h5 {
    margin: 0 0 5px 0;
    height: 35px;
    overflow: hidden;
    color: #fff;
    vertical-align: middle;
    line-height: 35px;
    background-image: url(../images/site/fond-titre-media.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

.gallery li .media-vignette {
    width: 100%;
    height: 120px;
    overflow: hidden;
    text-align: center;
    line-height: 120px;
    vertical-align: abs-middle;
}

.gallery li .photo-toolbar {
    padding: 3px;
}

.gallery li select {
    width: 120px;
    margin: 4px 0;
}

.contenu-footer .fg-medias-toolbar {
    margin-top: 10px;
}

.contenu-footer #listmedias_paginate {
    margin-right: 30px;
}

#btn-add-medias {
    position: relative;
}

#btn-add-medias:hover .container-buttons {
    display: inline-block;
}

.btn-add-media {
    width: 230px;
    margin: 5px;
}

.btn-add-contrib {
    width: 350px;
    margin: 5px;
}

#dock-top,
#dock-bottom {
    width: 100%;
}

#dock-top .navshow,
#dock-bottom .navshow {
    width: 676px;
    margin: 5px auto;
}

#dock-top .navshow a.prev,
#dock-top .navshow a.next,
#dock-bottom .navshow a.prev,
#dock-bottom .navshow a.next {
    float: left;
    width: 16px;
    height: 122px;
    margin: 5px;
    display: block;
    overflow: hidden;
    background-position: 0 center;
    background-repeat: no-repeat;
}

#dock-top .navshow a.prev,
#dock-bottom .navshow a.prev {
    background-image: url(../images/site/icons/fleche-gauche.gif);
}

#dock-top .navshow a.next,
#dock-bottom .navshow a.next {
    background-image: url(../images/site/icons/fleche-droite.gif);
}

#dock-top .navshow .slideshow,
#dock-bottom .navshow .slideshow {
    overflow: hidden;
    margin: 0 2px;
    width: 620px;
    height: 122px;
    float: left;
}

#dock-top ul,
#dock-bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 78000px;
    height: 120px;
}

#dock-top ul li,
#dock-bottom ul li {
    float: left;
    height: 120px;
    width: 120px;
    margin: 0 2px;
    padding: 0;
    text-align: center;
}

#dock-left,
#dock-right {
    width: 100%;
}

#dock-left .navshow,
#dock-right.navshow {
    width: 122px;
    height: 600px;
    margin: 10px;
}

#dock-left .navshow a.prev,
#dock-left .navshow a.next,
#dock-right .navshow a.prev,
#dock-right .navshow a.next {
    width: 122px;
    height: 16px;
    display: block;
    overflow: hidden;
    background-position: center 0;
    background-repeat: no-repeat;
}

#dock-left .navshow a.prev,
#dock-right .navshow a.prev {
    background-image: url(../images/site/icons/fleche-haut.gif);
}

#dock-left .navshow a.next,
#dock-right .navshow a.next {
    background-image: url(../images/site/icons/fleche-bas.gif);
}

#dock-left .navshow .slideshow,
#dock-right .navshow .slideshow {
    overflow: hidden;
    margin: 2px 0;
    width: 122px;
    height: 540px;
}

#dock-left ul,
#dock-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 78000px;
    width: 120px;
}

#dock-left ul li,
#dock-right ul li {
    width: 120px;
    height: 120px;
    margin: 2px 0;
    padding: 0;
    text-align: center;
}

.slideshow ul li img {
    cursor: pointer;
    border: none;
}

#float-design {
    width: 120px;
    height: 120px;
    text-align: center;
}

#contrib-design ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#contrib-design li {
    float: left;
    width: 100px;
    height: 18px;
    padding: 100px 0 0 0;
    margin: 10px 20px 10px 0;
    text-align: center;
    border: 1px solid #aaa;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#contrib-design li#contrib-design-0 {
    background-image: url(../images/site/icons/design-sample-0.gif);
}

#contrib-design li#contrib-design-1 {
    background-image: url(../images/site/icons/design-sample-1.gif);
}

#contrib-design li#contrib-design-2 {
    background-image: url(../images/site/icons/design-sample-2.gif);
}

#contrib-design li#contrib-design-3 {
    background-image: url(../images/site/icons/design-sample-3.gif);
}

#contrib-design li#contrib-design-4 {
    background-image: url(../images/site/icons/design-sample-4.gif);
}

#contrib-design li#contrib-design-5 {
    background-image: url(../images/site/icons/design-sample-5.gif);
}

#contrib-design li#contrib-design-6 {
    background-image: url(../images/site/icons/design-sample-6.gif);
}

#upload {
    text-align: center;
}


/*--- annuaire ---*/

#ann-pop_email {
    display: none;
}

#ann-pop_email #user_email {
    width: 268px;
}

#ann-pop_email button {
    margin-top: 10px;
}


/*--- agenda --- */

#calhead {
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
}

#calhead #loadingpannel,
#calhead #errorpannel {
    display: none;
}

#calhead .fg-cal-toolbar,
#calfoot .fg-cal-toolbar {
    height: 37px;
    padding: 17px 0 0 10px;
    background-image: url(../images/site/fond-medias-toolbar.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

#calhead div.cHead {
    background: url(../images/site/calendar/headbg.gif) repeat-x top;
    border: 1px solid #cccccc;
    border-top: 0px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

#calhead div.cHead div {
    padding: 4px;
    white-space: nowrap;
}

#calhead div.cHead div.ptogtitle {
    position: absolute;
    top: 3px;
    right: 15px;
    height: 18px;
    padding: 1px 2px 1px 2px;
    font-weight: normal;
}

#calhead div.cHead div.loadicon {
    background: #c44;
    color: #fff;
}

#calhead div.cHead div.loaderror {
    padding: 1px 4px 1px 4px;
    background: #fad163;
}

#calhead div.cHead div.ptogtitle input {
    height: 16px;
    border: solid 1px #ccc;
    background-color: #fff;
    padding-left: 4px;
}

#calhead div.ctoolbar {
    border: #505050 1px solid;
    background: #ccc url(../images/site/fond-header-cal.png) repeat-x 50% top;
    overflow: hidden;
    position: relative;
    height: 24px
}

#calhead div.ctoolbar div.fbutton {
    padding: 1px;
    display: block;
    float: left;
    cursor: pointer;
    height: 22px;
    margin-left: 1px;
}

#calhead div.ctoolbar div.fbutton div {
    float: left;
    padding: 2px 3px;
}

#calhead div.ctoolbar div.fbutton span {
    float: left;
    display: block;
    height: 18px;
}

#calhead div.ctoolbar div.fbutton.fcurrent {
    cursor: pointer;
    background: url(../images/site/btn-on-header-cal.png) repeat-x 50% top;
}

#calhead div.ctoolbar div.fbutton.fcurrent div {
    padding: 2px 3px;
    color: #fff;
}

#calhead div.ctoolbar div.fbutton:hover,
#calhead .div.ctoolbar div.fbutton.fbOver {
    cursor: pointer;
    background: url(../images/site/btn-on-header-cal.png) repeat-x 50% top;
}

#calhead div.ctoolbar div.fbutton:hover div,
#calhead .div.ctoolbar div.fbutton.fbOver div {
    padding: 2px 3px;
    color: #fff;
}

#calhead div.ctoolbar div.btnseparator {
    float: left;
    height: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 2px;
}

#calhead div.ctoolbar div.fshowdatep {
    padding: 1px;
    display: block;
    float: left;
    cursor: default;
    height: 22px;
}

#calhead div.ctoolbar div.fshowdatep div {
    float: left;
    padding: 2px 3px;
}

div.ctoolbar div.fshowdatep span {
    float: left;
    display: block;
}

span.addcal {
    padding-left: 20px;
    background: url(../images/site/icons/date_add.png) no-repeat 1px 50%;
}

span.showdayview {
    padding-left: 20px;
    background: url(../images/site/icons/cal-day.gif) no-repeat 1px 50%;
}

span.showweekview {
    padding-left: 20px;
    background: url(../images/site/icons/cal-week.gif) no-repeat 1px 50%;
}

span.showwkweekview {
    padding-left: 20px;
    background: url(../images/site/icons/cal-wk-week.gif) no-repeat 1px 50%;
}

span.showmonthview {
    padding-left: 20px;
    background: url(../images/site/icons/cal-month.gif) no-repeat 1px 50%;
}

span.showtoday {
    padding-left: 20px;
    background: url(../images/site/icons/date.png) no-repeat 1px 50%;
}

span.fprev {
    width: 18px;
    background: url("../images/site/icons/resultset_previous.png") no-repeat 1px bottom;
}

span.fnext {
    width: 18px;
    background: url("../images/site/icons/resultset_next.png") no-repeat 1px bottom;
}

span.showdayflash {
    padding-left: 20px;
    background: url("../images/site/icons/date_reflash.png") no-repeat 1px 50%;
}

div.toolBottom {
    margin-top: 15px;
    padding: 5px 0;
    position: absolute;
    bottom: 15px;
    width: 95%;
    border-top: 1px solid #000;
}

#cal-pop_email {
    display: none;
}

#cal-pop_email #user_email {
    width: 268px;
}

#cal-pop_email button {
    margin-top: 10px;
}

#listeDates a.date_trash {
    display: block;
    position: absolute;
    top: -4px;
    right: 8px;
    width: 25px;
    height: 25px;
    background-image: url('../images/site/btn-supprimer.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
}

#inner-agenda-gmap {
    width: 600px;
    height: 450px;
}


/*--- liens ---*/

.liens li {
    float: left;
    width: 475px;
    padding: 0;
    margin: 10px 10px 5px 10px;
    text-align: center;
    background-color: #f5f6f6;
}

.liens li h5 {
    margin: 0 0 5px 0;
    height: 35px;
    overflow: hidden;
    color: #fff;
    vertical-align: middle;
    line-height: 35px;
    background-image: url(../images/site/fond-titre-media.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

.liens li img {
    float: left;
    margin: 10px;
    width: 150px;
}

.liens li p {
    margin: 10px;
}


/*--- espace contributeur ---*/

#espace-perso #profil {
    width: 730px;
    margin: 0 auto;
}

#espace-perso .le-classement {
    display: inline-block;
    border-left: 1px solid #aaa;
    margin: 0 0 0 -1px;
    padding: 0 20px;
    vertical-align: top;
}

#espace-perso .classement {
    display: inline-block;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    margin-left: -1px;
    padding: 8px;
    vertical-align: top;
}

#espace-perso .nom-classement {
    text-align: center;
    font-style: italic;
}

#espace-perso .nom-classement span {
    padding-right: 20px;
    background-image: url(../images/site/icons/question-white.png);
    background-position: right top;
    background-repeat: no-repeat;
}


/*--- r�f�rences ---*/

#ref-listeArticles,
#ref-listeLivres,
#ref-listeFilms,
#ref-listeSites {
    width: 691px;
}


/*--- comment �a marche ---*/

#comment-ca-marche {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0 0 40px;
}

#comment-ca-marche h2 {
    color: #a4262c;
    font-size: 24px;
    margin-bottom: 22px;
}

#comment-ca-marche ul {
    list-style-type: none;
}

#comment-ca-marche ul li {
    color: #a4262c;
    font-size: 20px;
}

#comment-ca-marche h3 {
    color: #a4262c;
    font-size: 28px;
    margin-top: 50px;
}

#comment-ca-marche h4 {
    color: #393536;
    font-size: 24px;
    margin-top: 25px;
    margin-left: 80px;
}

#comment-ca-marche img {
    margin: 15px 0;
}

#comment-ca-marche p {
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}

#comment-ca-marche h5 {
    color: #a4262c;
    font-size: 24px;
    margin-top: 30px;
}

#comment-ca-marche h6 {
    color: #a4262c;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 8px;
}


/*--- conditions ---*/

#conditions {
    width: 700px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

#conditions h2 {
    color: #a4262c;
    font-size: 14px;
    margin-bottom: 10px;
}

#conditions h3 {
    color: #393536;
    font-size: 14px;
    margin-bottom: 5px;
}

#conditions p {
    text-align: justify;
    margin-bottom: 15px;
}

#conditions ul {
    margin-bottom: 15px;
    margin-left: 15px;
}


/*--- panier ---*/

.sup-cart,
.add-cart {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: 0;
    background-repeat: no-repeat;
}

.sup-cart {
    background-image: url(../images/site/icons/cancel_16.png);
}

.add-cart {
    background-image: url(../images/site/icons/plus_16.png);
}


/*--- retro news ---*/

#actus-liste {
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0 15px;
}

#actus-liste li {
    position: relative;
    padding-bottom: 10px;
    padding-top: 15px;
    color: #707072;
    border-top: 2px solid #dc0812;
}

#actus-liste li .chapo {
    color: #515151;
    text-align: justify;
}

#actus-liste li .titre {
    display: block;
    color: #96272e;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 125%;
    background-image: url(../images/site/accueil-fleche-suite.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#actus-liste li .lnkplus {
    position: absolute;
    right: 0;
    padding-right: 16px;
    bottom: 0;
    color: #96272e;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/site/accueil-fleche-suite.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}


/*--- cette annee la ---*/

.filter-group {
    margin-left: 10px;
}

#liste-annivs {
    /*display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;*/
}

#liste-annivs>figure {
    width: 30%;
    margin: 10px;
    float: left;
}

#liste-annivs>figure a {
    color: #96272e;
    text-decoration: none;
}

#liste-annivs>.sizer-element {
    width: 3%;
    position: absolute;
    visibility: hidden;
}


/*--- surcharge ---*/

div[id^="popup"] .col-g {
    width: 26.6%;
}

div[id^="popup"] .col-m {
    width: 69%;
}

.splash {
    display: block;
    width: 175px;
    height: 131px;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 100;
}

#splash-quoi {
    left: 640px;
    top: 0px;
    background-image: url(../images/site/splash_quoi.png);
}

#splash-points {
    top: 250px;
    left: 900px;
    background-image: url(../images/site/splash_points.png);
}

#splash-livre {
    top: 250px;
    left: 900px;
    background-image: url(../images/site/splash_mon_livre.png);
}

#bandeau-pop {
    width: 100%;
    min-height: 100px;
    background-image: url(../images/site/logo-petit.png);
    background-position: center 0;
    background-repeat: no-repeat;
}

.poppub {
    background-color: #F0F0F0;
    color: #3D3A3B;
    font-weight: bold;
}

.poppub p.pub-header {
    text-align: justify;
    margin-bottom: 15px;
}

.poppub p.pub-footer {
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
}


/*
 * Non-semantic helper classes
 */


/* for image replacement */

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */

.hidden {
    display: none;
    visibility: hidden;
}


/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}


/* Hide visually and from screenreaders, but maintain layout */

.invisible {
    visibility: hidden;
}


/* >> The Magnificent CLEARFIX << */

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

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}


/* Hides from IE-mac \*/

.clearfix {
    display: block;
}

.checkoutBarFrom,
.checkoutBarTo {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #8c8c8c;
}

.checkoutBarCurrent {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
}

.alinea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
    color: #000000;
}

.adrmail a {
    text-decoration: none;
    color: #000;
}


/* clignotement */

@keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}


/* pulse */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        background-color: #7D1418;
    }
    10% {
        -webkit-transform: scale(1.1);
        background-color: #EC5152;
    }
    20% {
        -webkit-transform: scale(1);
        background-color: #7D1418;
    }
    100% {
        -webkit-transform: scale(1);
        background-color: #7D1418;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        background-color: #7D1418;
    }
    10% {
        -moz-transform: scale(1.1);
        background-color: #EC5152;
    }
    20% {
        -moz-transform: scale(1);
        background-color: #7D1418;
    }
    100% {
        -moz-transform: scale(1);
        background-color: #7D1418;
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1);
        background-color: #7D1418;
    }
    10% {
        -ms-transform: scale(1.1);
        background-color: #EC5152;
    }
    20% {
        -ms-transform: scale(1);
        background-color: #7D1418;
    }
    100% {
        -ms-transform: scale(1);
        background-color: #7D1418;
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
        background-color: #7D1418;
    }
    10% {
        -o-transform: scale(1.1);
        background-color: #EC5152;
    }
    20% {
        -o-transform: scale(1);
        background-color: #7D1418;
    }
    100% {
        -o-transform: scale(1);
        background-color: #7D1418;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        background-color: #7D1418;
    }
    10% {
        transform: scale(1.1);
        background-color: #EC5152;
    }
    20% {
        transform: scale(1);
        background-color: #7D1418;
    }
    100% {
        transform: scale(1);
        background-color: #7D1418;
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 6s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-duration: 6s;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-duration: 6s;
    -ms-animation-delay: 2s;
    -ms-animation-iteration-count: infinite;
    -o-animation-duration: 6s;
    -o-animation-delay: 2s;
    -o-animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

#pub-left,
#pub-right,
#col-left,
#col-right {
    position: absolute;
    top: 0;
    width: 220px;
    padding: 80px 5px 5px 5px;
    text-align: center;
}
#pub-left,
#col-left {
    left: -230px;
}
#pub-right,
#col-right {
    left: 100%;
}
