/* Feuille de style en cascade CSS formaté pour le site du parti Jeunes Union démocratique du centre du Canton de Vaud. URL : http://www.udc-vaud.ch/jeunes
 * Cascad style sheet CSS formated for the Youth Swiss people union in Canton of Vaud. Adress : http://www.udc-vaud.ch/jeunes
 */

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: 12px;
  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: 18px;
  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;
}

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

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

div.titlemenutext {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  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="#000000"}
    a:hover {text-decoration: bold; color="#000000"}