img {
    border: none;
}

div#conteneur {
    position: absolute;
    left: 50%;
    width: 996px;
    margin-left: -498px;
    background-color: white;
    min-height: 700px;
}

div#logo {
    float: left;
    padding-left: 20px;
}

div#pathway a, div#pathway {
    color: #4a6c28;
    text-decoration: none;
    font-size: 8pt;
}

    div#pathway a:hover {
        text-decoration: underline;
    }

div#contenu {
    position: relative;
    float: left;
    padding: 0;
    width: 650px;
    margin-bottom: 20px;
    margin-right: 0px;
}

div#corps {
    width: 650px;
    text-align: justify;
    min-height: 240px;
    margin-top: 20px;
}

    div#corps > p {
        margin: 5px 0;
    }

    div#corps h1 {
        margin: 0;
        padding: 0 0 0px 30px;
        font-size: 18px;
    }

    div#corps h2 {
        color: #749B4D;
        font-size: 13.5pt;
        font-weight: bold;
        margin: 15px 0 0px;
    }

    div#corps a, div#corps a:visited {
        color: black;
        text-decoration: none;
    }

        div#corps a:hover {
            text-decoration: underline;
        }

.maps img {
    border: 1px solid #999;
}

div#horaires {
    clear: both;
    width: 250px;
    float: left;
    text-align: left;
    padding: 0px 0 0 0px;
    font-size: 12px;
}

    div#horaires a, div#horaires a:visited {
        color: #7ab73d;
        font-weight: bold;
        text-decoration: none;
    }

        div#horaires a:hover {
            text-decoration: underline;
        }

span#toutes_actus a, span#toutes_actus a:visited {
    color: black;
    font-weight: normal;
}

div#horaires div {
    padding-left: 30px;
}

div#horaires hr {
    margin-right: 30%;
}

div#horaires h2 {
    padding: 0 0 0 30px;
    background-image: url('../img/puce_actu.gif');
    background-repeat: no-repeat;
    background-position: left;
    font-size: 14px;
}

div#contact {
    width: 180px;
    text-align: left;
    font-size: 11px;
    color: black;
    padding: 80px 0 0 10px;
    line-height: 18px;
}

    div#contact a, div#contact a:visited {
        color: black;
        text-decoration: none;
        font-weight: normal;
    }

        div#contact a:hover {
            text-decoration: underline;
        }

div#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
    color: white;
    height: 30px;
    padding-top: 6px;
    width: 996px;
}

    div#footer a, div#footer a:visited {
        color: white;
        text-decoration: none;
    }

        div#footer a:hover {
            text-decoration: underline;
        }

div#planning {
    position: relative;
    clear: both;
    background: white;
    padding-top: 6px;
    width: 996px;
    height: 1000px;
}

.infobulle {
    position: absolute;
    visibility: hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
        -webkit-transition: all .3s 1s ease;
        -moz-transition: all .3s 1s ease;
        -ms-transition: all .3s 1s ease;
        -o-transition: all .3s 1s ease;
        transition: all .3s 1s ease;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);}

