﻿/*Général*/

html {
    min-width: 980px;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #fff;
    background-image: url('../images/charte/fond.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    color: #131f28;
    font-size: 13px;
    font-family: 'Trebuchet MS', Arial, Verdana;
}

/*Form*/
input[type="text"],
input[type="password"],
textarea,
select {
    margin: 0px;
    padding: 3px;
    width: 200px;
    outline: none;
    border: solid 1px #eee;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border: solid 1px #eee;
    }

    input[type="text"]:active,
    input[type="password"]:active,
    textarea:active,
    select:active {
        border: solid 1px #eee;
    }

/*Mise en page*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.center {
    margin: auto;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-justify {
    text-align: justify;
}

.txt-top {
    vertical-align: top;
}

.txt-bottom {
    vertical-align: bottom;
}

.txt-middle {
    vertical-align: middle;
}

/*Horaires*/

#Bulle {
    display: none;
    position: absolute;
    width: 220px;
    padding: 5px;
    border: 1px solid #c5c5c5;
    color: #4c4c4c;
    font-size: 10px;
    background-color: #f6f6f6;
}

    #Bulle * {
        font-size: 10px;
    }

.horaire-title,
.horaire-print-title {
    background-color: #2cc8fb;
    color: #fff;
    line-height: 28px;
    padding: 0 15px;
    font-weight: bold;
    font-size:16px;
}

.horaire-table {
    border: solid 1px #ccc;
    width: 100%;
}

    .horaire-table td {
        font-size: 12px;
        border-left: solid 1px #ccc;
    }

.horaire-table-header {
    background-color: #eee;
}

    .horaire-table-header td {
        border-bottom: solid 1px #ccc;
        font-weight: bold;
        text-align: center;
        padding: 4px 5px;
    }

.horaire-time,
.horaire-time-actif {
    text-align: center;
}

    .horaire-time a,
    .horaire-time-actif a {
        display: block;
        padding: 4px 5px;
        text-decoration:none;
        color:#131f28;
    }

    .horaire-time-actif a {
        color: #fff !important;
    }

    .horaire-time:hover,
    .horaire-time-actif {
        background-color: #2cc8fb;
        color: #fff;
    }

        .horaire-time:hover > a {
            color: #fff !important;
        }

.resume-title {
    display:block;
        background-color: #2cc8fb;
    color: #fff;
    line-height: 23px;
    padding: 0 5px;
    font-weight: bold;
    font-size:12px;
    text-transform:uppercase;
}

#Horaire_Resume {
font-size:12px;
margin-top:15px;
}

    
#Horaire_Resume em {
font-size:11px;
text-align:justify;
    }

.btnImprimer {
font-size:12px;
padding-left:22px;
background-image:url('../images/icones/printer_16.png');
background-repeat:no-repeat;
        text-decoration:none;
        color:#131f28;
}

/**/

.travel-wrapper .item {
border-top:solid 1px #ddd;
padding:15px 0px;
}

    .travel-wrapper .item:first-child {
        border-top:none;
    }

.travel-wrapper .picture {
float:left;
margin-right:25px;
}

.travel-wrapper .picture + .text {
    float:left;
    width:400px;
}

.travel-wrapper .item a:hover {
    text-decoration:underline;
}

.travel-wrapper .item h2 {
    font-size:16px;
    font-weight:bold!important;
}

.travel-wrapper .item h2 em {
font-size:13px;
color:#787878;
font-weight:normal;
position:relative;
top:-3px;
}

.travel-wrapper .item p {
text-align:justify;
}

/**/

.travel-item h1 +img  {
    margin:20px 0px;
    vertical-align:bottom;
}

.travel-item .photo-wrapper {
    text-align:center;
}


    .travel-item .photo-wrapper a {
        display:inline-block;
        margin:7px;
    }

    .lt-ie8 .travel-item .photo-wrapper a {
        zoom:1;
        display:inline;
    }

        .travel-item .photo-wrapper a img {
        vertical-align:top;
        }

/**/

input[type="text"][data-type="Date"] {
    background-image: url('../images/icones/calendar_12.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 24px !important;
    width:228px !important;
}

