/* 
    Document   : styles.css
    Created on : 10 mars 2009, 14:29:27
    Author     : Ludovic
    Description:
        Purpose of the stylesheet follows.
*/

*{
    margin: 0;
    padding: 0;
}

html, body{
    height: 100%;
}

body{
    background: #b4b4b4 url('../images/design/background.jpg') center center repeat-y;
    margin: 0;
    padding: 0;
    font-family: "Tahoma", sans-serif;
    color: #3c3f50;
}

div#barre{
    background: url('../images/design/background_header.jpg');
    height: 17px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}


div#wrap{
    background: url('../images/design/background_page.jpg') center center repeat-y;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 800px;
    margin: 0 auto;
}

* html div#wrap{
    
}

div#wrap div#header{
    background: url('../images/design/background_header.jpg');
    height: 17px;
    width: 100%;
    z-index: 1;
}

div#wrap div#header h1{
    background: url('../images/design/header_general.jpg') 0 0 no-repeat;
    text-indent: -10000px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 838px;
    height: 358px;
    margin-left: -418px;
    z-index: 2;
}

* html div#wrap div#header h1{
    margin-left: -417px; /* ie6 hack */
    top: 2px;
}

/*div#header h1{
    display: none;
}*/

div#header h2{
    display: none;
}

div#wrap div#menu{
    z-index: 2;
}

div#wrap div#menu{
    width: 126px;
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -400px;
}

* html div#wrap div#menu{
    margin-left: -399px; /* ie6 hack */
}

div#wrap div#menu dfn{
    display: none;
}

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

div#wrap div#menu ul li{
    list-style: none;
    margin-bottom: 5px;
}

div#wrap div#menu ul li a{
    display: block;
    background: url('../images/design/menu.jpg') 0 -30px no-repeat;
    height: 26px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
}

div#wrap div#menu ul li a:hover{
    background: url('../images/design/menu.jpg') 0 0 no-repeat;
    color: #1c2333;
}

div#wrap div#menu ul li.currentpage h3{
    background: url('../images/design/menu.jpg') 0 0 no-repeat;
    height: 26px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 15px;
    font-weight: lighter;
}

div#wrap div#menu ul li.activeparent a{
    background: url('../images/design/menu.jpg') 0 0 no-repeat;
    height: 26px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 15px;
    font-weight: lighter;
    color: black;
}

div#wrap div#menu ul li.activeparent ul li a{
    color: white;
}

div#wrap div#menu ul li.currentpage ul li{
    background: none;
}

/*div#wrap div#menu ul li.currentpage{
    background: url('../images/design/menu.jpg') 0 0 no-repeat;
    height: 26px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 15px;
    color: white;
    color: #1c2333;
}*/

div#wrap div#menu ul li ul{
    margin-top: 5px;
}

div#wrap div#menu ul li ul li a, div#wrap div#menu ul li.activeparent ul li a{
    display: block;
    margin-left: 15px;
    background: url('../images/design/sous_menu.jpg') 0 -30px no-repeat;
}

div#wrap div#menu ul li ul li a:hover{
    background: url('../images/design/sous_menu.jpg') 0 0 no-repeat;
}

div#wrap div#menu ul li.activeparent ul li.currentpage h3{
    margin-left: 15px;
    background: url('../images/design/sous_menu.jpg') 0 0px no-repeat;
    font-weight: lighter;
}

div#wrap div#page{
    width: 571px;
    margin: auto;
    text-align: justify;
    /*border-top: 1px #000 solid;*/
    /*padding-top: 320px;*/
    padding-top: 300px;
}

div#wrap div#page div#content{
    z-index: 3;
    position: relative;
    margin: 0 65px 0 65px;
    padding-bottom: 15px;
}

div#wrap div#page div#content h1{
    font-size: 9px;
    font-weight: lighter;
    background-position: bottom;
    height: 40px;
    padding: 0 -10px 0 -10px;
    margin-bottom: -10px;
    z-index: 5;
}

div#wrap div#page div#content h2{
    color: #ff6900;
    font-size: 14px;
    padding-bottom: 10px;
}

div#wrap div#page div#content h2, div#wrap div#page div#content p{
    /*margin: 0 18px 0 18px;*/
}

div#wrap div#page div#content p{
    font-size: 12px;
    margin-bottom: 12px;
}

div#wrap div#page div#content ul{
    margin: 0 10px 0 15px;
    font-size: 12px;
}

/* news style */

div#wrap div#page div#content div#news{
    margin-top: 15px;
}

div#wrap div#page div#content div#news h3, div#wrap div#page div#content div#news div#NewsPostDetailDate{
    background: #f1cfb5;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    margin: 0 -19px 5px -20px;
    font-size: 13px;
    padding: 0 0 0 10px;
    font-weight: lighter;
}

div#wrap div#page div#content div#news h3{
    margin-top: 15px;
}

* html div#wrap div#page div#content div#news h3,
* html div#wrap div#page div#content div#news div#NewsPostDetailDate{
    margin: 0 -20px 0 -19px;
}

*+ html div#wrap div#page div#content div#news h3
*+ html div#wrap div#page div#content div#news div#NewsPostDetailDate{
    margin: 0 -20px 0 -19px;
}

div#wrap div#page div#content div#news h4{
    font-size: 13px;
}

div#wrap div#page div#content div#news h3#NewsPostDetailTitle{
    background: none;
    margin: 0px;
    border: 0px;
}

div#wrap div#page div#content div#news div#NewsPostDetailCategory,
div#wrap div#page div#content div#news div#NewsPostDetailContent{
    font-size: 12px;
    margin: 0 10px 0 10px;
}

div#wrap div#page div#content div#news div#NewsPostDetailPrintLink,
div#wrap div#page div#content div#news div#NewsPostDetailReturnLink{
    font-size: 12px;
}

/* contact */

div#wrap div#page div#content div.half{
    width: 48%;
    float: left;
    font-size: 12px;
    z-index: 3;
    padding-top: 20px;
}

/* general style */

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

img.right{
    float: right;
    padding: 5px;
}
