/* 
    Document   : styles
    Created on : 06-mars-2010, 13:43:58
    Author     : Ludovic Evrard (Web-Creator.be)
    Description:
        Purpose of the stylesheet follows.
*/


*{
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    padding: 0;
    background: #ababab url('../images/design/background.jpg') repeat-x 0 180px;
    font-family: "Arial";
    font-size: 12px;
    color: #292929;
    text-align: center; /* Hack IE6 pour centrer */
}

div#wrap{
    width: 987px;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: left; /* Hack IE6 pour centrer, on remet normal */
}

div#header{
    background: url('../images/design/header.jpg') 45px 0 no-repeat;
    height: 180px;
}

div#header h1{
    display: none;
}

div#header a{
    display: block;
    position: absolute;
    width: 670px;
    height: 130px;
    font-size: 0px;
    text-indent: -10000px;
    color: white;
    top: 35px;
    left: 45px;
}

div#menu{
    background: url('../images/design/menu.jpg');
    height: 94px;
    padding: 0 15px 0 30px;
    position: relative;
}

div#menu ul li{
    float: left;
    list-style: none;
}

div#menu ul li a, div#footer ul li a{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 38px;
    height: 40px;
    display: block;
    margin: 0 2px 0 2px;
    padding: 0 6px 0 6px;
}

div#menu ul li a:hover{
    border-top: 2px #ffa416 solid;
}

div#footer ul li a{
    line-height: 58px;
    height: 60px;
}

div#footer ul li a:hover{
    border-top: 2px #ad1a00 solid;
}

div#menu ul li a img{
    border: 0;
}

div#menu ul li a.home{
    background: url('../images/design/icon_home.jpg') center center no-repeat;
    margin-right: 3px;
    text-indent: -10000px;
    font-size: 0;
    width: 24px;
}

div#menu ul li a.coup{
    background: url('../images/design/icon_coeur.jpg') right center no-repeat;
    padding-right: 20px;
    margin-right: 3px;
}

div#footer ul li a.action{
    background: url('../images/design/icon_liege.jpg') left center no-repeat;
    padding-left: 45px;
    margin-left: 3px;
}

/* display width else IE6 suck */

* html div#menu ul li a.biographie{
    width: 80px;
}

* html div#menu ul li a.agenda{
    width: 225px;
}

* html div#menu ul li a.coup{
    width: 120px;
}

* html div#menu ul li a.blog{
    width: 30px;
}

* html div#menu ul li a.action{
    width: 180px;
}

* html div#menu ul li a.photos{
    width: 100px;
}

* html div#menu ul li a.contact{
    width: 50px;
}

* html div#footer ul li a.action{
    width: 310px;
}

* html div#footer ul li a.contact{
    width: 50px;
}

* html div#footer ul li a.presse{
    width: 50px;
}

* html div#home div{
    padding: 5px 3px 5px 10px;
}

div#page{
    background: url('../images/design/page_background.jpg') repeat-y;
    padding: 0 45px 0 57px;
    position: relative;
    z-index: 1;
}

div#content{
    position: relative;
    padding-top:-20px;
    float: left;
    margin-top: -30px;
    width: 885px;
}

* html div#content{ /* always IE6 bug */
    float: none;
}

div#footer{
    background: url('../images/design/footer.jpg') no-repeat;
    height: 75px;
    padding: 7px 90px 0 101px;
}

div#footer ul li{
    float: left;
    list-style: none;
}

div#footer ul li a.twitter{
    background: url('../images/design/icon_twitter.jpg') center center no-repeat;
    width: 151px;
}

div#footer ul li a.facebook{
    background: url('../images/design/icon_facebook.jpg') center center no-repeat;
    width: 97px;
}

div#footer ul li a.liege{
    background: url('../images/design/icon_liege.jpg') center center no-repeat;
    width: 47px;
}

div#footer ul li a.home{
    background: url('../images/design/icon_home_bottom.jpg') center center no-repeat;
    width: 30px;
}

div#footer ul li a.twitter, div#footer ul li a.facebook, div#footer ul li a.liege, div#footer ul li a.home{
    font-size: 0px;
    text-indent: -100000px;
}

div#copyright{
    text-align: center;
    color: #ffffff;
    line-height: 28px;
}

div#copyright a{
    display: inline-block;
    width: 81px;
    height: 19px;
    background: url('../images/design/icon_mypixhell.jpg') no-repeat;
    text-indent: -100000px;
    font-size: 0px;
    position: relative;
}

div#copyright a:hover{
    border-bottom: 1px #fff solid;
}

span.cleaner{
    display: block;
    clear: both;
    height: 0px;
}

/* home style */

div#home{
    background: url('../images/home/background.jpg');
    width: 942px;
    height: 674px;
    position: relative;
    margin: -23px 0 0 -29px;
}

div#home div{
    width: 214px;
    height: 204px;
    position: absolute;
    padding: 10px;
}

div#home div.col2{
    left: 236px;
}

div#home div.col3{
    left: 472px;
}

div#home div.col4{
    left: 708px;
}

div#home div.row2{
    top: 225px;
}

div#home div.row3{
    top: 452px;
}

div#home div.cases2{
    width: 450px;
}

div#home div.cases3{
    width: 685px;
}

div#home div.cases4{
    width: 920px;
}

div#home div h1{
    color: #fff;
    margin: 3px 0 40px 0;
}

div#home div h1 p{
    margin: 0 5px 0 5px;
}

div#home h1 a, div#home h2 a, div#home h3 a, div#home h4 a, div#home h5 a, div#home h6 a{
    color: #fff;
    text-decoration: none;
}

div#home div p a{
    color: #292929;
}

div#home img a{
    border: 0;
}

/* title for home */

div#home h1{
    font-size: 16px;
}

div#home h2{
    font-size: 15px;
}

div#home h3{
    font-size: 14px;
}

div#home h4{
    font-size: 13px;
}

div#home h5{
    font-size: 11px;
}

div#home h6{
    font-size: 10px;
}

/* form style */

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

form input, form textarea{
    border: 1px #ba6a02 solid;
    margin-bottom: 3px;
}

form input:focus, form textarea:focus{
    background: #f7f7f7;
    border: 1px #ad1a00 solid;
}

div#formError{
    background: #f7f7f7;
    border: 1px #ad1a00 solid;
    margin: 5px 5px 20px 5px;
    padding: 5px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

div#rand_article{
    width: 220px;
    float: right;
    background: #d3d3d3;
    border: 1px #ad1a00 solid;
    padding: 10px;
}

div#rand_article a{
    color: #ad1a00;
}

div#content_text{
    margin: 0 280px 20px 30px;
}

div#content_text h1, div#content_text h1, div#content_text h1, div#content_text h1, div#content_text h1, div#content_text h1{

}

div#content_text p{
    margin: 3px 0 3px 0;
}

div#content_text img{
    float: left;
    margin: 5px 8px 8px 0;
}

/* general style */


h1{
   font-size: 22px;
    margin-bottom: 12px;
}

p{
    margin-bottom: 10px;
}

a{
    outline: none;
}

img{
    margin: 10px;
}

hr{
    clear: both;
}