﻿/*Général*/

body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: Arial, Verdana;
    color: #ffffff;
    background-color: #003300;
}

a {
    text-decoration: none;
    outline: none;
}

textarea {
    font-family: Arial, Verdana;
    resize: none;
}

img {
    border: none;
}

input, textarea, select {
    outline: none;
}

/*Table*/

th, td { /* cellpadding */
    padding: 5px;
}

table { /*cellspacing */
    border-collapse: collapse;
    border-spacing: 0px;
}

th.VAlign_Top, td.VAlign_Top { /*valign top */
    vertical-align: top;
}

th.VAlign_Bottom, td.VAlign_Bottom { /*valign top */
    vertical-align: bottom;
}

table.Center { /*align (center) */
    margin-left: auto;
    margin-right: auto;
}

/*Mise en page*/

.Float_Left {
    float: left;
}

.Float_Right {
    float: right;
}

.Clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.Inline_Block {
    display: inline-block;
}

.ie7 .Inline_Block {
    display: inline;
    zoom: 1;
}

/*Mise en forme*/

h1 {
    font-size: 18px;
}

    h1:first-child, h2:first-child, h3:first-child, h4:first-child {
        margin-top: 0px;
    }

    h1 + h2 {
        margin-top: 0px;
    }

h2 + h3 {
    margin-top: 0px;
}

h3 + h4 {
    margin-top: 0px;
}

p:first-child, ul:first-child {
    margin-top: 0px;
}

.Float_Left {
    float: left;
}

.Float_Right {
    float: right;
}

.Clear {
    clear: both;
}

.Inline_Block {
    display: inline-block;
}

.ie7 .Inline_Block {
    display: inline;
    zoom: 1;
}

.Uppercase {
    text-transform: uppercase;
}

/*Taille*/

.Taille_18 {
    font-size: 18px;
}

.Taille_16 {
    font-size: 16px;
}

.Taille_14 {
    font-size: 14px;
}


.Hover_Underline:hover {
    text-decoration: underline;
}

/*Marge*/

.Margin_Top_10 {
    margin-top: 10px;
}

.Margin_Top_30 {
    margin-top: 30px;
}

.Margin_Right_15 {
    margin-right: 15px;
}

.No_Margin_Bottom {
    margin-bottom:0px;
}

/*Couleur*/

.Couleur_Rouge {
    color: #990000;
}

.Couleur_Vert {
    color: #003300;
}

.Couleur_Gris {
    color: #a1a1a1;
}

/*Composant*/

input[type="text"].Composant, input[type="password"].Composant, textarea.Composant {
    margin: 0px;
    padding: 4px;
    border: solid 1px #aaa;
    font-size: 11px;
    background-color: #fff;
    color: #646464;
    width: 180px;
}

    input[type="text"].Composant:focus, input[type="password"].Composant:focus, textarea.Composant:focus {
        border: solid 1px #003300;
    }

select.Composant {
    margin: 0px;
    padding: 3px;
    border: solid 1px #aaa;
    font-size: 11px;
    background-color: #fff;
    color: #646464;
    width: 190px;
}

.Composant input[type="checkbox"] {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #646464;
    position: relative;
    top: 1px;
}

    .Composant input[type="checkbox"] + label {
        position: relative;
        top: -1px;
        margin-left: 5px;
        color: #646464;
        font-size: 11px;
    }

.Composant_Entier {
    text-align: right;
}

/*Alignement*/

.Align_Justify {
    text-align: justify;
}

.Align_Center {
    text-align: center;
}

.Align_Right {
    text-align: right;
}

/*Structure*/

.Main {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.Top {
    text-align: center;
}

.Menu {
    /*width: 600px;*/
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

    .Menu .Menu_Item {
        height: 30px;
        float: left;
        width: 100px;
    }

        .Menu .Menu_Item:hover, .Menu .Menu_Item.Actif {
            background-position: left bottom;
        }

        .Menu .Menu_Item.Item_01 {
            background-image: url('../images/charte/menu/accueil.png');
        }

        .Menu .Menu_Item.Item_02 {
            background-image: url('../images/charte/menu/appartements.png');
        }

        .Menu .Menu_Item.Item_03 {
            background-image: url('../images/charte/menu/videos.png');
        }

        .Menu .Menu_Item.Item_04 {
            background-image: url('../images/charte/menu/tarifs.png');
        }

        .Menu .Menu_Item.Item_05 {
            background-image: url('../images/charte/menu/reservation.png');
        }

        .Menu .Menu_Item.Item_06 {
            background-image: url('../images/charte/menu/promotion.png');
        }

.Bottom {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: solid 1px #ffffff;
    font-size: 10px;
    text-align: center;
}

.Content {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .Content.Type_02 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

.Bottom div {
    color: #999999;
}

    .Bottom div a {
        color: #999999;
    }

    .Bottom div:first-child {
        color: #ffffff;
        padding-bottom: 20px;
    }

        .Bottom div:first-child a {
            color: #ffffff;
            display: inline-block;
            text-decoration: underline;
            margin-left: 30px;
            margin-right: 30px;
        }

.ie7 .Bottom div:first-child a {
    display: inline;
    zoom: 1;
}

/*Contenu*/

.Accueil_Item_Left {
    float: left;
    width: 400px;
    margin-top: 10px;
}

.Accueil_Item_Right {
    float: right;
    width: 350px;
    text-align: center;
    margin-top: 10px;
}

.Situation_Item {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

    .Situation_Item p a {
        text-transform: uppercase;
        color: #999999;
    }

        .Situation_Item p a:hover {
            text-decoration: underline;
        }


.Contact_Content p {
    line-height: 35px;
}

.Contact_Content a {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}

.Contact_Content span {
    font-size: 18px;
    color: #fff;
}

.Lien_Content {
    color: #cccccc;
}

    .Lien_Content a {
        color: #fff;
        text-decoration: underline;
    }


.Appart_Item {
    text-align: center;
    padding-top: 35px;
}

    .Appart_Item:first-child {
        padding-top: 0px;
    }

    .Appart_Item a.Gallery {
        display: none;
    }

.Videos_Item {
    width: 583px;
    margin-left: auto;
    margin-right: auto;
}

table.tabTarifs {
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    border-collapse: separate;
}

    table.tabTarifs th, table.tabTarifs td {
        padding: 3px;
        padding-top: 5px;
        padding-bottom: 5px;
    }


    table.tabTarifs th {
        text-align: center;
        background-color: #fff;
        color: #393838;
        border: solid 1px #000;
    }

    table.tabTarifs td.tabTarifs_Periode {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.tabTarifs_Prix {
    width: 60px;
    text-align: center;
    background-color: #fff;
    color: #393838;
    font-size: 10px;
    font-weight: bold;
}

.tabTarifs_Semaine {
    width: 100px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}

.Resa_01 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    width: 230px;
    height: 234px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/reservation/etape_01.jpg');
    font-size: 11px;
    color: #000000;
}

    .Resa_01 table {
        margin-left: auto;
        margin-right: auto;
        background-color: #003300;
        color: #fff;
        font-size: 12px;
        margin-top: 15px;
        border: solid 2px #003300;
    }

        .Resa_01 table td {
            padding-top: 2px;
            padding-bottom: 2px;
            border: solid 2px #003300;
            padding-right: 15px;
        }

            .Resa_01 table td.tabResa_Link {
                background-color: #fff;
            }

                .Resa_01 table td.tabResa_Link a {
                    color: #000;
                }

                    .Resa_01 table td.tabResa_Link a:hover {
                        text-decoration: underline;
                    }

.Resa_02 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    width: 452px;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/reservation/etape_02.jpg');
    font-size: 11px;
    color: #000000;
}

.Message {
    display: block;
    font-style: italic;
    text-align: center;
    padding-bottom: 12px;
    color: #990000;
    font-weight: bold;
}

.tabResa_02 {
    margin-left: auto;
    margin-right: auto;
}

    .tabResa_02 td {
        padding: 2px;
        border: solid 1px #999999;
    }

        .tabResa_02 td.Width_40 {
            width: 40px;
        }

        .tabResa_02 td.tabResa_02_Green {
            color: #fff;
            background-color: #003300;
            font-weight: bold;
        }

.Resa_03 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    width: 376px;
    height: 840px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/reservation/etape_03.jpg');
    font-size: 11px;
    color: #000000;
}

.tabResa_03 {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    font-size:13px;
}

    .tabResa_03 td {
        padding: 3px;
        border: solid 1px #999999;
    }

    .tabResa_03 td.tabResa_03_Green {
                    color: #fff;
            background-color: #003300;
            font-weight: bold;
    }

.tabResa_04 {
    margin-left: auto;
    margin-right: auto;
    font-size:12px;
}

    .tabResa_04 td {
        padding: 2px;
    }

.Resa_04 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 90px;
    width: 320px;
    height: 168px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/reservation/etape_04.jpg');
    font-size: 12px;
    color: #000000;
}