
/**
 * Elements standards HTML
*/
 
*
{
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px;
    margin: 0;
    padding: 0;
}
body
{	
    text-align: center;
    background-color: rgb(176,189,193); 
}
h1
{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    color: rgb(118,152,75);
    margin-bottom: 16px;
}
h2
{
    font-size: 14px; 
    color: rgb(151,190,37); 
}
h3
{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: rgb(118,152,75);
    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
 */
.full
{
    width: 100% !important;
}
.left
{
    float: left !important;
}
.right
{
    float: right !important;
}
.red
{
    border: solid 1px red  !important;
}

/**
 *  Squelette du site
 */

div.main
{
    text-align: left;
    width: 970px;
    margin: auto;
}
div.header
{
    float: left;
    width: 970px;
    height: 188px;
    background-image: url(../pic/bg-banner.png); 
    background-repeat: no-repeat;
}
div#logo
{
    margin-left: 120px;
    margin-top: 33px;
    width: 270px;
    height: 90px;
}
div#logo a
{
    display: block;
    width: 270px;
    height: 90px;
    text-decoration: none;
}
div.image
{   
    float: right;
    background-image: url(../pic/pic-photo-couple.png);
    background-repeat: no-repeat;
    width: 302px;
    height: 545px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 50px;
}
div.blue
{
    float: right;
    background-image: url(../pic/bg-right.png);
    background-repeat: no-repeat;
    width: 357px;
    height: 400px;
    margin-left: 30px;
    margin-right: 30px;
}
div.blue div.wrap
{
    float: left;
    margin: 20px;
}
div.blue h1
{
    color: red;
    margin-bottom: 10px;    
}
div.blue2
{
    float: right;
    background-image: url(../pic/bg-right-2.png);
    background-repeat: no-repeat;
    width: 357px;
    height: 546px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
}
div.blue2 div.wrap
{
    float: left;
    margin: 20px;
}
div.blue2 h1
{
    color: red;
    margin-bottom: 10px;    
}
div.taxi
{
    float: right;
    background-image: url(../pic/pic-photo-taxi.png);
    background-repeat: no-repeat;
    width: 324px;
    height: 218px;
    margin-right: 15px;
}
div.man
{
    float: left;
    background-image: url(../pic/pic-photo-man.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 299px;
    margin-right: 15px;
}
div.content
{
    float: left;
    width: 970px;
    height: auto;
    background-image: url(../pic/bg-middle.png);
    background-repeat: repeat-y;
}

div.local
{
    float: left;
    width: 500px;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 0;
}

div.footer
{
    float: left;
    text-align: center;
    width: 970px;
    height: 20px;
    background: url(../pic/bg-bottom.png) no-repeat;
}
div.footer img
{
    margin-top: 25px;
    margin-left: 10px;
}

/*
 * BUTTON
 */
a.button
{
    margin-top: 25px;
    margin-left: 390px;
}
div#bt
{
    width: 154px;
    height: 57px;
}
div#bt-before
{
    float: left;
    margin-left: 600px;
}
div#bt-next
{
    float: right;
    margin-right: 50px;
}




