/* div ids ----------------*/

html, body {
    margin:0;
    padding:0;
    min-height:100%;
}
body {
    background: url(../images/page_bg.jpg) repeat-x top left;
    background-color:#b7b7b7;
}
#wrap {
    background: url(../images/header_home.jpg) no-repeat top left;
    background-color:#bdbebd;
    margin: 15px auto 15px auto;
    width:984px;
    height:100%;
    border:1px solid #333;
}
#header {
    background:url(../images/logotitre.gif) no-repeat 245px 70px;
    margin-top:0px;
    width:984px;
    height:157px;
}
#navholder {
    float:right;
    padding-right:0px;
    width:720px;
    height:20px;
}
#homebutton {
    float:left;
    width:20px;
    height:20px;
    padding-top:3px;
}
#nav {
    float:right;
    height:18px;
    padding-top:1px;
}
#topcontainer {
    float:left;
    width:984px;
    height:300px;
}
#intro {
    float:left;
    display:inline;
    margin-left:360px;
    margin-top:20px;
    width:430px;
    height:220px;
    padding:0px;
}
#intro img {
    vertical-align:middle;
}
#temoin {
    float:left;
    margin-top:25px;
    width:132px;
    height:83px;
}
#bottomcontainer {
    float:left;
    background: url(../images/bottom_bg_home.jpg) repeat-x top left;
    background-color:#e7e7e7;
    width:984px;
    min-height:500px;
}
#offres {
    margin:auto;
    width:920px;
    height:290px;
}
#bottomblock {
    margin:auto;
    width:849px;
    height:320px;
    background:url(../images/bottomblock.jpg) no-repeat top left;
    padding:29px;
}
#metier {
    float:left;
    width:390px;
    height:265px;
    padding:0px 30px 0px 30px;
    text-align:justify;
}
#eyetracking {
    float:left;
    width:376px;
    height:320px;
}
#eyetracking_stuff {
    position:relative;
    margin:-300px auto 0px auto;
    width:300px;
    height:70px;
    z-index:500;
    text-align:center;
}
.eyetracking_titre {
    font-family: 'itc avant garde','century gothic',arial,sans-serif;
    font-size:20px;
    font-weight:bold;
    color:#ffffff;
    text-align:center;
}
.eyetracking_sub {
    font-family:arial, sans-serif;
    font-size:13px;
    font-weight:normal;
    color:silver;
    text-align:center;
    line-height:10px;
}   
/*   
#footer {
    height:35px;
    background:url(../images/footer_bg.jpg) repeat-x top left;
    background-color:#212121;
    clear:both;
    margin-bottom:0px;
    text-align:center;
    font-family:arial, sans-serif;
    font-size:13px;
    font-weight:normal;
    padding-top:25px;
    color:#999999;
}
*/

#footer {
    height:85px;
    background:url(../images/footer_bg.jpg) repeat-x top left;
    background-color:#333333;
    clear:both;
    text-align:center;
    margin-bottom:0px;
}

#coordonnees {
    height:50px;
    text-align:center;
    font-family:arial, sans-serif;
    font-size:13px;
    font-weight:normal;
    padding:15px 0px 10px 0px;
    color:#999999;
}


