/* -*- coding: utf-8 -*- */

body {
   background-color: #E5E5E5;
   font-family: arial;
   color: #000;
   height: 100%;
   margin: 0px;
   font-size: 12px;
}


.clear { clear: both; }


#content{
   min-height: 100%;
   overflow: hidden;
}
sup{
  font-size: 70%;
  vertical-align:  text-top
}

#banniere-cookie a.cicb_fermer{
	display: none!important;
}
/*
  L'en-tête avec langues, recherche, menu et slideshow
*/
#header {
    position: relative;
    width: 955px;
    height: 235px;
    margin-left: auto;
    margin-right: auto;
}

#header #logo {
    height: 184px;
    width: 286px;
    float: left;
    margin-top: -190px;
    z-index: 1000;
}

.ie7 #header{
    position: relative;
    width: 955px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
}

#header_pages{
    position: relative;
    width: 955px;
    height: 165px;
    margin-left: auto;
    margin-right: auto;
}

#logo_pages{
    background-image: url(../img/logo.png);
    height: 184px;
    width: 286px;
    float: left;
    margin-top: -30px;
    z-index: 1000;
}

/* Menu
------*/
#menu{
    position: absolute;
    background-image: url(../img/index_menu_bg.png);
    color: #99353C;
    width: 310px;
    min-height: 110%;
    right: 0;
    top: -57px;
    margin-right: 18px;
    font-family: georgia;
    font-size: 25px;
    z-index: 1000;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 16px 35px 0 20px;
}

#menu ul li {
    padding: 10px 0 2px 0;
    border-bottom: 1px dashed #99353C;
}

#menu ul li a{
    text-decoration: none;
    color: #99353C;
    font-size: 96%;
}

/* Menu pages
------------*/
#menu_pages{
    background-image: url(../img/sidebox_bg.png);
    color: #99353C;
    font-family: georgia;
    font-size: 25px;
    padding: 10px 0 15px 5px;
}

#menu_pages ul {
    list-style-type: none;
    margin: 0;
    padding: 0 40px 0 15px;
}

#menu_pages ul li {
    padding: 8px 0 2px 0;
    border-bottom: 1px dashed #99353C;
}

#menu_pages ul li a{
    text-decoration: none;
    color: #99353C;
}

#menu_pages ul li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu_pages ul li ul li {
    padding: 0 0 2px 0;
    font-size: 16px;
    border-bottom: none;
}

#menu_pages ul li ul li a{
    text-decoration: none;
    color: #99353C;
}

/*****************************************/

a.accueil #nom_site_spip { position: absolute; top: -3000em; height: 1%;  }

#languages{
    background-image: url(../img/langue_bg.jpg);
    height: 40px;
}

#languages #frnl{
    display: block;
    font-weight: bold;
    line-height: 38px;
    padding-right: 25px;
    font-family: georgia;
    color: #FFF;
    width: 930px;
    margin: 0 auto;
    text-align: right;

}

#languages #frnl a{
    color: #FFF;
    text-decoration: none;
}

#languages #frnl a:hover {
    text-decoration: underline;
}

#top_links{
    float: right;
    color: #99353C;
    margin-top: -150px;
    margin-right: 20px;
    font-family: "arial narrow";
    font-weight: bold;
    font-size: 1.2em;
}

#top_links a{
    color: #99353C;
    text-decoration: none;
}

#top_links_pages{
    float: right;
    color: #99353C;
    margin-top: 10px;
    margin-right: 20px;
    font-family: arial;
    font-family: "arial narrow";
    font-weight: bold;
    font-size: 1.2em;
}

#top_links_pages a{
    color: #99353C;
    text-decoration: none;
}


#header #slideshow {
    background-image: url("../img/slideshow_background.png");
    background-position: center;
    background-repeat: no-repeat;

    height: 246px;
    margin: 0px auto;
    position: relative;
    width: 717px;
}
.ie7 #header #slideshow,
.ie6 #header #slideshow { z-index: -1; }


#header #slideshow #slideshow-prev a {
    background-image: url("../img/slideshow_prev.png");
    background-position: center;
    background-repeat: no-repeat;

    height: 77px;
    left: -50px;
    outline: none 0px;
    position: absolute;
    top: 85px;
    width: 76px;
    cursor:pointer;
}
#header #slideshow #slideshow-prev a:active {
    left: -55px;
    top: 90px;
}


#header #slideshow #slideshow-all-pictures {
    left: 5px;
    position: relative;
    top: 5px;
}

#header #slideshow #slideshow-all-pictures img { display: none; }
#header #slideshow #slideshow-all-pictures img:first-child { display: block; }  /* first-child ne fonctionne sous IE 5 mais corrigé par JavaScript */


#header #slideshow #slideshow-all-comments {
    background-image: url("../img/slideshow_comment_background.png");
    background-repeat: no-repeat;

    color: white;

    font-size: 12px;
    font-weight: bold;

    height: 189px;
    left: 5px;
    padding: 30px 50px 0px 70px;
    position: absolute;
    top: 5px;
    width: 191px;
}
.ie6 #header #slideshow #slideshow-all-comments { background-image: none; }

#header #slideshow #slideshow-all-comments .comment { display: none; }
#header #slideshow #slideshow-all-comments .comment:first-child { display: block; }  /* first-child ne fonctionne sous IE 5 mais corrigé par JavaScript */
#header #slideshow #slideshow-all-comments .comment A { color:#ffffff; text-decoration:underline; }
#header #slideshow #slideshow-all-comments .comment A:hover { color:#ffffff; text-decoration:none; }

#header #slideshow #slideshow-next a {
    background-image: url("../img/slideshow_next.png");
    background-position: center;
    background-repeat: no-repeat;

    height: 77px;
    outline: none 0px;
    right: -50px;
    position: absolute;
    top: 85px;
    width: 76px;
    cursor:pointer;
}
#header #slideshow #slideshow-next a:active {
    right: -55px;
    top: 80px;
}

/*
  Contenu
*/
#page {
   width: 955px;
   min-height: 100%;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
}

.ie6 #page h1 { margin-left: 0px; }

#page #events .htitre {
    margin-top: 15px;
    color: #173454;
    font-size: 1.5em;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;

}

#page #events .texte_articles{
    margin-top: 10px;
}

#page #events .texte_articles a:link, #page #events .texte_articles a:visited{
    color: #173454;
}

#page #events .texte img{

    margin: 5px 10px 0 0;
}

#page #events .texte .puce{
    clear: both;
    margin: 0;
}

#page #events .texte .spip_note, #page #events .texte .spip_out{
    color: #173454;
}

#page #events .htitre a {
    color: #173454;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
}

#page #events .chapo_article{
    font-weight: bold;
    margin-top: 10px;
}

#page #events .chapo_article p{
    margin: 5px 0;
}

#page #events .chapo_article p sub, #page #events .chapo p sub{
    font-size: 0.9em;
}

#page #events .chapo_article a:link, #page #events .chapo_article a:visited{
    color: #173454;
}

#page #events .chapo a:link, #page #events .chapo a:visited{
    color: #173454;
    margin-left: 5px;
}

#page #events {
    /*margin: 0px 28px 20px 50px;*/
    width: 565px;
    min-height: 555px;
}
.ie6 #page #events { margin-left: 0px; }

#page #events p .a_doc, #page #events p .a_doc:visited{
    color: #173454;
    font-size: 1.2em;
}

#page #events p .a_doc:hover{
    text-decoration: none;;
}

#page #events .event {
    background-color: #e3e3e3;

    background-image: url("../img/event_background.png");
    background-repeat: repeat-x;

    -moz-border-radius: 10px;
    border-radius: 10px;

    margin: 0px 0px 20px;
    padding: 8px 25px 8px 8px;
    position: relative;
    width: 575px;
}

#page #events .event img.picture {
	float:left;
    padding-right: 25px;
}


#page #events .event div.column {
}

#page #events .event div.column .date {
    color: #590076;
    font-family:"Arial Black",Arial,sans-serif;
    font-size: 24px;
    font-weight: 900;

    line-height: 30px;
}
.artdate {
    color: #590076;
    font-family:"Arial Black",Arial,sans-serif;
    font-size: 20px;
    font-weight:bold;
}



.texte_articles ol, .texte_articles ul{
  margin: 10px 20px 0 20px;
}


#page #events .event div.column h2 {
    color: #23012b;
    font-size: 18px;
    text-transform: uppercase;
}
.event H2 A:link, .event H2 A:visited { text-decoration:none; color:#23012b; }
.event H2 A:hover { text-decoration:underline; color:#23012b; }

#page #events .event div.column .contain {
    color: #23012b;
    margin-top: 2ex;
    text-align: justify;
}

#page #events .event img.spot {
    bottom: -5px;
    position: absolute;
    right: -2px;
}


#page #events .links {
    padding: 0px 0px 40px;
    position: relative;
}

#page #events .links a {
    position: absolute;
    color: black;
    font-weight: bold;
    right: 0px;
    text-decoration: none;
}
#page #events .links a:hover { text-decoration: underline; }

#page #events .links a.left { left: 0px; }  /* classe .left car :first-child ne fonctionne pas sous IE 6 */


#page .copyright {
    bottom: 20px;
    font-size: 80%;
    position: relative;
    padding:20px 0 10px 50px;
}

#page .copyright a {
	float:right;
    color: #6a518c;
    text-decoration: none;
    padding:0 50px 0 0;
}
#page .copyright a:hover { text-decoration: underline; }

#page #stuffs {

}

#page #stuffs #newsletter {
    height: 67px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    width: 255px;
}


#page #stuffs #newsletter .background {
    background-image: url("../img/menu_background.png");
    background-repeat: repeat-x;
    height: 38px;
    left: 15px;
    position: absolute;
}
.ie7 #page #stuffs #newsletter .background { width: 235px; }


#page #stuffs #newsletter .background .left,
#page #stuffs #newsletter .background .right {
    background-repeat: no-repeat;
    height: 67px;
    position: absolute;
    width: 15px;
}

#page #stuffs #newsletter .background .left {
    background-image: url("../img/menu_background_left.png");
    left: -15px;
}
#page #stuffs #newsletter .background .right {
    background-image: url("../img/menu_background_right.png");
    right: -15px;
}


#page #stuffs #newsletter .contain {
    color: white;
    font-size: 18px;
    margin: 5px -5px;
    position: relative;
    white-space: nowrap;
}
.ie6 #page #stuffs #newsletter .contain { margin-left: 0px; }

#page #stuffs #newsletter .contain b { font-weight: bold; }

#stuffs #newsletter A:link, #stuffs #newsletter A:visited { text-decoration:none; color:#ffffff; }
#stuffs #newsletter A:hover { text-decoration:underline; color:#ffffff; }

/* ----------------
#page #stuffs #newsletter .contain form { margin-top: 5px; }

#page #stuffs #newsletter .contain form fieldset {
    background-image: url("../img/newsletter_email_background.png");
    background-repeat: repeat-x;

    height: 23px;
}

#page #stuffs #newsletter .contain form fieldset input {
    background-color: transparent;
    border: none 0px;
    font-size: medium;
    margin: 0px;
    padding: 0px;
    outline: none 0px;
}
#page #stuffs #newsletter .contain form fieldset input.email {
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin-right: -5px;
    padding: 0px 5px;
    width: 203px;
}


#page #stuffs #newsletter .contain form fieldset input.submit {
    background-image: url("../img/newsletter_email_ok.png");
    background-position: 2px 2px;
    background-repeat: no-repeat;

    height: 21px;
    width: 20px;
}
.ie7 #page #stuffs #newsletter .contain form fieldset input.submit,
.ie6 #page #stuffs #newsletter .contain form fieldset input.submit { height: 23px; }

#page #stuffs #agenda {
    color: #23012b;
    margin: 40px auto 0px;
    position: relative;
    width: 214px;
}

#page #stuffs #agenda .calendar {
    border: solid 1px #6a518c;

    -moz-box-shadow: 2px 2px 5px #e0e0e0;
    -webkit-box-shadow: 2px 2px 5px #e0e0e0;
    box-shadow: 2px 2px 5px #e0e0e0;

    height: 125px;
    position: relative;
    width: 210px;
}

#page #stuffs #agenda .calendar .month {
    background-image: url("../img/agenda_month_background.png");
    background-repeat: no-repeat;

    color: white;

    font-size: 13px;
    font-weight: bold;

    height: 65px;
    padding-top: 10px;
    right: -30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: -40px;
    width: 100px;
}
.ie6 #page #stuffs #agenda .calendar .month { right: -90px; }


#page #stuffs #agenda .event {
    border:1px solid #7e84ba;
    border-top: none 0px;

    -moz-box-shadow: 2px 2px 5px #e0e0e0;
    -webkit-box-shadow: 2px 2px 5px #e0e0e0;
    box-shadow: 2px 2px 5px #e0e0e0;

    height: 110px;
    margin-left: 5px;
    width: 202px;
}

#page #stuffs #agenda .event img {
    float: left;
    padding: 5px;
}

#page #stuffs #agenda .event div {
    font-size: 11px;
    padding: 20px 5px 5px;
    text-align: left;
}

#page #stuffs #video { margin: 20px auto 0px; }
------------------ */

#page #stuffs .good-plan { }

#page #stuffs .good-plan h2 {
    color: #3f024e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin:5px 0;
}

#page #stuffs .good-plan ul {
    border:2px solid #8c6bb9;
    color: #3e2145;

    font-size: 11px;
    font-weight: bold;

    padding: 8px;
    text-align: left;
}

#page #stuffs .good-plan ul li { margin-bottom: .5ex; }

#page #stuffs .good-plan a {
    color: #3e2145;
    text-decoration: underline;
}

#page #stuffs .good-plan a:hover { text-decoration: none; }

.chapoplan { border:2px solid #8c6bb9; padding:8px; margin-bottom:15px; }


/* News box
-----------*/

#newsbox{
    height: 210px;
    margin-top: 160px;
    color: #FFF;
}

.ie7 #newsbox{
    height: 210px;
    margin-top: 0px;
    color: #FFF;
}

#newsbox_top{
    background-image: url(../img/news_top.png);
    height: 6px;
}

#newsbox_bg{
    background-image: url(../img/news_bg.png);
    height: 210px;
}

#newsbox_content{
    position: absolute;
    background-image: url(../img/news_content_bg.png);
    height: 155px;
    width: 910px;
    margin: 5px 0 0 22px;
}

#newsbox_content .texte{
    width: 495px;
    margin: 5px 0 0 70px;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
}

#news_titre{
    margin: 33px 0 0 58px;
    padding: 0;
}

#news_titre #titre{
    font-weight: bold;
    font-size: 15px;
    padding-left: 5px;
}

#news_titre .italic{
    font-style: italic;
    font-size: 13px;
}

#newsbox_bottom{
    background-image: url(../img/news_bottom.png);
    height: 6px;
}

/* Divers
---------*/

.titre{
    margin: 0;
    padding: 0 0 0 25px;
    color: #99353C;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
    padding-top: 5px;
    font-size: 2.0em;
}

.titre_boxes{
    padding: 10px 0 5px 20px;
}

#infobox .titre_boxes, #articlesbox .titre_boxes{
    padding: 10px 0 5px 20px;
}
#infobox ul.spip{
  padding: 0 1.5em;
}
.titre_boxes span{
    position:relative;
    float:left;
    padding:0 0 0 9px;		/* Largeur du côté gauche */
    vertical-align:middle;
    background:url(../img/box_titre_bgl.png) left top no-repeat;
}

.titre_boxes span span{
    padding:0 10px 0 0;		/* Largeur du côté droit */
    background:url(../img/box_titre_bgr.png) right top no-repeat;
}

.titre_boxes span span span{
    height:41px;		/* Hauteur du bouton */
    padding: 0;
    line-height:2.3;	/* Alignement vertical du texte */
    background: url(../img/box_titre_bg.png) left top repeat-x;
    color: #FFF;
    font-size: 1.5em;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
}

.titre_bleu{
    color: #173454;
    font-size: 25px;
    display: block;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 1px dotted #173454;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
}

h2.titre_bleu{
    margin-top: 15px;
    color: #173454;
    font-size: 1.5em;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
    border-bottom: none;
}

h2.titre_bleu a {
    color: #173454;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
}

h2.titre_bleu a:hover {
    text-decoration: none;
}

#meme_articles {
    display: block;
    background: #CB3618;
    width: 250px;
    height: 22px;
    border: none;
    margin: 10px 0 0 20px;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding-top: 4px;
    text-align: center;
}

#meme_articles a{
    text-decoration: none;
    color: #FFF;
}

#events .date{
    color: #99353C;
    text-align: right;
    font-size: 0.9em;
    font-style: normal;
    font-family: arial;
    padding: 5px 0 0 0;
}

#page #events .lire_suite, #page #events .chapo a.lire_suite{
    color: #AFAFAF;
    margin-left: 0;
}

.clear{
    clear: both;
}

/* left box
-----------*/
#leftbox{
    width: 605px;
    min-height: 100%;
    float: left;
}

#leftbox_top{
    background-image: url(../img/content_top.png);
    height: 10px;
}

#leftbox_content{
    background-image: url(../img/content_bg.png);
    padding: 25px 20px 15px 20px;
    font-family: Arial;
    color: #3E3E3E;
    font-size: 12px;
    line-height: 1.3em;
}

#leftbox_content .titre_bleu #print{
    float: right;
}

#leftbox_content #events .texte .image{
    float: left;
    padding: 3px 10px 10px 0;
}

#leftbox_bottom{
    background-image: url(../img/content_bottom.png);
    height: 10px;
}

#leftbox_content #events #archives{
    text-align: center;
}

#archives a:link, #archives a:visited {
    color: #173454;
}

#archives a:hover {
    color: #173454;
    text-decoration: none;
}

/* right boxes
--------------*/

#right_content{
    width: 335px;
    float:left;
    min-height: 100%;
    margin-left: 15px;
}

.rightbox_top{
    background-image: url(../img/sidebox_top.png);
    height: 10px;
}

.rightbox_bg{
    background-image: url(../img/sidebox_bg.png);
}

.rightbox_bottom{
    background-image: url(../img/sidebox_bottom.png);
    height: 10px;
}

#infobox_bottom{
    background-image: url(../img/infobox_bottom.png);
    height: 115px;

}

#infobox .titre, #searchbox .titre, #abonnezbox .titre, #articlesbox .titre{
    padding: 10px 0 5px 20px;
}

#infobox h3{
    color: #CB3618;
    padding: 0 0 10px 20px;
    margin: 0;
    font-size: 1.1em;
}

#articlesbox h3 a{
    color: #173454;
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.8em;
    display: block;
}

#articlesbox h3 a:hover{
    text-decoration: none;
}

#infobox p a:link, #infobox p a:visited{
    text-decoration: underline;
    color: #173454;
}
#infobox p a:hover{
    text-decoration: none;
    color: #173454;
}

#infobox_bottom p a:link, #infobox_bottom p a:visited{
    position: absolute;
    display: block;
    width: 100px;
    color: #FFF;
    text-decoration: none;
    padding: 30px 0 20px 25px;
    margin: 30px 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
    z-index: 1000;
}

#infobox_bottom p a:hover{
    position: absolute;
    display: block;
    width: 100px;
    color: #FFF;
    text-decoration: none;
    padding: 30px 0 20px 25px;
    margin: 30px 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
    z-index: 1000;
}

#infobox #complet{
    position: absolute;
    width: 140px;
    color: #FFF;
    margin: 60px 0 0 -10px;
    font-size: 1.1em;
    font-weight: bold;
    z-index: 10;
}

#infobox p, #articlesbox p{
    padding: 0 5px 0 20px;
    margin: 0;
    line-height: 1.3em;
    color: #3E3E3E;
}

/* formulaires
--------------*/

#abonnezbox, #articlesbox{
    margin-top: 16px;
}

#searchbox #focherche{
    margin-left: 20px;
    padding-bottom: 10px;
}

#searchbox #focherche input[type=text]{
    padding-left: 5px;
    width: 245px;
    height: 25px;
    float: left;
    color: #6D6D6D;
}

.ie7 #searchbox #focherche input[type=text]{
    padding-left: 5px;
    width: 245px;
    height: 34px;
    color: #6D6D6D;
    clear: both;
    line-height: 30px;
}

.ie8 #searchbox #focherche input[type=text]{
    line-height: 30px;
}

#searchbox #focherche input[type=submit]{
    background: url(../img/search_field.png) no-repeat right;
    margin-top: 1px;
    width: 40px;
    height: 34px;
    border: none;
    cursor: pointer;
}

.ie7 #searchbox #focherche input[type=submit]{
    background: url(../img/search_field.png) no-repeat right;
    width: 40px;
    height: 34px;
    border: none;
    cursor: pointer;
    position: relative;
    top: -36px;
    left: 250px;

}
.formulaire_spip .chzn-container,
.formulaire_spip .chzn-container .chzn-drop,
#searchbox #focherche .chzn-container-multi .chzn-choices .search-field input[type="text"].default
{
  width: 252px !important;
}
.chzn-container-multi .chzn-choices{
  border-color:  #CB3618;
}
#searchbox #focherche .search-field input[type="text"]{
  height: auto;
}
.formulaire_spip .chzn-container  ul li{
  clear: none;
}
#abonnezbox #abonnez_form{
    margin-left: 20px;
    padding-bottom: 10px;
}

#abonnezbox #abonnez_form input[type=text]{
    background-image: url(../img/input.png);
    padding-left: 5px;
    width: 250px;
    height: 32px;
    border: none;
    color: #6D6D6D;
}

.ie7 #abonnezbox #abonnez_form input[type=text]{
    background-image: url(../img/input.png);
    padding-left: 5px;
    width: 250px;
    height: 32px;
    border: 0px;
    color: #6D6D6D;
    line-height: 30px;
}

.ie8 #abonnezbox #abonnez_form input[type=text]{
    line-height: 30px;
}

#abonnezbox #abonnez_form input[type=submit]{
    background: #CB3618;
    width: 95px;
    height: 25px;
    border: none;
    margin-top: 5px;
    color: #FFF;
    font-family: arial;
    cursor: pointer;
}
#searchbox .formulaire_spip{
  margin-bottom: 0;
  border : none;
}

/* Footer
---------*/

#footer{
    background-image: url(../img/footer_bg.jpg);
    height: 185px;
    margin-top: 50px;
}

#footer_content{
    width: 955px;
    margin-left: auto;
    margin-right: auto;
}

#footer #copyright{
    margin-left:20px;
    padding-top: 50px;
    font-family: georgia;
    font-style: italic;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    float: left;
    width: 50%;
}

#footer #confident{
    margin-left:20px;
    padding-top: 50px;
    font-family: georgia;
    font-style: italic;
    color: #FFF;
    text-decoration: underline;
    width: 295px;
    float: left;
}

#footer #confident a:link, #footer #confident a:visited{
    color: #FFF;
}

#footer #confident a:hover{
    text-decoration: none;
}

#footer #questions{
    margin-left:20px;
    padding-top: 50px;
    font-family: arial;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4em;
    width: 295px;
    float: left;
}

#footer p{
    margin: 0;
    padding: 0;
}

#footer #questions #mail_pic{
    float: left;
    margin: 2px 5px 10px 0;
}

#footer .sep{
    margin-top: 30px;
    float: left;
}

/* blocs
--------*/

.cs_blocs .blocs_titre a, .cs_blocs .blocs_click a, .cs_blocs .cs_done a, .cs_blocs .blocs_replie a {
    text-decoration: underline;
    font-family: georgia;
    color: #173454;
    font-size: 0.8em;
    line-height: 1.2em;
}

.cs_blocs h4.blocs_titre {
    padding-left: 20px;

}

.texte .cs_blocs p, .texte .cs_blocs p{
    padding: 0 20px;
}

/* listes
---------*/

.texte ul{
    list-style-type: disc;
    padding: 10px 0 10px 15px;
}

.texte ul li a:link{
    font-family: arial;
    font-size: 1.0em;
    color:#173454;
}

.texte ul li a.spip_out{
    font-family: arial;
    font-size: 1.0em;
    color:#173454;
}

/* Pagination */
#events .pagination { clear: both; text-align: right; font-size: 1em; color: #173454; margin-top: 5px;}
#events .pagination .on { font-weight: bold; color: #99353C; }

/*sous rubriques
---------------*/

#sous_rubriques{
    padding: 10px;
}

#sous_rubriques ul li{
    padding-top: 10px;
    font-size: 1.3em;
}

#sous_rubriques ul a:link{
    color: #99353C;
}

#sous_rubriques ul a:hover{
    text-decoration: none;
}

#sous_rubriques ul a:visited{
    color: #99353C;
}

/* lang boxes
-----------*/

.bold{
    font-weight: bold;
}

#lang_container #header_pages{
    position: relative;
    width: 955px;
    height: 165px;
    margin-left: auto;
    margin-right: auto;
}

#lang_container #logo_pages{
    background-image: url(../img/logo.png);
    height: 184px;
    width: 286px;
    float: left;
    margin-top: -30px;
    z-index: 1000;
}

#fr_box{
    width: 469px;
    float: left;
    color: #3E3E3E;
    float: left;
}

#nl_box{
    width: 469px;
    float: left;
    color: #3E3E3E;
    float: left;
    margin-left: 14px;
}

#fr_box_top, #nl_box_top{
    background-image: url(../img/langbox_top.png);
    height: 7px;
}

#fr_box_content, #nl_box_content{
    background-image: url(../img/langbox_bg.png);
    padding: 25px 20px 15px 20px;
    font-family: Arial;
    color: #3E3E3E;
    font-size: 12px;
    line-height: 1.3em;
    text-align: justify;
    height: 635px;
}

#fr_box_bottom, #nl_box_bottom{
    background-image: url(../img/langbox_bottom.png);
    height: 7px;
    margin-bottom: 25px;
}

#fr_box .titre_bleu, #nl_box .titre_bleu{
    color: #173454;
    font-size: 28px;
    display: block;
    padding: 0 0 12px 5px;
    margin: 0;
    border-bottom: 2px dotted #ADADAD;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
}

#fr_box .rouge, #nl_box .rouge{
    text-align: justify;
    color: #D42532;
    font-weight: bold;
}

#fr_box .btn, #nl_box .btn{
    display: block;
    width:205px;
    margin: 0 auto;
}

#fr_box ul, #nl_box ul{
    list-style-type: none;
    padding: 0;
    margin: -12px 0 0 0;
}

/*formulaire inscription
-------------------------*/

#inscription_full .editer_email label{
    float: left;
    display: block;
    width: 75px;
    margin-top: 5px;

}

