<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
RESET CSS
**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0; 
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table {
    table-layout: fixed;
}
td {
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
article table {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
}
article table[border="0"], #forum_derniers_sujets table {
    border-width: 0;
}
article table th,
article table td {
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
}
article table[border="0"] th,
article table[border="0"] td,
#forum_derniers_sujets table th, #forum_derniers_sujets table td {
    border-width: 0;
}
article table th[style="text-align: center;"] p,
article table td[style="text-align: center;"] p {
    text-align: center;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-size: 13px;
}
aside ol, aside ul, footer ol, footer ul, nav ol, nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
.clear {
    clear: both;
}

/**
CSS TEMPLATE
**/

body {
    background-attachment: fixed;
}

/* Common */

a {
    outline:none;
    text-decoration:none;
}

.blog-breadcrumb {
    display:none; 
}

#contenu {
  	background-color: #c9c0c3;
    width:960px;
    margin: 20px auto;
}

header {
	min-height:300px;
}

nav {
    height:40px;
    text-transform :uppercase;
    position: relative;
    z-index:4;
}
nav ul {
    margin: 0 0 0 20px;
    float: center;
}
nav li {
    display: inline-block;
    margin: 0 20px 0 0;
}

nav a {
    line-height: 40px;
    font-size: 20px;
  	color: #000000;
  	padding: 5px;
}

nav a:hover {
}

nav .recherche_nav {
    float: right;
    height: 22px;
    margin: 9px 20px;
}
nav .recherche_nav input {
    width: 120px;
    height: 12px;
    font-size: 11px;
    margin: 0;
}


/* Section */

section {
    clear:both;
    position:relative;
}

section:after {
    clear: both;
}

section:before, section:after {
    content: "";
    display: table;
}

/* Article */

article {
    min-height:300px;
    padding:20px;
    position:relative;
    width:667px;
}
article ul,
article ol {
    margin: 0 0 0 20px;
}
/*
article ul {
    list-style-type: disc;
}
*/
article ol {
    list-style-type: decimal;
}
article ul li,
article ol li {
    line-height: 25px;
}
article .dynamique {
    margin: 0 0 20px 0;
}
.layout-1 article {
    float:right;
}
.layout-2 article {
    float:left;
}
.layout-3 article {
    width: 920px;
}

article .article-title:hover {
    text-decoration: none;
}
article .tiny p {
    text-align: justify; 
}
article .tiny td p {
    text-align: inherit; 
}
article .tiny div p {
    text-align: inherit; 
}
article .tiny p[align="center"] {
    text-align: center;
}

article a.zoomable {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    margin-top: 20px;
    /*display: inline-block;*/ /* problem : images are not centered */
    padding: 0;
    /*font-size: 0;*/
    /*background-color: #000000;*/
    /*border: 1px solid #000000;*/
}

.addthis_button img {
    box-shadow:none;
    border:none;
    margin:0;
}


article a img:before {
    content:"lol";
}

article h2,
article h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 5px 0;
}
article h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 5px 0;
}
article .alert {
    display: inline-block;
    font-size: 15;
    line-height: 18px;
    padding-top: 10px !important;
    padding-left: 10px !important;
    text-align: left;
    vertical-align: middle;
    width: 650px;
}
article .tiny h4 {
    /*margin: 10px 0;*/
}
article blockquote,
article .quote,
article .tiny blockquote,
article .tiny .quote {
    line-height: 17px;
    padding: 5px 0 5px 15px;
    border-left: 1px solid; #000000;
}
article .tiny p {
    margin: 5px 0;
}
article .article_blog_article {
    clear: both;
}
article .articles_index_hr_fin_article {
    display: block;
    clear: both;
    margin: 50px 0 20px 0;
}
#articles_show_contenu_article,
.articles_index_contenu_article {
    font-size: 13px;
}
#articles_show_contenu_article p,
#articles_show_contenu_article div {
    line-height: normal;
}


/* Aside */

aside {
    min-height: 200px;
    position: relative;
    width: 250px;
    z-index: 2;
}
.layout-1 aside {
    float: left;
}
.layout-2 aside {
    float: right;
}

aside .bloc-cote {
    padding: 20px;
    clear: both;
    line-height:20px;
}


aside h2,
aside h3 {
    margin: 0 0 10px 0;
}

aside ul {
    padding: 0 !important;
}
aside li {
    line-height: 22px;
    font-size: 16px;
    padding: 0 0 0 15px;
}

aside ul {
    padding: 0 0 0 15px;
}

aside div:first-child h2 {
    border-top: none;
}
  
#menu_newsletter ul,
#menu_newsletter ul li {
    background-image: none;
    padding: 0 !important;
}

#menu_newsletter_formulaire_text {
    width: 100%;
}
#newsletter_inscription input[type="submit"] {
    margin: 15px 0;
}

#menu_sondage ul,
#menu_sondage li {
    list-style: none !important; 
    /*padding: 0 !important;*/ /* ModifiÃ© par Pascal le 07/01 car Ã§a empÃªche de mettre un padding sur #sondage_dernier */
    background-image: none !important;
    text-align: center;
}
#menu_sondage li#sondage_dernier {
    text-align: left;
    padding:5px;
}
#sondage_contenu .poll_msg {
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px;
}
#sondage_contenu {
    text-align:center;
    margin:20px;
}
#sondage_contenu label {
    display: inline;
}

.fond-cote {
    height: 100%;
    position: absolute;
    width: 250px;
    z-index: 0;
}
.layout-1 .fond-cote {
    left: 0;
    top: 0;
}
.layout-2 .fond-cote {
    right: 0;
    top: 0;
}

/* footer */

footer {
    height: 90px;
    height: auto;
    min-height: 90px;
    padding: 30px 0 0 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

footer a {
    font-size:13px;
}

/* Form */

input[type="submit"],
input[type="button"] {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

input[type="submit"]:hover {
}

input[type="text"],input[type="password"] {
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 4px;
    width: 250px;
}
select {
    margin-bottom: 0;
}
.layout-3 .form_v2 input[type="text"],
.layout-3 .form_v2 input[type="password"] {
    display: block;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0 none;
}


/* Page photos */



article hr.photos_index_photo_separation {
    display:none; 
}

.photos_index_photo_desc strong {
    font-size: inherit; 
    line-height: 18px;
}


.photos_index_photo_desc {
    border-radius: 5px 5px 0 0;
    margin-bottom:10px!important;
    margin-top: 25px ! important;
    padding: 0px 15px 0 15px;
    text-align:left;
}

#photos_index_categorie_separation, #photos_index_pagination_hr_fin, .photos_index_photo_separation {
    width:450px;
}

#photos_index_categorie_separation, #photos_index_pagination_hr_fin, .photos_index_photo_separation {
    display:none !important;
}

.photos_index_photo_commentaires {
    height: 25px;
    line-height: 25px;
    padding:10px !important;
    border-radius: 5px;
    margin: 5px 0;
    width: 500px;
}

#photos_index_pagination {
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px;
}
#photos_index_pagination select,
#photos_index_pagination input {
    margin: 0 5px;
}



/* commentaire photos */

#photo_commentaires table tr td {
    border: medium none ! important;
    padding:7px!important;
}

#photo_commentaires table tr td:last-child {
    text-align: justify;
}

#photo_commentaires table tr td:last-child:before {
    display: inline-block;
    height: 0px;
    left: -24px;
    position: relative;
    top:10px;
    width: 0px;
}

#photo_commentaires table tr td:first-child {
    padding-top: 25px ! important;
}



/* Page CatÃ©gorie article */



.article_index_categorie_nom {
    line-height:30px; 
}


.article_index_categorie_nom {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    width: 667px;
}

.article_index_categorie_nom:before {
    content:url('https://static.blog4ever.com/2010/11/451899/Titre-menu_5230143.png');
    left:-5px;
    position:relative;
    top:3px;
}

.article_index_lien {
margin:10px; 
}

.article_index_lien a {
-moz-transition:all 0.7s ease;
}

.article_index_lien a:hover {
font-weight:bold;
padding-left:10px;
}

#articles_index_categorie_desc {
margin-bottom:30px;
font-weight:bold;
}

#articles_index_categorie_titre {
font-style:normal!important; 
}

/* Page article */

#articles_commentaires_titre {
margin-top: 30px!important;
}

#article_liste_articles hr {
display:none; 
}

#articles_show_separation_bas {
display:block;
}
.articles_show_stats_article {
    font-style: normal !important;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
}
.articles_show_stats_date, #articles_show_stats_date {
    font-style: normal !important;
}

.articles_show_stats_hits:before {
    position:relative;
    left:-2px;
    top:0px;
}

.article_sondage form label {
    display: block !important;
    margin: 2px 0 !important;
    height: auto !important;
}

/* commentaire article */

#article_commentaires table tr td {
    border: 0 !important;
    padding:7px !important;
}
#article_commentaires table tr td p {
    margin: 10px 0;
}
#article_commentaires ul {
    list-style-type: none;
    margin: 0;
}
#article_commentaires ul li {
    list-style-type: none;
    position: relative;
}
ul.b4e-liste-commentaires li ul.b4e-commentaire-reponses li {
    background-color: transparent;
}

#article_commentaires dl {
    position: relative;
}
#article_commentaires dl dt.commentaire_auteur {
    float: left;
    width: 70px;
    border: none;
}
#article_commentaires dl dt.commentaire_auteur .b4e-avatar img {
    width: 50px;
    height: auto;
}
#article_commentaires dl dd.commentaire_message {
    margin: 0 0 0 70px;
    width: auto;
    padding: 10px;
    text-align: justify;
    border: none;
}
#article_commentaires .comment-date {
    font-size: 11px;
}
#article_commentaires .comment-op {
    font-size: 11px;
}
#article_commentaires .actions {
    font-size: 11px;
}
article .form_v2 {
    width: 100%;
    max-width: 100%;
}
article .form_v2 .form_moitie {
    width: 50%;
}
article .form_v2 .form_full {
    width: 100%;
}
article .form_v2 .captcha_box {
    width: 100%;
}

article .form_v2 label {
    width: 90px;
    font-weight: bold;
}
#newsletter_inscription .form_v2 label {
    width: 155px;
    padding: 0 10px 0 0;
    text-align: right;
}

#recommander_emails_phrase {
    height: 20px;
    line-height: 25px;
    display: block;
}
#recommander_emails_textarea {
    margin: 0 0 0 90px;
}
#recommander_intro {
    text-align: left;
    line-height: 20px;
}
#newsletter_inscription p {
    line-height: 25px;
    margin: 0 0 5px 0;
}
#nl_adressemail {
    width: 300px;
}

/* Page forum */

#forum_derniers_sujets .centre {
    text-align: left!important;
}

#forum_categorie_description, #forum_index_titre_derniers_sujets, #forum_index_titre_categories, #forum_index_recherche_titre {
    border: medium none;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: normal;
}

#forum_categorie_description {
    margin-bottom: 30px;
}

#ForumLoginForm {
    border-radius: 4px;
    float: left;
    height: 75px;
    padding: 10px;
    text-align: left;
    width: 465px;
}
#ForumLoginForm input {
    height: auto !important;
}
#ForumLoginForm label {
    height: 24px;
    line-height: 24px;
}
#forum_haut_menu_visiteur .register {
    width: 150px;
}
#forum_haut_menu_visiteur .register a {
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}
#forum_haut_menu_membre {
    padding: 10px 0;
    border-radius: 4px;
    font-size: 13px;
}
#forum_index_recherche_submit {
    margin: 0;
}

.forum_index_derniers_sujets_sujet {
    margin: 10px 0 !important;
    font-size: 14px;
    background: url('https://www.blog4ever.com/resources/img/blogs/dizperso/list.png') no-repeat 5px center;
    padding: 0 0 0 18px;
    height: 18px;
    line-height: 18px;
}

#forum_categorie_tableau_entete th,
#forum_index_tableau_cat_tr td {
    font-size: 12px;
}
.forum_categorie_tableau_ligne {
    line-height:30px;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne td,
#forum_categories .forum_index_tableau_cat_categorie td,
#forum_categorie_subcats .forum_index_tableau_cat_categorie td {
    font-size: 13px;
    padding: 7px 2px !important;
    line-height: normal !important;
    vertical-align: middle;
}
#forum_categories .forum_index_tableau_cat_categorie .forum_index_tableau_cat_desc,
#forum_categorie_subcats .forum_index_tableau_cat_categorie .forum_index_tableau_cat_desc {
    padding-left: 40px !important;
    background: transparent url('/resources/img/icons/glyphicons/glyphicons_245_chat.png') no-repeat 8px center;
}
#forum_categories .forum_index_tableau_cat_categorie .forum_index_tableau_cat_nb_post,
#forum_categorie_subcats .forum_index_tableau_cat_categorie .forum_index_tableau_cat_nb_post {
    width: 80px;
}
#forum_categories .forum_topic_title,
#forum_categorie_subcats .forum_topic_title {
    text-align: center;
}
#forum_haut_recherche {
    margin: 10px;
}
#forum_haut_recherche,
#forum_recherche {
    height: 28px;
    line-height: 28px;
}
#forum_haut_recherche label {
    display: inline-block;
}
#forum_recherche label {
    float: left;
    margin: 0 10px;
}
#forum_categorie_moderateur_separation,
#forum_categorie_moderateur_separation_fin,
#forum_categorie_tri_separation,
#forum_categorie_tri_separation_fin {
    display: none;
}

#forum_categorie_sujets .forum_categorie_tableau_ligne .forum_categorie_tableau_ligne_statut,
#forum_categorie_sujets .forum_categorie_tableau_entete_statut {
    width: 7% !important;
    text-align: left;
    padding-left: 5px !important;
    font-size: 12px;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne_titre,
#forum_categorie_sujets .forum_categorie_tableau_entete_titre {
    width: 40% !important;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne_auteur,
#forum_categorie_sujets .forum_categorie_tableau_entete_auteur {
    width: 20% !important;
    font-size: 12px;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne_nb,
#forum_categorie_sujets .forum_categorie_tableau_entete_nb {
    width: 8% !important;
    font-size: 12px;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne_dernier,
#forum_categorie_sujets .forum_categorie_tableau_entete_dernier {
    width: 25% !important;
    font-size: 12px;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne_titre a {
    display: block;
    line-height: 15px;
}
.forum_categorie_tableau_ligne_date {
    line-height: 12px;
}
.forum_categorie_tableau_ligne_statut .forum_statut_image {
    vertical-align: -4px;
    margin: 0 0 0 5px;
}
.register a {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
}
.forum_sujet_message_signature img {
    max-width: 620px;
    max-height: 175px;
}

#forum_categorie_tri {
margin-top: 30px;
}

#forum_sujet_repondre_tableau td input[type="text"] {
width: 280px !important;
margin-right: 50px;
}

.forum_sujet_message_titre {
padding-top:20px; 
}

.forum_categorie_tableau_ligne_titre {
padding-left:10px;
}

#forum_sujet_repondre input[type="submit"] {
margin-bottom:50px;
}

#forum_categories table {
border-collapse: separate;
border-spacing: 0px ! important;
}

#forum_categorie_tableau_entete,
#forum_index_tableau_cat_tr {
    line-height:30px;
    font-weight:bold;
}

.forum_index_tableau_cat_desc a {
    line-height: 17px;
    font-style: italic;
    text-decoration: none;
}
.forum_index_tableau_cat_desc a:hover {
    text-decoration: none;
}

.forum_index_tableau_cat_desc a b {
    font-style: normal;
}
.forum_index_tableau_cat_desc .password-input {
    font-size: 11px;
    padding: 10px;
}
.forum_index_tableau_cat_desc .password-input input[type="password"] {
    font-size: 11px;
    height: 14px;
    width: 150px;
    margin: 0 10px;
}
.forum_index_tableau_cat_desc .password-input input[type="button"] {
    font-size: 11px;
}

#forum_ajouter_form {
    margin: 30px 0 0 0;
}
#forum_ajouter_form label {
    float: left;
    height: 28px;
    line-height: 28px;
    width: 120px;
}

#forum_categorie_tableau td {
border-top: 1px solid #ffffff;
}

#forum_categorie_ouvrir_lien {
position: relative;
top: -50px;
border:none!important;
}

#forum_categorie_ouvrir {
margin-bottom: 0!important;
}

.forum_sujet_tableau_message_details {
    border: medium none ! important;
    overflow: visible!important;
    padding: 0 0 15px 0;
    width: auto!important;
    margin: 0 !important;
}
#forum_sujet_repondre {
    margin: 20px 0;
    padding: 10px;
    border-radius: 6px;
}
#forum_sujet_repondre div.centre {
    border-radius: 5px;
    padding-top: 35px;
}

#forum_categorie_moderateur {
    margin: 10px 0;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    background: rgba(255, 128, 0, 0.2);
    float: right;
    padding: 5px 10px;
    width: 380px;
    border-radius: 4px;
    text-align: right !important;
}
#forum_categorie_moderateur select {
    margin: 0 5px;
    width: auto;
    font-size: 11px;
    max-width:200px;
}
#forum_categorie_tri {
    margin: 10px 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    clear: both;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: right !important;
}
#forum_categorie_tri select {
    width: auto;
    margin: 0 5px;
}
#forum_categorie_pagination {
    margin: 10px 0 !important;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    float: left;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 11px;
    width: 239px;
}
#forum_categorie_pagination select,
#forum_categorie_pagination input {
    width: auto;
    margin: 0 5px;
    font-size: 11px;
}
#forum_categorie_pagination select {
    width: 80px;
}

/* commentaire forum */
#forum_sujet_tableau {
    width: 667px !important;
}
#forum_sujet_tableau tr td {
    vertical-align: top;
}
#forum_sujet_tableau table tr td {
    border: 0 !important;
}
#forum_last_topics {
    width: 100%;
    border: none;
}

#forum_last_topics td {
    height: 30px;
    padding: 5px;
    border: none;
}
.forum_inscription_form table, .forum_inscription_form td {
    border: none;
}

.forum_sujet_conteneur {
    padding: 10px;
}
.forum_sujet_tableau_message_contenu {
    padding: 10px 10px 10px 20px !important;
    font-size: 13px !important;
    line-height: 16px;
}
.forum_sujet_tableau_message_auteur {
    padding: 10px 20px 10px 10px !important;
    width: 140px important;
    max-width: 140px important;
}
article #membre_profil_droit h4 {
    font-size: 20px;
    margin: 25px 0 10px 0;
}
#membre_profil_droit ul li  {
    min-height: 25px;
    line-height: 25px;
}
#forum_membres_list table,
#forum_membres_list table td {
    border: 0;
}


/*
 NEW
*/
#menu_newsletter ul {
    padding: 0;
}
#menu_newsletter ul li {
    text-align: left !important;
}
#InscriptionNewsletter {
    margin-top:5px;
}
#InscriptionNewsletter input[type="text"] {
    width: 202px !important;
    margin: 0 0 9px 0;
}
#InscriptionNewsletter input[type="submit"],
#InscriptionNewsletter button {
    float: right;
}
#menu_newsletter a {
    font-size: 12px;
    line-height: 22px;
}

#menu_sondage ul
/*#VoteSondage*/ {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 0 7px 10px 7px!important;
    margin: 0 0 10px 0;
}
#menu_sondage ul #VoteSondage {
    background-color: transparent;
    border: 0;
}
#VoteSondage p {
    font-weight: bold;
    margin: 10px 0;
    font-size: 13px;
}
#VoteSondage label {
    font-size: 13px;
    line-height: 25px;
    min-height: 25px;
}
#VoteSondage label input {
    display: inline-block;
    margin: -4px 0 0 0;
    padding: 0;
}
#VoteSondage input[type="submit"],
#VoteSondage button {
    display: block;
    width: 100px;
    margin: 10px auto;
}
#VoteSondage a {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
}
#VoteSondage .centre br {
    display: none;
}

#partenaire_liste_page a {
    display: block;
    margin: 15px 0 0 0;
    font-weight: bold;
}
#partenaire_liste_page .blog-submit {
    border: none !important;
    border-radius: 4px;
    padding: 5px 0;
}
#partenaire_liste_page hr {
    display: block;
}

#jb-glry-dlg {
    z-index: 999;
}

[class*="-span"] {
    float: none;
    margin-left: 0;
}

.reply-comment {
    margin: 0;
    border-top: 0px !important;
}
.post-comment input[type="text"],
.reply-comment input[type="text"] {
    width: 40%;
    font-size: 11px;
    display: block;
}
#article_commentaires .post-comment .hide,
#article_commentaires .reply-comment .hide {
    display: none;
}
.post-comment .mini, 
.reply-comment .mini {
    height: 35px;
}
.post-comment textarea,
.reply-comment textarea {
    width: 100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 11px;
    resize: none;
}
.post-comment dl dt,
.reply-comment dl dt {
    float: left;
    width: 50px;
}
.post-comment dl dd,
.reply-comment dl dd {
    margin: 0 0 0 50px;
}
.post-comment dt img,
.reply-comment dt img {
    width: 35px;
    height: auto;
}
.post-comment .member {
    display: block;
    height: 25px;
    line-height: 25px;
}
.post-comment .blogmember_invite {
    white-space: nowrap;
    position: absolute;
    bottom: 10px !important;
    right: 40px !important;
    padding: 10px;
    font-size: 11px;
}
.post-comment form {
    margin: 0 0 30px 0;
}
.post-comment label input, 
.reply-comment label input {
    margin: 2px 5px 0 0 ;
    float: left;
}
.action-msg {
    position: fixed;
    width: 600px;
    left: 50%;
    margin: 0 0 0 -300px;
    top: 50px;
    z-index: 999;
    text-align: center;
}

.light [class^="icon-"],
.light [class*=" icon-"] {
  background-image: url("/resources/img/icons/glyphicons-halflings.png");
}
.dark [class^="icon-"],
.dark [class*=" icon-"] {
  background-image: url("/resources/img/icons/glyphicons-halflings-white.png");
}

article .gsc-url-bottom {
    margin: 3px 0 0 0;
    line-height: 18px;
}
article .gsc-results .gsc-cursor-box .gsc-cursor-page {
    padding: 2px 5px;
}

article .pm-table {
    border: 0;
}

article .pm-table td {
    border: 0;
}

article a.zoomable {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0) !important;
}

@import url('https://fonts.googleapis.com/css?family=Capriola&amp;subset=latin,latin-ext');

/* GENERAL */
body {
  	background-image: url("https://static.blog4ever.com/2010/11/451899/fond-2.jpg");
  	background-color: 
    background-image: url();
    font-family: 'Capriola, sans-serif';
    color: #000000;
}

#contenu {
    background-image: url();
  	border-right: 1px solid #000000;
  	border-bottom: 1px solid #000000;
  	border-left: 1px solid #000000;
  	border-top: 1px solid #000000;
  	-moz-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
    background: #c9c0c3;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
}
.main {
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
}

a {
    color: #c9c0c3;
}

a:hover {
    color: #c9c0c3;
}

.highlight
{
    background-color:#000000;
}

/* EN-TETE */
header {
    border-left: 1px solid #;
    border-right: 1px solid #;
  	border-top: 1px solid #;
  	border-bottom: 1px solid #000000;
}
header h1 {
    color: #000000;
    height: 80px
    line-height: 80px;
    padding: 0px;
    border-top: 0px solid #000000;
}
header h1 a {
    color: #000000;
    font-family: Capriola, sans-serif;
    font-size: 0px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
header .image {
  	height: 300px;
    width: 960px;
  	overflow: hidden;
    position: center;
}

/* PIED DE PAGE */
footer {
    background: #847879;
    color: #000000;
  	border-top: 1px solid #000000;
}
footer a {
    color: #000000;
}
footer a:hover {
    color: #847879;
}

/* NAVIGATION */
nav {
    -moz-box-shadow: 0px 0px 00px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
   	background: #847879;
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
  	border-top: 0px solid #000000;
  	border-bottom: 0px solid #000000;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);}
}
nav a {
  	background-image: url();
    color: #000000;
    font-family: Capriola, sans-serif;
    font-size: 25px;
  	padding: 7px;
}
nav a:hover {
    color: #000000;
    text-decoration: none;
}
nav .recherche_nav button {
    background-color: #000000; !important;
    border: 1px solid #000000; !important;
}

/* CONTENU */

article h2,
article h3 {
  	background-image: url();
   	color: #c9c0c3;
	padding-left: 10px;
  	border-bottom: 0px solid; 
  	color: #000000;
    font-family: Capriola, sans-serif;
  	 
}
article h4 {
    color: #000000;
    font-family: Capriola, sans-serif;
}
article a {
    color: #000000;
}
article a:hover {
    color: #000000;
}
article .articles_index_hr_fin_article {
    border-bottom: 0px solid #000000;
    border-top: 0px solid #000000;
  	border-left: 1px solid #000000;
  	border-right: 1px solid #000000;
 	
}
#articles_index_categorie_titre {
    border: 1px solid #000000;
    color: #000000;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    font-family: Capriola, sans-serif;
  	padding-left: 6px;
}
.articles_index_titre_article, #articles_show_titre_article {
    font-size:25px;
}
#articles_index_categorie_desc {
    text-align:center;
    opacity:0.8;
}
#photo_commentaires table tr:nth-child(even),
#article_commentaires table tr:nth-child(even) {
    background: #c9c0c3;
}
#photo_commentaires table tr:nth-child(even) td,
#article_commentaires table tr:nth-child(even) td {
    border-bottom: 1px solid #000000; !important;
    border-top: 1px solid #000000; !important;
}
#photo_commentaires table tr:nth-child(odd),
#article_commentaires table tr:nth-child(odd) {
    background: #c9c0c3;
}

#photo_commentaires table tr:nth-child(odd) td,
#article_commentaires table tr:nth-child(odd) td {
    border-bottom: 1px solid #000000; !important;
    border-top: 1px solid #000000; !important;
}
#photo_commentaires .author-profile,
#article_commentaires .author-profile {
    border: none;
    padding: 0 5px;
}
.articles_show_stats_article {
    background: #d3cdcd;
}
article #partenaire_liste_page hr {
    border-bottom: 1px solid #000000; !important;
    border-top: 1px solid #000000; !important;
    border-left: 1px none #000000; !important;
    border-right: 1px none #000000; !important;
}

ul.b4e-liste-commentaires {
    list-style-type: none;
}
ul.b4e-liste-commentaires li {
    border-top: 1px solid #000000;
    padding: 5px 0;
}
ul.b4e-liste-commentaires li:nth-child(even) {
    background: #000000;
}
ul.b4e-liste-commentaires li:nth-child(odd) {
    background: #000000;
}
article .b4e-commentaire-auteur,
article .b4e-commentaire-message {
    border: none;
}

/* BARRE LATERALE */
aside h2,
aside h3 {
  	background-image: url("https://static.blog4ever.com/2010/11/451899/menu_7422348.jpg");        
    color: #ffffff;
    font-family: Capriola, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  	width: 139px;
  	height: 200px;
  	background-repeat: no-repeat;
  	text-align: center;
}
aside li {
    background: url('/resources/img/blogs/dizperso/list-light.png') no-repeat left 8px;
}
aside .bloc-cote {
    border-top: 0px solid #000000;
    border-bottom: 1px solid #000000;
  	border-right: 1px solid #000000;
}
aside .bloc-cote:first-child {
    border-top: 0; ;
}
aside .bloc-cote:last-child {
    border-bottom: 0; ;
}
aside .bloc-cote a {
    color: #000000;
}
aside .bloc-cote a:hover {
    color: #000000;
}

.fond-cote {
    background-color: #c9c0c3;
}
.layout-1 .fond-cote {
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.layout-2 .fond-cote {
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

/* FORMULAIRES */
#aside input[type="submit"],
#aside input[type="button"],
#aside button,
#contenu input[type="submit"],
#contenu input[type="button"],
#contenu button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fffce9;
    border-radius: 3px;
    border: 1px solid #6f0e12;
    color: #6f0e12;
    font-family: 'Lucida sans Unicode', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
form label {
    color: #6f3a1b;
}

/* FORUM */
#forum_haut_menu_visiteur {

}
#forum_haut_menu_visiteur form {
    background-color: #eeeeee;
}

#forum_haut_menu_visiteur .register {
    background-color: #eeeeee;
}
#forum_haut_menu_membre {
    background-color: #eeeeee;
}
#forum_haut_menu_visiteur .register a {
    background: #fffce9;
    border: 1px solid #6f0e12;
    color: #6f0e12;
    font-family: 'Lucida sans Unicode', sans-serif;
}
#forum_categories table #forum_index_tableau_cat_tr,
#forum_categorie_sujets table #forum_categorie_tableau_entete {
    background-color: #8d0e14;
    color: #ffffff;
}
#forum_sujet_tableau tr:nth-child(even),
#forum_last_topics tr:nth-child(even),
#forum_categories table tr:nth-child(even),
#forum_categorie_subcats table tr:nth-child(even),
#forum_categorie_sujets table tr:nth-child(even) {
    background-color: #ffffff;
}
#forum_sujet_tableau tr:nth-child(odd),
#forum_last_topics tr:nth-child(odd),
#forum_categories table tr:nth-child(odd),
#forum_categorie_subcats table tr:nth-child(odd),
#forum_categorie_sujets table tr:nth-child(odd) {
    background-color: #eeeeee;
}
#forum_sujet_tableau tr td,
#forum_last_topics tr td,
#forum_categories table tr td,
#forum_categorie_sujets table tr td {
    border-bottom: 1px solid #ebe8d5;
}
#forum_sujet_tableau {
    margin-top:5px;
}
#forum_sujet_tableau .forum_sujet_message_titre {
    border:1px solid #ebe8d5;
    padding-top:0;
    text-align:center;
    padding:5px;
    vertical-align:baseline;
}
#forum_sujet_tableau tr tr {
    background-color: transparent !important;
}
#forum_categories .forum_index_tableau_cat_desc a,
#forum_categorie_subcats .forum_index_tableau_cat_desc a {
    color: #6f3a1b;
}
#forum_categories .forum_index_tableau_cat_desc a b, 
#forum_categories .forum_index_tableau_cat_desc form b,
#forum_categorie_subcats .forum_index_tableau_cat_desc a b, 
#forum_categorie_subcats .forum_index_tableau_cat_desc form b {
    color: #000000;
}
#forum_categories .forum_index_tableau_cat_desc a:hover b,
#forum_categorie_subcats .forum_index_tableau_cat_desc a:hover b {
    color: #6f3a1b;
}
#forum_categorie_ouvrir_lien {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fffce9;
    border-radius: 3px;
    border: 1px solid #6f0e12;
    color: #6f0e12;
    font-family: 'Lucida sans Unicode', sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
}
#forum_categorie_ouvrir_lien b {
    font-weight: normal;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne .forum_categorie_tableau_ligne_statut,
#forum_categorie_sujets .forum_categorie_tableau_entete_statut {
    border-bottom: 1px solid #ebe8d5;
    border-top: 0 !important;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne_titre,
#forum_categorie_sujets .forum_categorie_tableau_entete_titre {
    border-bottom: 1px solid #ebe8d5;
    border-top: 0 !important;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne_auteur,
#forum_categorie_sujets .forum_categorie_tableau_entete_auteur {
    border-bottom: 1px solid #ebe8d5;
    border-top: 0 !important;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne_nb,
#forum_categorie_sujets .forum_categorie_tableau_entete_nb {
    border-bottom: 1px solid #ebe8d5;
    border-top: 0 !important;
}
#forum_categorie_sujets .forum_categorie_tableau_ligne_dernier,
#forum_categorie_sujets .forum_categorie_tableau_entete_dernier {
    border-bottom: 1px solid #ebe8d5;
    border-top: 0 !important;
}
#forum_categorie_pagination,
#forum_categorie_tri {
    background-color: #eeeeee;
}
#forum_sujet_tableau .forum_sujet_tableau_message {
    border: none;
}
#forum_sujet_tableau .forum_sujet_tableau_message_auteur {
    border-right: 1px solid #ebe8d5 !important;
}
#forum_sujet_tableau .forum_sujet_message_signature {
    border-top: 1px solid #ebe8d5 !important;
    border-bottom: 0 !important;
    padding: 5px;
}
#forum_sujet_repondre {
    background-color: #eeeeee;
}
#membre_profil_droit h4 {
    color: #8d0e14;
    font-family: Capriola, sans-serif;
}


/* PHOTOS */
#photos_index_pagination {
    background-color: #d3cdcd;
}

/* SONDAGES */
#sondage_contenu .poll_msg {
    background-color: #eeeeee;
}
#partenaire_liste_page .blog-submit {
    background-color: #eeeeee;
}
#menu_sondage ul,
#VoteSondage {
    background-color: #000000;
    border: 1px solid #ebe8d5;
}
#menu_sondage ul label,
#VoteSondage label {
    color: #6f3a1b;
}

article .moderator {
    color: @COLOR_FORUM_MODERATOR@;
}

/* GOOGLE SEARCH RESULTS */
article .gsc-control-cse,
article .gsc-control-cse .gsc-table-result {
    font-family: 'Lucida sans Unicode', sans-serif;
    color: #6f3a1b;
}
article .gs-result .gs-title,
article .gs-result .gs-title *,
article .gsc-control-cse a,
article .gsc-control-cse .gsc-table-result a {
    color: #6f0e12;
}
article .gsc-control-cse a:hover,
article .gsc-control-cse .gsc-table-result a:hover,
article .gsc-control-cse a:hover *,
article .gsc-control-cse .gsc-table-result a:hover * {
    color: #6f3a1b;
}
article .gs-result a.gs-visibleUrl,
article .gs-result .gs-visibleUrl {
    color: #6f0e12;
}
article .gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 13px;
    font-weight: normal;
    background-color: #0;
    color: #6f0e12;
    text-decoration: none;
}
article .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    font-weight: bold;
    color: #6f3a1b;
    text-decoration: none;
}
article .gsc-webResult .gsc-result {
    border-top: 1px solid #0;
    border-bottom: 1px solid #0;
}
article .gsc-above-wrapper-area {
    border-bottom: 1px solid #0;
}


.conversation-interface {
    border-left: 1px solid #0;
    border-right: 1px solid #0;
}
.conversation-title input[type="text"] {
    border: 1px solid #0;
}
.pm-conversation {
    border-bottom: 1px solid #0;
}
.pm-conversation.active {
    background-color: #0;
}
.conversation-compose {
    border-top: 1px solid #0;
    margin-top: 10px;
    padding-top: 10px;
}
.conversation-username-search ul li {
    border-bottom: 1px solid #0;
    padding: 10px 5px;
}
</pre></body></html>