/* Feuille de style en cascade CSS formaté pour le site de l'association Young4FUN.ch en Suisse ŕ l'URL http://www.young4fun.ch
 * Cascad style sheet CSS formated for the association Young4FUN.ch in Switzerland. URL : http://www.young4fun.ch
 */

body {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

    {
   scrollbar-face-color: #808080; 
   scrollbar-shadow-color: #808080;
   scrollbar-highlight-color: #808080;
   scrollbar-3dlight-color: #808080;
   scrollbar-darkshadow-color: #808080; 
   scrollbar-track-color: #808080; 
   scrollbar-arrow-color: #808080;
}

/********************************************* MISE EN PAGE GENERALE - GENERAL LAYOUT *********************************************************/

/* Style de typographie "informations du bloc principal" - Typography style "main box infotmations" */

div.maintext {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-left: 4px; padding-right: 4px; padding-top: 3px;padding-bottom: 1px;
  margin-left: 1px; margin-right: 1px; margin-top: 0px; margin-bottom: 5px;
  clear: both;
}

div.titlemaintext {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding-left: 4px; padding-right: 4px; padding-top: 3px;padding-bottom: 1px;
  margin-left: 1px; margin-right: 1px; margin-top: 0px; margin-bottom: 5px;
  clear: both;
  font-weight: bold;
}

/* Style de typographie "informations du bloc menu" - Typography style "menu box infotmations" */

div.menutext {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  clear: both;
}

div.titlemenutext {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  clear: both;
  font-weight: bold;
}

    a:link {text-decoration: none; color="#000000"}
    a:visited {text-decoration: none; color="#000000"}
    a:active {text-decoration: none; color="#FFFFFF"}
    a:hover {text-decoration: underline; color="#FFFFFF"}