/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    line-height: 19px;
    color: #666666;
    min-width: 1000px;
}


/* Global Structure ============================================================= */
.main {
    margin: 0 auto;
    width: 980px;
}

    /* Header */
    header{
        height: 525px;
    }
    
    /* Content */
    section#content {
        
    }           
    /* Footer */
    footer{

    }
/* Left & Right alignment */

.fleft { float: left;}
.fright { float: right;}
.clear { clear: both;}

.col-1, .col-2, .col-3, .col-4, .col-5 {float: left;}

.alignright {text-align: right;}
.aligncenter {text-align: center;}

.wrapper { 
    width: 100%;
    overflow: hidden;
}
.container {
    width: 100%;
    position: relative;
    z-index:10;
}
/*----- form defaults -----*/
input, select, textarea { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
}

/*----- other -----*/
.img-indent {margin: 0 20px 0 0; float: left;}
.extra-wrap {overflow: hidden;}

/*=============================================================================== text =====*/
h1 {
    padding: 0px 0 0px 0px;
    position: relative;
    font-size: 22px;
}
    h1 a {
        display: block;
        height: 84px;
        width: 340px;
        text-indent: -5000px;
        background: url(../images/logo.jpg) left top no-repeat;
    }


/*=============================================================================== menu =====*/
header .menu {
    float: right;
    width: 500px;
    overflow: hidden;
    padding: 47px 0 0;
}
    header .menu li {
        float: right;
        font-size: 12px;
        line-height: 19px;
        padding-left: 12px;
    }
        header .menu li a {
            text-decoration: none;
            color: #0B7EA9;
            
        }
            header .menu li a:hover {color: #054965;}


#faded {
    position:relative; 
    overflow:hidden;
    width:950px; 
    height:410px;
}
    #faded img {
        width: 950px;
    }

.slider-bot {
    background: #FFFFFF;
    height: 142px;
    padding: 10px 180px 21px 28px;
    position: relative;
    width: 742px;
    height: 30px;
    color: #666666;
    font-size: 13px;
    line-height: 18px;
}
    .slider-bot span {
        display: block;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 23px;
        line-height: 1.2307em;
        color: white;
        text-transform: uppercase;
        padding: 21px 0 0;
    }
    .slider-bot strong {
        display: block;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 23px;
        line-height: 1.2307em;
        color: white;
        text-transform: uppercase;
        padding: 11px 0 6px;
        font-weight: normal;
    }
        .slider-bot strong b {
            display: block;
            margin-top: -4px;
        }
    .slider-bot p {
        padding-top: 21px;
    }
    .slider-bot a {
        display: block;
        position: absolute;
        right: 30px;
        bottom: 15px;
        width: 91px;
        height: 24px;
        background: #f1f1f1;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        behavior: url(js/PIE.html);
        text-align: center;
        font-size: 14px;
        line-height: 19px;
        color: #181818;
        text-transform: uppercase;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding: 3px 0 0;
        text-shadow: 1px 0 #8c8c8c;
    }
        .slider-bot a:hover {
            background: #2b2b2b;
            color: white;
        }

 
a { outline:0; border:0; }

    ul.pagination {
        list-style:none;
        padding:0;
        margin:0;
        z-index:10;
        position:absolute;
        font-size:0; 
        line-height:0;
        bottom:66px;
        left: 29px;
        width: 300px;
    }
        ul.pagination li {
            float:left;
            padding:0 0px 0 0;
            font-size: 14px; 
            line-height: 19px;
        }           
            ul.pagination li a {
                display:block;
                width:33px;
                height:25px;
                color:#bbbbbb;
                text-align:center;
                text-decoration:none;
                background: #fff;
                font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                padding: 5px 0 0;
                background: url(../images/pagination-a-bg.png) 0 0 no-repeat;
                text-shadow: 1px 0 #cecece;
            }
                ul.pagination li a:hover {background: url(../images/pagination-a-bg-hover.png) 0 0 no-repeat;}
                ul.pagination li.current a {background: url(../images/pagination-a-bg-hover.png) 0 0 no-repeat;}   


#resabandeau{
  position:absolute;
  background: url(../images/fond-resa.png) 0 0 no-repeat;
  width: 320px;
  height: 300px;
  margin-top:150px;
  margin-right:150px;
}

#slogan{
  position:absolute;
  margin:73px 0 0 370px;
}



