/* 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: 636px;
    background-image: url("../img/bg_home_fr.jpg");
    background-repeat: no-repeat;
}
div#home_de{
    height: 636px;
    background-image: url("../img/bg_home_de.jpg");
    background-repeat: no-repeat;
}
div#home_en{
    height: 636px;
    background-image: url("../img/bg_home_en.jpg");
    background-repeat: no-repeat;
}

/* SitePage */
div#pages{
    background-image: url("../img/bg_page.gif");
    background-repeat: repeat-y;
}
img#logoHEGFR{
    position: absolute;
    left: 175px;
    top: 10px;
}
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: 586px;
}


/* School images & top border color & bottom border color */
img#imgSchool{
    position: absolute;
    top: 1px;
    margin-left: 25px;
}
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: 15px;
}
div#bottomBorderColor{
    margin-left: 25px;
    width: 125px;
    height: 20px;
}


/* Menu */
div#menu{
    position: absolute;
    left: 150px;
    top: 55px;
    width: 749px;
}
div#menu div{
    height: 20px;
}
ul#thema{
    float: left;
}
ul#lang{
    float: right;
}


/* Quick links */
div#quickAccessMenu{
    margin-left: 25px;
    margin-top: 20px;
    width: 125px;
    background-color: #fff;
}


/* Schools disciplines menu */
div#disciplinesMenu{
    position: absolute;
    right: 1px;
    top: 175px;
    width: 29px;
}


/* News */
div#homeNews{
    position: absolute;
    left: 505px;
    top: 270px;
    width: 370px;
    height: 280px;
}
div#newsMemento{
    float: left;
    width: 160px;
    overflow: hidden;
}
div#newsHighlight{
    float: right;
    width: 190px;
    overflow: hidden;
}


/* External links */
div#extLinksHES{
    position: absolute;
    left: 175px;
    bottom: 40px;
}
div#extLinks{
    position: absolute;
    right: 25px;
    bottom: 40px;
}


/* Ariane */
div#ariane{
    margin-left: 175px;
    color: #006699;
}


/* Navigation menu */
div#navMenu{
    position: relative;
    padding-left: 175px;
    width: 170px;
    float: left;
    top: 30px;
    margin-bottom: 30px;
}


/* Content */
/* Les 2 dernières lignes servent à émuler le min-height sous IE6 */
div#content, div#contentFull{
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 530px;
    height: auto !important;
    height: 530px;
}
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.png);
}
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: 300px;
}
div#contactTxt li{
    list-style-position: inside;
    list-style: square;
}
div#contactPlan{
    text-align: center;
}

div#contact_map_canvas {
    float: right;
    width: 375px; 
    height: 450px
}

/* Google search */
div#cse-search-results iframe{
    height: 800px;
}