@charset "utf-8";

body{
    margin: 0;
    padding:0;
    font-size: 13px;
    font-family: "Trebuchet Ms", arial, Verdana;
}
html{
    height: 100%;
}
a, a:link, a:visited, a:active {
    outline: none;
    color: #fff;
    font-weight:bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img { border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

.intitule{
    padding:10px;
    min-height:25px;
    background-image: url(../img/fnd_intitule.png);
    background-repeat: repeat-x;
    background-color: #fff;
}
.intitule span{
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.corps {
    width: 1000px;
    margin:0 auto;
    height: auto;
    padding:0 10px;
    background: url(../img/fnd_corps.png) repeat-y;
}

.ban {
    width: 1000px;
    background: url(../img/fnd_ban.jpg) no-repeat;
    height:170px;
}

.menu {
    width:1000px;
    background: url(../img/fnd_menu.png) repeat-x;
}
/* ##################### DEBUT DU MENU ##################### */
.mainMenu, .mainMenu ul, .mainMenu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainMenu {
    width: 1000px;
    margin: 0 auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #2a8b06 url(../img/fnd_menu.png) repeat-x top center;
}
.mainMenu li { /* Level 1 */
    float: left;
}
.mainMenu li a, .mainMenu li a:link, .mainMenu li a:visited {
    display: block;
    padding: 8px 52px 8px 53px;
    color: #fff;
    font-weight:bold;
    border-right: 1px solid #2a8b06;
    text-decoration: none;
}
.mainMenu li a:hover, .mainMenu li a:active, .mainMenu li a#current {
    background: #9bd33a url(../img/fnd_menu-on.png) repeat-x top center;
    text-decoration:underline;
}
.mainMenu li ul {
    z-index: 600;
    position: absolute;
    display: none;
    background-color: #fff;
    margin-left: -1px;
}
.mainMenu li:hover > ul { /* Level 2 */
    display: block;
}
.mainMenu li ul li {
    float: none;
    clear: both;
    display: block;
    border: solid 1px #2a8b06;
    border-top: none;
    position: relative;
}
.mainMenu li ul li:hover {

}
.mainMenu li ul li a, .mainMenu li ul li a:link, .mainMenu li ul li a:visited {
    color: black;
    text-transform: none;
    border: none;
    padding: 5px 0 5px 0;
    text-align: center;
    display: block;
    background: none;
}
.mainMenu li ul li a:hover, .mainMenu li ul li a:active, .mainMenu li ul li a:focus {
    background: #9bd33a url(../img/fnd_menu-on.png) repeat-x top center;
    color: #fff;
    text-decoration: none;
}
.mainMenu li ul li ul { /* Level 3 */
    position: absolute;
    top: -1px;
    border: solid 1px #2a8b06;
    border-left: none;
}
.mainMenu li ul li ul li {
    border:none;

}
.mainMenu li ul ul li a, .mainMenu li ul ul li a:link {
    padding: 5px 10px 5px 10px;
}


/* ##################### FIN DU MENU ##################### */
.content {
    width: 1000px;
}

.bloc_left {
    width:225px;
    height: 100%;
    padding:20px 0 20px 0;
    float: left;
}

.bloc_center {
    float: left;
    width:560px;
    margin: 20px 15px 0 15px;
}
.bloc_center table {
    border-collapse: collapse;
}
.bloc_center img {
    max-width: 560px
}

.bloc_right {
    width: 175px;
    margin:20px 10px 0 0;
    float: left;
}

.footer {
    height: 30px;
    background-image: url(../img/fnd_footer.png);
    background-color: transparent;
    background-repeat: repeat-x;
}
.footer_menu{
    width: 1000px;
    margin: 0 auto;
    height: 30px;
    text-align: center;
}
.footer_menu ul {
    list-style: none;
    list-style-type: none;
    margin: 0px 0 0 0;
    padding: 5px 0 0 0;
}
.footer_menu li {
    display: inline;
}
.footer_menu a, .footer_menu a:link, .footer_menu a:visited, .footer_menu a:active{
    color: #fff;
    margin: 0 40px 0 0;
}

.separateur {
    border-left: 1px solid #1B4575;
    border-right: 1px solid #4679A8;
}

.items_right {
    width: 175px;
    margin: 0 0 20px;
    border-color: #288304;
}

.items_right h3 {
    padding: 5px 0 0 0;
    font-size:16px;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    height: 25px;
    color: #fff;
    background: url(../img/fnd_extra.png) #146bae repeat-x;
}

.items_right ul{
    padding: 0 2px;
    margin: 0;
}

.items_right ul li{
    list-style-type: none;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 12px;
    background: url(../img/puce_plan.gif) no-repeat left ;
}

.items_right ul li#galerie{float: right;}
.items_right ul li#movie{float: left;}

ul.calendrier_home{
    margin: 0;
    padding: 0;
}

ul.calendrier_home a:hover{
    text-decoration: none;
}

ul.calendrier_home li{
    list-style-type: none;
    background: url(../img/picto_calendar.png) left top no-repeat;
    padding: 0 0 10px 25px;
    margin: 10px 0 0 0;
    line-height: 15px;
    border-bottom: 1px dashed #636363;
}
a.more_calendrier {
    color: #000;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: bold;
}

.txtgris{
    font-size: 11px;
    color: #000;
}

.fils_ariane {
    color: #b5b5b5;
    font-size: 11px;
    font-style: italic;
}
.fils_ariane a, .fils_ariane a:link, .fils_ariane a:visited, .fils_ariane a:active {
    color: #b5b5b5;
    font-size: 11px;
    text-decoration: none;
}
.fils_ariane a:hover {
    color: #058B18;
    text-decoration: underline;
}

.archives_actu, .calendar .jours td {
    width: 540px;
    text-transform: uppercase;
    padding: 5px 0px 5px 15px;
    margin: 20px 0px 10px 0px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background: url(../img/fnd_archives.png) repeat-x #fff;
    border-top:1px solid #fff;
    border-bottom: 1px solid #fff;
}

.archives_home {
    padding: 0 0 0 10px;
    list-style-type: none;
}
.archives_home li {
    margin: 0 0 15px 0;
}

.titre_folders {
    font-size:15px;
}

.accueil{
    width: 100%;
    margin: 15px 0 0 0 ;
}

.accueil h2 a{
    font-size: 18px;
    text-transform: uppercase;
}

.accueil img{
    float: left;
    margin: 0 10px 0 0;
    width: 175px;
    height: 115px;
}

.accueil > h2{
    margin: 10px 0 5px 0;
}

.accueil > p {
    padding: 0;
    margin: 0;
    text-align: justify;
}


ul.paginatio{
    padding: 0;
    min-width: 100px;
    margin: 0 auto;
}

ul.paginatio li{
    list-style-type: none;
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 5px;
}

.title_article{
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.date_article{
    text-align: right;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
}


/* Plan du site du menu principal */
div.plan_site ul#mainMenu {
    margin: 0;
    padding: 0;
}
div.plan_site ul#mainMenu li {
    margin: 0;
    padding: 0;
}
div.plan_site > ul#mainMenu > li{
    margin: 5px 0;
    list-style-type: none;
}
div.plan_site ul#mainMenu li ul li ul li a{
    font-weight: normal;
}
div.plan_site > ul#mainMenu > li > a{
    text-transform: uppercase;
    background: url(../img/puce_plan.gif) no-repeat left;
    padding: 0 0 0 15px;
    font-size: 16px;
}

/* Plan du site du menu de gauche  */

div.plan_site ul#navigation {
    margin: 0;
    padding: 0;
}
div.plan_site ul#navigation li {
    margin: 0;
    padding: 0;
}
div.plan_site > ul#navigation > li{
    margin: 5px 0;
    list-style-type: none;

}
div.plan_site ul#navigation li ul li ul li a{
    font-weight: normal;
}
div.plan_site > ul#navigation > li > a{
    text-transform: uppercase;
    background: url(../img/puce_plan.gif) no-repeat left;
    padding: 0 0 0 15px;
    font-size: 16px;
}

/* Formulaire nous écrire */

form.forms {
    width:500px;
    margin: 0 auto;
}
form.forms p label span.required{
    font-weight: bold;
    color: red;
}

form.forms input[type='text'], form.forms textarea{
    width: 75%;
    border: 1px solid #24578e;
}

form.forms label{
    width: 50%;
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.items_right {
    border:1px solid #ff0000;
}
.none {
    border:none;
}
.bloc_extra span a, .bloc_extra span a:link, .bloc_extra span a:visited{ color: #fff;}
.items_right h3 a, .items_right h3 a:link, .items_right h3 a:visited {
    display: block;
    color: #fff;
}

.lastMod{
    font-size: 10px;
}

.itemSearch{
    margin: 0 0 10px 0;
}

.fnd_button{
    background: url(../img/fnd_archives.png) repeat-x;
}
.itemSearch input[type='submit']{
    background: url(../img/search.png) no-repeat;
    border: 0;
    width: 25px;
    height: 25px;
}

.itemSearch input[type='text']{
    width: 191px;
    /*height: 23px;
    border: 0; */
    background: url(../img/fnd_recherche.png) #cccccc repeat-x;
    margin: 0;
    font-size: 13px;
    padding: 5px 0 5px 5px;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    color: #535353;
}

.itemResult{
    margin: 0 0 15px 0;
}

.itemResult h2{
    font-size: 14px;
    margin: 0 0 5px 0;
}

.itemResult p{
    margin: 0;
}

/* ################## Galerie Photo ################## */
.items_album{
    float: left;
    width: 118px;
    margin: 0px 10px 15px 10px;
    padding: 15px 15px 35px 15px;
    background: url(../img/fnd_album.png) no-repeat ;

}
.fndalbum {
    height: 110px;
    overflow: hidden;
    width: 118px;
}

.highslide-gallery{
    width: 100px;
    height: 75px;
    float: left;
    margin: 5px 10px;
    overflow: hidden;
}

.titlePict{
    width: 100px;
    height: 75px;
}

.highslide-gallery a .titlePict , .highslide-gallery a:link .titlePict, .highslide-gallery a:visited .titlePict{
    display: none;
}

.highslide-gallery a:hover .titlePict{
    z-index: 10;
    display: block;
    background-color: rgba(155,155,155,0.5);
    /*opacity: 0.8;*/
    text-decoration: none;
    position: absolute;
    top: 0px;
    font-weight: bold;
    text-align: center;
    color: #4c4c4c;
}
.highslide-gallery a:hover img{
    z-index: 1;
    position: relative;
}

.highslide-gallery a{
    text-decoration: none;
    display: block;
    position: relative;
}


/* ############### CALENDRIER ############### */

.calendar .mois {
    border-collapse: separate;
    border-spacing: 10px 0;
    font-weight: bold;
}
.calendar .mois .prev,
.calendar .mois .next {
    font-size: 100%;
    cursor: pointer;
}

.calendar .dayNum td{text-align:center;}

.calendar .tableCalendar {
    border-collapse: separate;
    border-spacing: 5px 5px;
    text-align: center;
}

.calendar .jours td {
    font-weight: bold;
    width: 30px;
    height: 20px;
    text-align:center;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
}
/* .calendar .dayNum td {
    border: slid 1px #ccc;
} */
.calendar .dayNum a,
.calendar .dayNum a:link,
.calendar .dayNum a:visited {
    display: block;
    border:solid 1px #ccc;
    padding: 5px 0 5px 0;
    color: #333;
    text-decoration: none;
}
.calendar .dayNum a:hover {
    background: url(../img/fnd_archives.png) repeat-x #fff;
    font-weight: bold;
    color: #fff;
}

.calendar div table tr.dayNum td.event a,
.calendar div table tr.dayNum td.event a:link,
.calendar div table tr.dayNum td.event a:visited{
    color:  #fff;
}
.calendar div table tr.dayNum td.event{
    background-color: #707070;
}
/* ############### FIN CALENDRIER ############### */

/* ################## Webtv ################## */
#listData{
    margin: 30px auto 0 auto;
    width: 520px;
}

#listData .itemsVideo {
    width: 110px;
    float: left;
    margin: 0 10px 10px 10px;

}

.captchaView{
    width: 300px;
    padding: 5px 0;
    margin: 0 auto;
    background-color: #e6e6e6;
    border: 1px solid #9a9a9a;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
}

.captchaView input[type='text']{
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    width: 50%;
}

.ErrorForm{
    color: #A40C0B;
    font-size: 18px;
    padding: 3px;
    text-align: center;
}

#mainContent h2{
    text-align: center;
    font-weight: bold;
    font-size: 140%;
    text-transform: uppercase;
}
.envoi{
    color: #000;
    font-size: 16px;
}

/* Pagination */
.paginate {
    padding: 25px 0 10px 0;
    text-align:center;
    clear: both;
}
.paginate li {
    list-style-type: none;
    display:block;
    float:left;

    color: #666;
    border:1px solid #ccc;
    font-weight: bold;
    font-size: 11px;
    background: #fcfcfc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 2px #ddd;
}
.paginate li.current span {
    background-color: #ccc;
}
.paginate span, .paginate a, .paginate a:link, .paginate a:visited, .paginate a:focus {
    text-decoration:none;
    color: #666;
    border:1px solid #ccc;
    padding:5px 10px;
    margin:0 1px;
    font-weight: bold;
    background: #fcfcfc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 2px #ddd;
}
.paginate a:hover {
    background: #ddd;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #333;
}
.paginate a.previous { margin-right:15px; }
.paginate a.next { margin-left:15px; }
