<style>

body {
}

h1 {
   
   margin-left: 20px;
   font-family: 'CMUTypewriterTextRegular';
   font-weight: ;
   font-style: bold;
   font-size: 30px;
}

h2 {
   
   margin-left: 20px;
   font-family: 'CMUTypewriterTextRegular';
   font-weight: ;
   font-style: bold;
   font-size: 24px;
}


h3 {
   color: white;
   margin-left: 20px;
   font-family: 'CMUTypewriterTextRegular';
   font-weight: normal;
   font-style: normal;
}

p {
margin-left: 20px;
}

#linklist {
      font-family: 'CMUTypewriterTextRegular';
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
}

#adress {
      color: black;
      margin-left: 20px;
      font-family: 'CMUTypewriterTextRegular';
      font-weight: normal;
      font-style: normal;
}

#eadress {
   margin-left:20px;
   color: black;
   }



div {
   font-family: 'CMUTypewriterTextRegular';
   font-weight: light;
   font-style: normal;
}



/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: rgb(255, 255, 148);
}

/* mouse over link */
a:hover {
    color: blue;
}

/* unvisited link in white page */
a.white:link {
    color: blue;
}

/* visited link in white page */
a.white:visited {
    color: rgb(60, 192, 185);
}

/* mouse over link in white page */
a.white:hover {
    color: blue;
}


/* unvisited link in article list */
a.artlink:link {
    color: black;
    text-decoration: none;
}

/* visited link in article list */
a.artlink:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link in article list */
a.artlink:hover {
    color: black;
    text-decoration: underline;
}


#myimage {
    margin: 10px;
    height: 200px;
}


#navigation {
    position: fixed;
    width: 280px;
    height: 100%;
    background-color: rgb(0, 213, 203);
    font-family: 'CMUTypewriterTextRegular';
    color: white;
    font-weight: light;
    font-style: normal;
    overflow: auto;
  

}

#adobepdf {
 border: 0px solid ;
 width: 20px;
 height: 19px;
 }

#article{
font-style: normal;
font-size: 18px;

}

#enseig{
font-style: normal;
font-size: 14px;

}

#pages {
    margin-left: 280px; 
}

.startpage {
    position: relative;
    overflow: auto;
    background-color: rgb(255, 255, 148);
    border-bottom-style: none;
    border-bottom-color: rgb(245,136,11);
}

.startpagl1ps {
    position: relative;
    overflow: auto;
}

.startpag2 {
    position: relative;
    overflow: auto;
    background-color: rgb(255, 255, 148);
}

.page {
    position: relative;
    display: none;
    overflow: auto;
}


.menu {
  display: none;
  line-height: 12pt;
  width: 400px;
  font-size: small;
  margin-left: 20px;
}



</style>
