/* CSS for pages layout */

/* Center page */
body{
    text-align: center;
}
div.center{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: left;
}


/* HomePage */
div#home_fr{
    height: 592px;
    background-image: url("../img/bg_home_fr.jpg");
    background-repeat: no-repeat;
}
div#home_de{
    height: 592px;
    background-image: url("../img/bg_home_de.jpg");
    background-repeat: no-repeat;
}


/* SitePage */
div#pages{
    background-image: url("../img/bg_page.gif");
    background-repeat: repeat-y;
}
div#portes_ouvertes{
    position: absolute;
    left: 650px;
    top: 100px;
	z-index: 1;
}

img#logoEIAFR{
    position: absolute;
    left: 175px;
    top: 17px;
}
div#pageContent{
    padding-top: 110px;
}


/* Panel left */
div#panelLeft{
    position: absolute;
    left: 0px;
    top: 222px;
    z-index: 1;
}


/* Footer */
div#footer{
    width: 900px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 9px;
    color: #ccc;
    background-color: #999;
}
div#hackHeightHome{
    position: absolute;
    top: 552px;
}


/* School images & top border color & bottom border color */
img#imgSchool{
    position: absolute;
    top: 1px;
    margin-left: 25px;
}

img#imgifloornav{
    position: absolute;
    top: 130px;
    margin-left: 705px;
}

div.pageBorder{
    position: absolute;
    left: 140px;
    top: 1px;
    width: 10px;
    height: 110px;
    background-color: #fff;
}
div.pageColor0{
    background-color: #369;
}
div.pageColor1{
    background-color: #900;
}
div.pageColor2{
    background-color: #9c9;
}
div.pageColor3{
    background-color: #69c;
}
div.pageColor4{
    background-color: #f63;
}
div#topBorderColor{
    position: absolute;
    left: 140px;
    top: 111px;
    width: 10px;
    height: 110px;
}
div#bottomBorderColorHome{
    position: absolute;
    top: 552px;
    left: 25px;
    width: 125px;
    height: 10px;
}
div#bottomBorderColor{
    margin-left: 25px;
    width: 125px;
    height: 10px;
}


/* Menu */
div#menu{
    position: absolute;
    left: 150px;
    top: 55px;
    width: 750px;
}
div#menu div{
    height: 20px;
}
ul#thema{
    float: left;
}
ul#lang{
    float: right;
}


/* Quick links */
div#quickAccessMenu{
    margin-left: 25px;
    margin-top: 5px;
    width: 125px;
    background-color: #fff;
}


/* Schools disciplines menu */
div#disciplinesMenu{
    position: absolute;
    right: 1px;
    top: 175px;
    width: 29px;
}

/* itunes store icon */
div#itunesIcon{
    position: absolute;
    right: 1px;
    top: 100px;
    width: 29px;
}

/* News */
div#homeNews{
    position: absolute;
    left: 370px;
    top: 295px;
    width: 491px;
    height: 267px;
}
div#newsMemento{
    float: left;
    width: 180px;
    overflow: hidden;
}
div#newsHighlight{
    float: right;
    width: 269px;
    overflow: hidden;
}

div#annonce_gv{
    position:absolute;
	top:220px;
	left:600px;
}


/* External links */
div#extLinksHES{
    position: absolute;
    left: 174px;
    bottom: 35px;
}
div#extLinks{
    position: absolute;
    right: 1px;
    bottom: 35px;
}

div#extLinksSocial{
    position: absolute;
    right: 4px;
    bottom: 2px;
	z-index:100;
}

/* Ariane */
div#ariane{
    margin-left: 175px;
    color: #069;
}


/* Navigation menu */
div#navMenu{
    position: relative;
    padding-left: 175px;
    width: 170px;
    float: left;
    top: 30px;
    margin-bottom: 30px;
}


/* Content */
/* TODO, les 2 dernières lignes servent à émuler le min-height sous IE6 */
div#content, div#contentFull{
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 430px;
    height: auto !important;
    height: 430px;
}
div#content{
    margin-left: 385px;
    width: 475px;
}
div#contentFull{
    margin-left: 175px;
    width: 685px;
}


/* Sitemap */
div#menuDynPublic{
    float: left;
    width: 300px;
}
div#menuDynThema{
    margin-left: 300px;
    width: 342px;
}

/* Search */
div#search{
    background-image: url(../img/bg-search.jpg);
    background-repeat: no-repeat; 
    background-position: right;
}
div.searchArea{
    background-repeat: no-repeat;
    height: 85px;
    margin-top: 20px;
    border: 1px solid black;
    padding-top: 15px;
    padding-left: 5px;
}
div#searchPeople{
    background-image: url(../img/bg-people.gif);
}
div#searchWeb{
    background-image: url(../img/bg-web.gif);
}
div#searchPublications{
    background-image: url(../img/bg-publications.gif);
}   
div.searchTitle{
    float: left;
    width: 150px;
}
div.searchWords{
    float: left;
    padding-left: 70px;
    text-align: right;
}
div.searchSubmit{
    padding-right: 12px;
    padding-top: 12px;
    text-align: right;
}
div.searchAdvenced{
    margin-right: 10px;
    padding-top: 30px;
    text-align: right;
}


/* Contact */
div#contactTxt{
    float: left;
    width: 170px;
}
div#contactTxt li{
    list-style-position: inside;
    list-style: square;
}
div#contactPlan{
    text-align: right;
}

/* scrol bar */
#newsMemento_hscrollerbase {
    visibility:hidden
}
.scrollerjogbox {
	background:none
}
