/* 
    Document   : styles
    Created on : 29-juin-2009, 11:38:37
    Author     : Ludovic
    Description:
        Purpose of the stylesheet follows.
*/


*{
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS";
    font-size: 13px;
    color: #000;
    background: #000;
}

div#wrap{
    position: relative;
    background: #fff;
}

div#wrap div#header{
    background: url('../images/design/header.jpg');
    height: 192px;
}

div#wrap div#header h1{
    background: url('../images/design/logo.jpg');
    width: 207px;
    height: 112px;
    display: block;
    text-indent: -10000px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 53px;
}

div#wrap div#header h2{
    background: url('../images/design/agent_agree.jpg');
    width: 439px;
    height: 32px;
    display: block;
    text-indent: -10000px;
    position: absolute;
    left: 50%;
    margin-left: -165px;
    top: 75px;
}

div#wrap div#header h3{
    background: url('../images/design/gsm.jpg');
    width: 250px;
    height: 19px;
    display: block;
    text-indent: -10000px;
    position: absolute;
    left: 50%;
    margin-left: -155px;
    top: 110px;
}

div#wrap div#menu{
    background: url('../images/design/menu.jpg');
    height: 37px;
    width: 58%;
    position: absolute;
    left: 42%;
    top: 148px;
    margin: 0;
    padding: 0;
}

div#wrap div#menu ul{
    margin: 0;
    padding: 0;
}

div#wrap div#menu ul li{
    margin: 0;
    padding: 0;
    display: inline;
}

div#wrap div#menu ul li a{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    height: 37px;
    line-height: 36px;
    color: white;
    padding: 0 6px 0 5px;
    border-right: 1px #6a6a6a solid;
    text-decoration: none;
}

div#wrap div#menu ul li a:hover{
    background: url('../images/design/menu.jpg') 0 -37px;
    color: #000;
}

div#wrap div#ariane{
    border-bottom: 1px #bbbbbb solid;
    color: #515151;
}

div#wrap div#ariane p{
    width: 925px;
    margin: auto;
}

div#wrap div#content{
    width: 950px;
    margin: auto;
    position: relative;
}

div#wrap div#content div.left{
    width: 350px;
    float: left;
    margin-bottom: 20px;
}

div#wrap div#content div.right{
    width: 540px;
    float: right;
    margin-bottom: 20px;
    height: auto !important;
    min-height: 600px;
    height: 600px;
}

div#wrap div#content div.left h2{
    font-size: 15px;
    margin-bottom: 14px;
    margin-top: 30px;
}

div#wrap div#content div.left h2 span{
    font-size: 170%;
}

div#wrap div#content div.right h2{
    font-size: 20px;
    margin-top: 30px;
}

div#wrap div#content div.right h2 span{
    font-size: 170%;
}

img#panneau{
    float: right;
    margin: 0 0 0 10px;
}

span.orange{
    color: #ff8400;
}

span.green{
    color: #4ba02a;
}

span.red{
    font-size: 70%;
    color: #d90b0b;
}

div#wrap div#content div.right h2.big{
    font-size: 28px;
    padding-top: 80px;
}

div#wrap div#content div.right div.signature{
    margin: 10px 0 0 100px;
}

div#wrap div#footer{
    background: #000 url('../images/design/footer_top.jpg') top repeat-x;
    color: #fff;
    padding-top: 65px;
    clear: both;
}

div#wrap div#footer div{
    background: url('../images/design/footer_bottom') bottom repeat-x;
    width: 900px;
    margin: auto;
    height: 180px;
    padding-top: 20px;
}

div#wrap div#footer div p.ipi{
    float: left;
}

div#wrap div#footer div p.ocai{
    text-align: center;
    padding-top: 35px;
}

/* comment form */

form#contact{
    margin-top: 30px;
}

form#addComment label{
    display: inline-block;
    width: 100px;
}

/* contact form style */

h3.contact{
    width: 640px;
    border-bottom: 1px #000 solid;
    margin-bottom: 10px;
}

div#wrap form#contact{
    width: 710px;
    color: #6e6e6e;
}

div#wrap form#contact label{
    display: inline-block;
    width: 80px;
}

div#wrap form#contact input{
    border: 1px #b9b9b9 solid;
}

div#wrap form#contact span.paire{
    width: 300px;
    float: left;
}

div#wrap form#contact span.impaire{
    width: 300px;
    float: right;
    margin-top: -20px;
}

div#wrap form#contact textarea#message{
    width: 552px;
    border: 1px #b9b9b9 solid;
}

div#contactTitle{
    height: auto !important;
    min-height: 350px;
    height: 350px;
    background: url('../images/design/contact.jpg') no-repeat;
    padding-left: 400px;
}

div#contactTitle h1{
    font-size: 32px;
    padding-top: 30px;
}

div#contactTitle h1 span{
    font-size: 38px;
}

div#contactTitle p{
    margin: 20px 0 0 90px;
}

div#wrap form#contact input#submit{
    background: url('../images/design/btn.jpg');
    width: 91px;
    height: 28px;
    text-align: center;
    display: block;
    color: black;
    text-decoration: none;
    line-height: 15px;
    font-weight: bold;
    float: right;
    margin: 10px 0 10px 0;
    border: 0px;
    outline: none;

    filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7;
}

div#wrap form#contact input#submit:hover{
    filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}

/* navigation style */

span.navigation a img{
    border: 0;
}

span.navigation a img{
    filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7;
}

span.navigation a img:hover{
    filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}

span.navigation a.disabled img{
    filter : alpha(opacity=40);
    -moz-opacity : 0.4;
    opacity : 0.4;
}

/* comment & bien page */

div#rightCol{
    width: 215px;
    float: right;
    position: relative;
}

div#rightCol h3{
    font-size: 16px;
    border: 1px #bbbbbb solid;
    width: 183px;
    padding: 10px;
    margin-bottom: 3px;
}

div#rightCol div{
    width: 221px;
}

div#rightCol div div{
    width: 167px;
    border-top: 1px #bbbbbb solid;
    border-left: 1px #bbbbbb solid;
    border-right: 1px #bbbbbb solid;
    padding: 18px;
    position: relative;
    z-index: 3;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}

div#rightCol span.bottomCol{
    display: block;
    width: 221px;
    height: 119px;
    background: url('../images/design/right_col_bottom.jpg') no-repeat;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

div#rightCol div.comment a{
    display: inline-block;
    width: 90px;
}

div#page{
    width: 670px;
    position: relative;
}

div#page h1{
    font-size: 16px;
    border-bottom: 1px #000 solid;
    margin-bottom: 15px;
}

div#page img.imageBien{
    float: left;
    margin: 10px;
    border: 1px #3e3e3e solid;
}

div#page h3{
    clear: left;
}

div.center{
    text-align: center;
}

/* comment */

div.comment, div.bien{
    position: relative;
}

div.comment{
    height: auto !important;
    min-width: 120px;
    height: 120px;
}

div.comment span.date, div.bien span.date{
    color: #ff6600;
    font-size: 12px;
    position: absolute;
    right: 0px;
    margin-top: -18px;
}

div#page div.comment h3, div#page div.bien h3{
    font-size: 14px;
    border-bottom: 1px #000 solid;
}

div.nav{
    clear: left;
}

a.contactLink{
    background: url('../images/design/btn.jpg');
    width: 91px;
    height: 28px;
    text-align: center;
    display: block;
    color: black;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    float: right;
    margin: 10px 0 10px 0;

    filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7;
}

a.contactLink:hover{
    filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}

a.detail{
    background: url('../images/design/btn.jpg');
    width: 91px;
    height: 28px;
    text-align: center;
    display: block;
    color: black;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    margin-left: 580px;

    filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7;
}

a.detail:hover{
    filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}

/* home flash */

div#homeFlash{
    position: absolute;
    top: 300px;
    left: -20px;
}


/* general style */

h3{
    font-family: "Trebuchet MS";
    font-size: 24px;
}

p{
    text-align: justify;
    margin-bottom: 7px;
}

a{
    color: #ff5a00;
    outline: none;
}

a img{
    color: #696969;
    border: 2px #696969 solid;
}

a img.noborder{
    border: 0px;
}
