/*
Theme Name: Commune de Cussac
Author: IRIS Interactive
Author URI: http://www.iris-interactive.fr/
Description: Thème du site de la commune de Cussac
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face {
    font-family: 'Lobster13Regular';
    src: url('font/Lobster_1.3-webfont.eot');
    src: url('font/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/Lobster_1.3-webfont.woff') format('woff'),
        url('font/Lobster_1.3-webfont.ttf') format('truetype'),
        url('font/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html{
    /*overflow-x: hidden; */
}

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, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
#page {
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a{
    text-decoration: none;
    color: white;
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.clear{
    clear: both;
}

h1,
h2{
    font-family: 'Lobster13Regular', sans-serif;
    color: #02b9c4;
    font-size: 22px;
    background: url(images/borderH2.gif) 0 74px repeat-x;
    padding: 44px 0 16px 16px;
    margin-right: 25px;
}

h3{
    font-family: 'Lobster13Regular', sans-serif;
    color: #000;
    font-size: 16px;
    padding: 8px 5px;
}

p{
    font-size: 12px;
    color: #008f9e;
    padding: 5px;
}

ul{
    padding: 4px 20px;
}

li{
    color: #0eb5c7;
    list-style-image: url(images/listStyle.gif);
    font-size: 12px;
}

/* Génériques */

#page {
    font-family: "arial", sans-serif;
}

.col240,
.col320,
.col360,
.col480,
.col640,
.col720 {
    float: left;
    position: relative;
}

.col240{
    width: 240px;
}

.col320{
    width: 320px;
}

.col360{
    width: 360px;
}

.col480{
    width: 480px;
}

.col640{
    width: 640px;
}

.col720{
    width: 720px;
}

.col960{
    width: 960px;
    margin: 0 auto;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#bloc_fancy_auto{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: grey;
    background: url(images/bg-popup-overlay.png) repeat 0 0;
    z-index: 123456789;
    font-family: arial, Helvetica, sans-serif;
}

#fancy_auto{
    position: absolute;
    height: auto;
    width: 40%;
    top: 25%;
    left: 30%;
    background: #FFF;
    color: black;
    z-index: 123456789;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 15px;
}

#fancy_auto h2{
    /*padding-top: 16px !important;*/
}

#fancy_auto h2 img{
    float: right;
    margin-top: -20px;
}

/*#fancy_auto .imgPopUp{
    width: 13%;
    height: 38%;
    overflow: hidden;
    margin: 0 20px 0 10px;
    float: left;
}*/

#fancy_auto #textPopUp{
    float: left;
    width: 95%;
    padding-bottom: 16px;
    line-height: 18px;
}

#fancy_auto #textPopUp p{
    margin: 0 12px;
}

#fancy_auto ul li{
    margin-left: 20px;
}

#fancy_auto a.closeText{
    color: #649292;
    padding-left: 24px;
    float: right;
    margin-right: 20px;
    background: url(images/closePop.png) no-repeat 0 0;
}

#fancy_auto a.closeText:hover{
    color: #0EB5C7;
}

/* HEADER */

header[role="banner"]{
    height: 95px;
    width: 100%;
    background: url(images/shadowHeader.png) 0 0 repeat-x;
    position: relative;
    z-index: 2;
}

#containerHeader{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#toolBox{
    width: 330px;
    position: absolute;
    right: 0;
    font-size: 11px;
    margin-top: 7px;
    z-index: 1;
}

#toolBox a{
    color: #649292;
    display: block;
    float: left;
    margin-left: 2px;
    padding: 4px 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#toolBox a:hover{
    color: white;
    background-color: #0eb5c7;
}

#toolBox a#fluxRSS{
    background: url(images/fluxRSS.gif) 2px 2px no-repeat;
    padding-left: 22px;
}

#toolBox a#fluxRSS:hover{
    background: #0eb5c7 url(images/fluxRSS.gif) 2px 2px no-repeat;
}

#toolBox .addthis_toolbox a.addthis_button_compact{
    height: 11px;
}

#toolBox .addthis_toolbox a.addthis_button_compact span{
    display: block;
    float: right;
    font-size: 11px !important;
    margin: -2px 0 0 4px;
}

#toolBox .addthis_toolbox a.addthis_button_compact img{
    margin-top: -2px;
}

a#logo{
    display: block;
    left: 44px;
    top: 2px;
    width: 180px;
    position: absolute;
}

a#logo img{
    position: relative;
    z-index: 2;
}

/*  NAVIGATION  */
#containerHeader .col720{
    position: absolute;
    left: 240px;
}

#containerHeader .col720 ul{
    margin: 46px 0 0 30px;
    font-size: 12px;
    height: 40px;
}

#containerHeader .col720 ul li{
    list-style-image: none;
    list-style: none;
}

#containerHeader .col720 ul li.firstLevel{
    display: block;
    float: left;
    padding: 0 14px;
    height: 45px;
    width: 100px;
    border-right: 1px #d8e1e1 solid;
    position: relative;
}

#containerHeader .col720 ul li.firstLevel:hover{
    background: url(images/shadowMenu.png) bottom center no-repeat;
}

#containerHeader .col720 ul li.firstLevel a{
    color: #001c1e;
    display: block;
    float: left;
    padding-bottom: 13px;
}

#containerHeader .col720 ul li.firstLevel a:hover{
    color: #001c1e;
}

#containerHeader .col720 ul li.firstLevel a span{
    font-family: 'Lobster13Regular', sans-serif;
    color: #02b9c4;
    font-size: 22px;
    display: block;
    float: left;
}

#containerHeader .col720 ul li.firstLevel a.survol_page_item{
    background: url(images/arrowNav.gif) center bottom no-repeat;
    z-index: 9999999999999999999999;
}



#containerHeader .col720 ul li.firstLevel ul.children{
    background-color: #062627;
    top: 45px;
    left: -15px;
    width: 160px;
    padding: 0;
    position: absolute;
    margin: 0;
    z-index: 9999999999;
    height: auto;
    display: none;
    box-shadow: 0 3px 5px #062627;
    -moz-box-shadow: 0 3px 5px #062627;
    -webkit-box-shadow: 0 3px 5px #062627;
}

#containerHeader .col720 ul li.firstLevel ul.children li{
    border-bottom: 1px solid #001719;
    border-top: 1px solid #002c2f;
    text-align: left;
    position: relative;
    z-index: 9999999999999999;
}

#containerHeader .col720 ul li.firstLevel ul.children li a{
    padding: 5px 0 5px 10px;
    color: #0daabb;
    float: none;
}

#containerHeader .col720 ul li.firstLevel ul.children li a:hover{
    color: #fff;
}


/*  Content   */

#primary.frontPage{
    background: #e4eff0 url(images/bg-ContentTop.png) center top repeat-x;
    min-width: 960px;
    width: auto;
}

#content.frontPage{
    position: relative;
    background: url(images/bg-ContentImg.jpg) center top no-repeat;
    overflow: hidden;
}

#primary.pageIn{
    background: #e4eff0 url(images/bg-ContentTopInterne.png) center top repeat-x;
    min-width: 960px;
    width: auto;
}

#content.pageIn{
    position: relative;
    background: url(images/bg-ContentImgInterne.jpg) center top no-repeat;
    overflow: hidden;
}

#contentTop{
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
}

#contenuAccueil{
    width: 960px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding-top: 382px;;
}

#contenuInterne{
    width: 960px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding-top: 254px;
}

.col320.blocAcc{
    height: 220px;
    position: relative;
    background: url(images/bg-blocAcc.png) 0 0 no-repeat;
    font-family: arial, Helvetica, sans-serif;
    color: white;
    font-size: 11px;
}

.col320.blocAcc #vivre{
    height: 174px;
    width: 300px;
    position: absolute;
    top: 10px;
    left: 16px;
    background: url(images/vivre.jpg) 0 0 no-repeat;
}

.col320.blocAcc #grandir{
    height: 174px;
    width: 300px;
    position: absolute;
    top: 10px;
    left: 16px;
    background: url(images/grandir.jpg) 0 0 no-repeat;
}

.col320.blocAcc #actu{
    height: 174px;
    width: 300px;
    position: absolute;
    top: 10px;
    left: 16px;
    background: url(images/actu.png) 0 0 no-repeat;
}

.col320.blocAcc #actu .slidesjs-pagination {position: absolute; left: 50%; margin-left: -25px; bottom: 2px}
.col320.blocAcc #actu .slidesjs-pagination li {float: left; background: none; text-indent: -999px; margin: 0 -3px; list-style-image: none;}
.col320.blocAcc #actu .slidesjs-pagination li a{ background: url('images/puce-slide.png') 0 0 no-repeat; width: 11px; height: 11px; display: block}
.col320.blocAcc #actu .slidesjs-pagination li a:hover,
.col320.blocAcc #actu .slidesjs-pagination li a:active,
.col320.blocAcc #actu .slidesjs-pagination li a.active { background: url('images/puce-slide.png') 0 -11px no-repeat; width: 11px; height: 11px; display: block}

.col320.blocAcc #actu #calendrier{
    background: url(images/calendrier.gif) 0 0 no-repeat;
    width: 46px;
    height: 52px;
    float: left;
    margin-left: 18px;
    margin-top: 74px;
    position: relative;
}

.col320.blocAcc #actu h2{
    font-size: 15px;
    padding: 0 10px 0 72px;
    margin: 72px 0 0 0;
}

.col320.blocAcc #actu p{
    color: #cfe9ec;
    font-size: 11px;
    padding-left: 72px;
    padding-top: 0;
    line-height: 13px;
}

.col320.blocAcc #actu p.mois{
    padding-left: 5px;
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 9px;
    text-transform: uppercase;
}

.col320.blocAcc #actu p.jour{
    padding-left: 5px;
    font-family: 'Lobster13Regular', sans-serif;
    font-size: 22px;
    color: #0eb5c7;
    position: absolute;
    top: 24px;
    left: 8px;
}

.col320.blocAcc #actu p.annee{
    padding-left: 5px;
    font-size: 8px;
    color: #adaeae;
    position: absolute;
    bottom: -2px;
    left: 9px;
}

.col320.blocAcc #actu ul{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    bottom: -10px;
}

.col320.blocAcc #actu ul li{
    margin: 0;
    padding-left: 8px;
    background: url(images/arrowNavActu.gif) 0 3px no-repeat;
    right: 10px;
}

.col320.blocAcc #actu ul li a{
    color: #cfe9ec;
}

.col320.blocAcc #actu ul li a:hover{
    color: #fff;
}

.col320 #vivre ul{
    padding: 0 !important;
    margin: 60px 5px 0 5px;
    position: absolute;
}

.col320 #vivre li{
    width: 130px;
    float: left;
    background: url(images/arrowNavVivre.gif) 0 3px no-repeat;
    padding-left: 8px;
    list-style: none;
    margin: 3px 0 5px 5px;
    font-size: 11px;
}

.col320 #vivre #docDown li{
    background: url(images/arrowNavVivre2.gif) 6px 8px no-repeat;
}

.col320 #vivre li a{
    color: #f2c8df;
}

.col320 #vivre li a:hover,
.col320 #grandir li a:hover{
    color: #fff;
}

.col320 #vivre #docDown{
    bottom: 8px;
    color: white;
    left: 6px;
    position: absolute;
    width: 96%;
    cursor: pointer;
}

.col320 #vivre #docDown p.menuDoc{
    background: #E2007A url(images/arrowDocs.gif) 255px 0 no-repeat;
    margin: 0 8px;
    padding: 2px 5px 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: white;
}

.col320 #vivre #docDown ul{
    display: none;
    background-color: #E2007A;
    margin: 0 8px;
    padding: 3px 5px;
    border-top: 1px dotted #8f024e;
    position: absolute;
    box-shadow: 0px 2px 4px #570130;
    -moz-box-shadow: 0px 2px 4px #570130;
    -webkit-box-shadow: 0px 2px 4px #570130;
    z-index: 3;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.col320 #vivre #docDown li{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.col320 #vivre #docDown li a{
    display: block;
    padding: 3px 0 5px 15px;
}

.col320 #vivre #docDown li:hover{
    background: #9d0055 url(images/arrowNavVivre2.gif) 6px 8px no-repeat;
}

.col320 #grandir ul{
    padding: 0 !important;
    margin: 80px 5px 0 5px;
}

.col320 #grandir li{
    background: url(images/arrowNavGrandir.gif) 0 3px no-repeat;
    padding-left: 8px;
    list-style: none;
    margin: 3px 0 5px 5px;
    font-size: 11px;
}

.col320 #grandir li a{
    color: #d5dfa9;
}

.col320 .infoPratique{
    position: absolute;
    bottom: 0;
    left: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.col320 .infoPratique a{
    display: block;
    padding: 5px 5px 5px 10px;
    width: 285px;
}

.col320 .infoPratique.contact{
    background: #0eb5c7 url(images/plus.png) 200px 5px no-repeat;
    /*float: right;
    margin-right: 50px;*/
    position: relative;
    width: 220px;
}

.col640 .infoPratique{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    background: #0eb5c7 url(images/plus.png) 280px 5px no-repeat;
    position: relative;
    float: left;
    left: 0;
    margin: 10px 0 0 0;
}

.col320 .infoPratique.Rose{
    background: #ff0089 url(images/plus.png) 280px 5px no-repeat;
}

.col320 .infoPratique.Vert{
    background: #99ba02 url(images/plus.png) 280px 5px no-repeat;
}

.col320 .infoPratique.Bleu{
    background: #0eb5c7 url(images/plus.png) 280px 5px no-repeat;
}

.col320.photosAcc{
    background: url(images/photosAcc.jpg) 0 0 no-repeat;
    height: 273px;
}

.col320 #crayon,
.col320 #epingle{
    float: left;
    width: 62px;
    height: 82px;
    margin-right: 20px;
}

.col320 #crayon{
    background: url(images/crayon.png) 0 0 no-repeat;
}

.col320 #epingle{
    background: url(images/epingle.png) 0 0 no-repeat;
}

#contenuAccueil .col320 ul{
    padding: 0 0 10px 94px;
}

/*  FOOTER  */

#footer{
    background: url(images/bg-footer.gif) 0 0 repeat-x;
    height: 486px;
    position: relative;
    text-align: center;
    min-width: 960px;
    width: auto;
}

#textureFoot{
    background: url(images/bg-textureFoot.jpg) no-repeat center 11px;
    height: 486px;
    color: #02b9c4;
    text-align: center;
    margin: 0 auto;
}

#textureFoot .col960{
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#textureFoot .col960 h2,
#textureFoot .col960 h4{
    font-family: 'Lobster13Regular', sans-serif;
    font-size: 22px;
    background: none;
}

#textureFoot .col960 h4{
    font-size: 16px;
    margin-top: 20px;
}

#textureFoot .col960 p#menuFoot{
    margin-top:112px;
    font-size: 10px;
    text-align: center;
}

#textureFoot .col960 p#menuFoot a{
    color: #cfe9ec;
}

#textureFoot li{
    list-style: none;
    line-height: 18px;
}

/*  Page Interne    */
#bordurePageIn{
    background: url(images/bordurePageInterne.png) 0 0 repeat;
    width: 940px;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 45px;
    box-shadow: 0 0px 8px #535b58;
    -moz-box-shadow: 0 0px 8px #535b58;
    -webkit-box-shadow: 0 0px 8px #535b58;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

#backPageIn{
    background: #e4eff0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

#backPageIn .col600{
    float: left;
    width: 600px;
    position: relative;
    background: #e4eff0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#backPageIn .col600 h1{
    margin: 22px 25px 10px 20px;
    padding: 0 0 10px;
    background: none;
    color: #001C1E;
    font-size: 26px;
    text-shadow: 1px 1px 1px #898F90;
}

#backPageIn .col600 h2{
    background-position: 0 53px;
    float: left;
    margin: 0 25px 0 20px;
    padding: 20px 0 22px;
    width: 540px;
}

#backPageIn .col600 h3{
    padding-left: 15px;
    text-transform: none;
}

#backPageIn .col600 p{
    float: left;
    margin: 0 35px 0 10px;
    padding-bottom: 10px;
    line-height: 17px;
    /*clear: left;*/
    /*min-width: 550px;*/
    width: 550px;
}

#backPageIn .col600 p.breadcrumbs{
    margin: 10px;
    width: 540px;
    color: #001c1e;
}

#backPageIn .col600 img{
    margin: 0 10px 10px 0;
    border: white 5px solid;
    box-shadow: -2px 2px 6px #becbcc;
    -moz-box-shadow: -2px 2px 6px #becbcc;
    -webkit-box-shadow: -2px 2px 6px #becbcc;
}

#backPageIn .col600 hr{
    background: url(images/hr.jpg) 0 0 no-repeat;
    height: 10px;
    width: 530px;
    margin: 20px 38px;
    float: left;
    border: none;
}

#backPageIn .col600 strong{
    font-weight: bold;
}

#backPageIn .col600 ul{
    clear: left;
    margin: 0 0 20px;
}

#backPageIn .col600 li{
    line-height: 18px;
    color: #008f9e;
}

#backPageIn .col600 a{
    border-bottom: 1px solid #008f9e;
    color: #008f9e;
}

#backPageIn .col600 a:hover{
    color: #001C1E;
    border-bottom: 1px dotted #001C1E;
}

#backPageIn .col600 .table1{
    width: 560px;
}

#backPageIn .col600 .table2{
    width: 420px;
}

#backPageIn .col600 .table1,
#backPageIn .col600 .table2{
    margin: 0 auto 20px;
    background-color: #F6F6F7;
    line-height: 15px;
}

#backPageIn .col600 th,
#backPageIn .col600 td{
    width: 130px;
    float: left;
    font-size: 11px;
    text-align: center;
}

#backPageIn .col600 th{
    background-color: #0EB5C7;
    color: white;
    font-weight: bold;
    padding: 6px 5px;
}

#backPageIn .col600 td{
    border-left: 2px solid #E4EFF0;
    padding: 7px 2px;
}

#backPageIn .col600 tr{
    border-bottom: 2px solid #E4EFF0;
    display: inline-block;
}

#backPageIn .col600 table.table3{
    width: 270px;
    background-color: #F6F6F7;
    line-height: 15px;
    margin: 0 0 20px 10px;
    float: left;
}

#backPageIn .col600 table.table3 th{
    width: 260px;
    text-align: left;
}

#backPageIn .col600 table.table3 td{
    padding: 7px 6px;
    text-align: left;
    width: 120px;
}

#backPageIn .col600 table.table4{
    width: 560px;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
    font-size: 11px;
}

#backPageIn .col600 table.table4 tr{
    vertical-align: top;
}

#backPageIn .col600 table.table4 th{
    text-align: left;
    vertical-align: top;
}

#backPageIn .col600 table.table4 td{
    padding: 7px 6px;
    vertical-align: top;
}



/* balises p custom */
#backPageIn .col600 p.date {
    font-style: italic;
    padding-left: 10px;
}
#backPageIn .col600 p.date2 {
    font-style: italic;
    font-size: 11px;
}
#backPageIn .col600 p.perso {
    background:url(images/bg_p_persos.png) no-repeat 0 0;
    padding-left: 50px;
    float:left;
}
#backPageIn .col600 p.asso {
    background:url(images/bg_p_persos.png) no-repeat 0 0;
    padding-left: 50px;
    float:left;
}
#backPageIn .col600 p.ass-socPre {
    background:url(images/bg_p_persos.png) no-repeat 0 0;
    padding-left: 50px;
    margin-bottom: 10px;
    float:left;
}
#backPageIn .col600 p.ass-soc {
    background:url(images/bg_p_persosM.png) no-repeat 0 0;
    padding-left: 50px;
    margin-bottom: 10px;
    float:left;
}
#backPageIn .col600 p.ass-mat {
    background:url(images/bg_p_persos.png) no-repeat 0 0;
    padding-left: 50px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    float:left;
}

#content p.centre {
    background:url(images/bg_p_localisation.png) no-repeat 0 6px;
    padding-left: 50px;
    padding-bottom: 15px;
    float: left;
}

#backPageIn .col600 p.scolaire {
    background:url(images/bg_p_scolaire.png) no-repeat 0 6px;
    padding-left: 50px;
    padding-bottom: 0;
    margin-bottom: 10px;
    float:left;
}
#backPageIn .col600 p.resto {
    background:url(images/bg_p_persos.png) no-repeat 0 0;
    padding-left: 50px;
    padding-bottom: 20px;
    float:left;
}
#backPageIn .col600 p.menu {
    background:url(images/bg_p_menu.png) no-repeat 0 0;
    padding: 16px 5px 30px 62px;
    margin-bottom: 0;
    float:left;
}
#backPageIn .col600 p.localisation {
    background:url(images/bg_p_localisation.png) no-repeat 0 6px;
    padding-left: 50px;
    padding-bottom: 15px;
    float: left;
}
#backPageIn .col600 p.localisation2 {
    background:url(images/bg_p_localisation.png) no-repeat 0 6px;
    padding-left: 50px;
    padding-bottom: 15px;
    float:left;
}

#backPageIn .une_asso{
    width: 260px;
    float: left;
    line-height: 24px;
    min-height: 110px;
    _height: 110px;
}

#backPageIn .une_actu{
    width: 550px;
    float: left;
    line-height: 24px;
    _height: 110px;
}

/*  Album Photo */
#backPageIn .gallery{
    margin: 20px 0 0 30px;
}

#backPageIn .gallery dl{
    margin: 0 0 10px;
}

#backPageIn .gallery dd{
    font-size: 10px;
    color: #008f9e;
    margin: 0;
    padding: 0;
}

#backPageIn .gallery a,
#backPageIn .gallery a:hover{
    border: none;
}

/* Sidebar */
#sidebarShadow{
    background: #e4eff0 url(images/bg-shadowLeft.jpg) 0 -1px no-repeat;
    width: 340px;
    float: left;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#sidebarShadow .col320.coordonnees{
    margin-left: 26px;
}

#sidebarShadow .col320 .infoPratique.contact{
    margin: 10px 0 10px 67px;
}

#sidebarShadow .col320.coordonnees ul{
    padding: 0 0 10px 94px;
}

.col320.blocAcc.intern{
    margin: 20px 0 0 10px;
}

/* Tableaux */
dl{
    float: left;
    width: 110px;
    margin: 5px;
    height: 180px;
}

dt{

}

dd{
    font-size: 10px;
    color: #008f9e;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Contact */
#contact  p{
    margin: 5px !important;
    font-weight: bold;
    width: 275px !important;
}

#contact input,
#contact textarea{
    background: #d5dfe0;
    color: #404343;
    border: 1px solid #c1c1c1;
    padding: 5px;
    margin-top: 4px;
    font-family: 'arial', sans-serif !important;
}

#contact textarea{
    width: 550px !important;
    padding: 10px;
    font-size: 13px;
}

#contact input:hover,
#contact textarea:hover{
    background: #cbd5d6;
    color: #646969;
}

#contact input[type=submit]{
    width: 575px;
    cursor: pointer;
}

#contact p#sujet input,
#contact p#message{
    width: 560px !important;
}

#contact input.wpcf7-text {
    width: 265px;
}

/* Carte GoogleMap */
#carte {
    border: 2px solid #c1c1c1;
    height: 295px;
    margin: 0 auto;
    width: 450px;
    padding-left: 50px !important;;
}

#carte p {
    margin: 0 !important;
    padding: 0 !important;;
    min-width: 300px !important;;
}

#carte img{
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;;
}

#carte h3 {
    padding-left: 0 !important;
}

#carte .infoBulle{
    overflow: hidden;
    height: 80px;
    width: 280px !important;
}
#carte a.info {
    position: relative;
}

#carte a.info span {
    display: none; /* on masque l'infobulle */
}

#carte a.info:hover {
    z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}

#carte a.info:hover span {
    display: inline; /* on affiche l'infobulle */
    position: absolute;
    white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
    top: 30px; /* on positionne notre infobulle */
    left: 20px;
}

/*  Document a telecharger */
#backPageIn .docDownload{
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin-left: 25px;
}

#backPageIn .docDownload img{
    display: none;
}

#backPageIn .docDownload .attachment-small-icon {
    background: url("images/pdf.png") no-repeat scroll 0 0 transparent;
    float: left;
    line-height: 26px;
    margin: 0 10px 11px;
    padding: 0 0 0 25px;
    width: 224px;
}

/*GESTION DES ERREUR CONTACT*/
#contact .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors.wpcf7-mail-sent-ng{
    height: 20px !important;
    position: absolute !important;
    top: 748px !important;
}
#contact .wpcf7-not-valid-tip{
    top:-27%;
    left:0;
}

#contact .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    height: 20px !important;
    position: absolute !important;
    top: 748px !important;
}

/*  PAGE 404   */
form#searchform label.assistive-text{
    display: none;
}

form#searchform input#s.field{
    margin-left: 20px;
}

/* Cookies */
#impliedsubmit {
    width: auto;
    height: auto;
    background: #02b9c4;
    cursor: pointer;
    color: white;
    border: none;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
}
/* End Cookies */