/* 
    Document   : index
    Created on : 18 novembre 2006, 23:06
    Author     : florence
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.corps {
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
/*    background-color: black;*/
}

.titre {
    position: relative;
    padding-left: 30pt;
    padding-top: 5pt;
    padding-bottom: 5pt;
    text-align: left;
    font-size: 22pt;
    font-family: times;
    left: 0pt;
    top: 20pt;
    width: 70%;
    background-image: url(../img/fond5.png);
    background-repeat: repeat-y
}

.accueil{
    position: relative;
    left: 30pt;
    top: 40pt;
    width: 700pt;
    height: 350pt;
    /*background-color: grey;*/
}

.infos-recherche-enseign {
    position: absolute;
    top: 2%;
    left: 10%;
    width: 75%;    
    height: 73%;
    /*background-color: white;*/
}

.back-recherche-enseign {
    position: absolute;
    width: 50%;  
    height: 100%;
/*    background-color: pink;*/
    }

.recherche {
    position: absolute;
    top: 6%;
    left: 4%;
    right: 4%;
    width: 92%;
    height: 48%;
    /*background-color: yellow;*/
    }

.enseignement {
    position: absolute;
    top: 92%;
    left: 4%;
    width: 92%;
    height: 42%;
/*background-color: green;*/
    
}


.back-infos {
    position: absolute;
    left: 53%;
    width: 50%;
height: 100%;
/*background-color: white;*/
  
}

.infos {
    padding-top: 1%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    position: absolute;
    top: 4%;
    left: 55%;
    width: 46%;
height: 91%;
/*background-color: green;*/
}



.administration {
    position: absolute;
    top: 81%;
    left: 12%;
    height: 16%;
    width: 73%;
/*    background-color: pink;*/
    
}


.adresse {
    padding-left: 4%;
    font-size: 11pt;
    font-family: times;
    font-style: italic;
}

.labo {
    padding-left: 4%;
    font-size: 11pt;
    font-family: times;
    font-style: italic;
}

.soustitre {
    padding-left: 4%;
    font-family: times;
    font-weight: bold
}

.soustitre2 {
    padding-left: 2%;
    font-family: times;
    font-weight: bold
}

.logo{
border: none;
position: absolute;
left: 15pt;
}

a:link{
text-decoration: none;
}

a:visited{
text-decoration: none;
}

