/**
 * Elements standards HTML
 */

*
{
    font-family: Arial, Verdana, sans-serif; 
    font-size: 13px;
    margin: 0;
    padding: 0;
}

body
{	
    text-align: center;
    background-color: rgb(0,0,0); 
}

h1
{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    color: rgb(27,68,109);
    margin-left: 38px;
    margin-bottom: 16px;
}

h2
{
    font-size: 16px; 
    color: rgb(42,150,251); 
}

h3
{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: rgb(27,68,109);
    margin-left: 38px;
    margin-bottom: 16px;
}

p, ul li
{
    text-align: justify;
    color: rgb(80,80,80);
    margin-bottom: 8px;
}

em
{
    color: rgb(27,68,109);
    font-style: normal;
    font-weight: bold;
}

img 
{
    border: none;
}

a:hover
{
    text-decoration: none;
}


/**
 * Mise en page
 */

div.full
{
    width: 100% !important;
}

div.left
{
    float: left !important;
}

div.right
{
    float: right !important;
}

div.red
{
    border: solid 1px red  !important;
}


/**
 *  Squelette du site
 */


div.main
{
    text-align: left;
    width: 990px;
    margin: auto;
}

div.header
{
    float: left;
    width: 990px;
    height: 190px;
    background-image: url(../pic/bg-banner.png); 
    background-repeat: no-repeat;
}

div#logo
{
    margin-left: 46px;
    margin-top: 40px;
    width: 257px;
    height: 120px;	
}
div#logo a
{
    display: block;
    margin-left: 46px;
    margin-top: 40px;
    width: 257px;
    height: 120px;
    text-decoration: none;
	
}

div.content
{
    float: left;
    width: 990px;
    background-image: url(../pic/bg-middle.png);
    background-repeat: repeat-y;
    padding: 30px;
}

div.footer
{
    float: left;
    text-align: center;
    width: 990px;
    height: 40px;
    background-image: url(../pic/bg-bottom.png); 
    background-repeat: no-repeat;
}

div.footer img
{
    margin-top: 25px;
    margin-left: 10px;
}


/**
 * Structure
 */

div.menu
{
    float: left;
    width: 187px;
}

div.menu ul li
{
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: normal;
    list-style-type: none;
    width: 187px;
    height: 143px;
}
div.menu div.reserver
{
    margin-top: 15px;
    margin-left: 28px;
}

div.local
{
    float: left;
    width: 705px;
    margin-left: 40px;
}



/*
 * Encart
 */

div.encart
{
    float: left;
    width: 676px;
    margin-left: 18px;
}		
div.encart div.top
{
    float: left;
    font-size: 1px;
    width: 676px;
    height: 12px;
    background: transparent url(../pic/bg-item-top-fond.png) no-repeat;
}

div.encart div.fond
{
    float: left;
    color: rgb(255,255,255);
    width: 676px;
    background: transparent url(../pic/bg-item-middle-fond.png) repeat-y;
}		
div.encart div.fond div.wrap
{
    margin: 10px 20px 10px 20px;
}

div.encart div.blue
{
    float: left;
    width: 676px;
    background: transparent url(../pic/bg-item-middle-blue.png) repeat-y;
}		
div.encart div.blue div.wrap
{
    margin: 10px 20px 10px 20px;
}
div.encart div.blue p
{
    color: rgb(255,255,255);
}

div.encart div.fond div.wrap h2
{
    margin-top: -10px;
    margin-bottom: 10px;
}

div.encart div.bottom 
{
    float: left;
    width: 676px;
    height: 257px;						
}		
div.tour
{
    background: transparent url(../pic/bg-item-bottom-tour.png) no-repeat;
}
div.car
{
    height: 182px !important;
    background: transparent url(../pic/bg-item-bottom-car.png) no-repeat;
}
div.fly
{
    height: 150px !important;
    background: transparent url(../pic/bg-item-bottom-fly.png) no-repeat;
}

div.encart div.bottom div.wrap	
{
    margin: 35px 80px 20px 170px;
}
div.encart div.bottom div.wrap p
{
    font-size: 11px;
}
div.encart div.puce	
{
    position: absolute;
    background: url(../pic/pic-fleche.png) no-repeat;
    width: 25px;
    height: 16px;
    margin-top: 3px;
}
div.encart div.pucewhite	
{
    position: absolute;
    background: url(../pic/pic-fleche-white.png) no-repeat;
    width: 25px;
    height: 16px;
    margin-top: 3px;
}
div.wrap div.here
{
    margin-left: 250px;
}
div.bottom h1
{
    font-size: 18px;
}
div.bottom p
{
    text-align: left;
}


/*
 * BUTTON
 */

div.button
{
    margin-left: 16px;
    margin-top: 10px;
}

