/* --- L U D I styles --- */ 
 
/* Page */ 
html { 
  font-size: 100%; 
} 

@font-face {
    font-family: NotCourierSans;
    src: url("./NotCourierSans.ttf");
}

@font-face {
    font-family: OSP_helvetica_serif;
    src: url("./OSP_helvetica_serif02.ttf");
}

#add{ 
     width: 500px;
     margin-left: 70px; 
     margin-top: 60px; 
    }
 
#more{ 
     float:left;
     width: 90px;
     margin-top: 0px;
     margin-left: 50px;
    }



body { 
  font-family: OSP_helvetica_serif;  
  font-size: 2em;  
  line-height: 1.2; 
  color: black; 
} 
 

.address { 
    text-align : center;
    color : SaddleBrown
    }

#about{
    cursor:pointer;
    width:1em;
}
#about div{
    border-bottom:1px solid transparent;
}
#about:hover div{
    border-bottom:1px solid;
    color : Blue;
}
.abouttext{
    margin-top: 10px;
    font-family: Nimbus Sans, Calibri, Geneva, Verdana, sans;  
    text-align : left;
    font-family: Nimbus Sans, Calibri, Geneva, Verdana, sans;  
    font-size: 0.35em;  
    line-height: 1.3; 
    }

.ludi{
    color: Red; 
    }
 

    
.mail-off{
    font-family:  NotCourierSans, DejaVu Sans Light, Nimbus Mono L, Courier, Courier New, mono;
    text-transform: uppercase;
    font-size: 0.9em;  
    }
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; 
  line-height: 1.2; 
  font-weight: bold;  
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: none; 
} 
a:link { 
    color: SaddleBrown; 
} 
a:visited { 
    color: SaddleBrown; 
} 
a:hover, a:focus, a:active { 
    color: Blue; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}
