/*********************************************************************/
/* General */

td { 
  font-size: 11px;
  line-height: 190%;
}

a:link    { color: #126678; text-decoration: none; font-weight: bold; }
a:visited { color: #126678; text-decoration: none; font-weight: bold; }
a:hover   { color: #9153B0; text-decoration: none; font-weight: bold; }
a:active  { color: #126678; text-decoration: none; font-weight: bold; }

a.menu:link    { color: #126678; text-decoration: none; }
a.menu:visited { color: #126678; text-decoration: none; }
a.menu:hover   { color: #9153B0; text-decoration: none; }
a.menu:active  { color: #126678; text-decoration: none; }

a.menu-over:link    { color: #9153B0; text-decoration: none; }
a.menu-over:visited { color: #9153B0; text-decoration: none; }
a.menu-over:hover   { color: #9153B0; text-decoration: none; }
a.menu-over:active  { color: #9153B0; text-decoration: none; }

h1 { 
  font-size: 150%;
  font-weight: bold;
  line-height: 1.3em;
}

h2 { 
  font-size: 130%;
  font-weight: bold;
  line-height: 1.5em;
}

h3 { 
  font-size: 100%;
  font-weight: bold;
}

ul { 
  margin: 0em;
  padding: 0em;
  list-style-type: none;
}

ul li { 
  background-image: url('../img/bullet.gif');
  background-repeat: no-repeat;
  background-position: 0px 9px;
  padding-left: 30px;
}

p { 
  margin: 1em 0em 1em 0em;
}

p.first { 
  margin-top: 0.3em;
}

/*********************************************************************/
/* Menu */

div.menu, div.menu-it { 
  width: 160px;
  line-height: 160%;
  font-size: 90%;
  color: #5DE98F;
  font-weight: bold;
}

div.menu span.section-name-over, div.menu span.section-name { 
  text-transform: uppercase;
  display: block;
}

ul.menu {
  list-style-type: none;
  margin-top: 15px;
  vertical-align:top;
}

ul.menu li {
  background-image: url('../img/bullet-menu.gif');
  background-repeat: no-repeat;
  background-position: 10px 5px;
  padding-left: 22px;
    vertical-align:top;
}

div.menu-it ul.menu li {
  margin-top: 10px;
}

ul.menu-sec li {
  background-image: url('../img/bullet-menu.gif');
  background-repeat: no-repeat;
  background-position: 10px 5px;
  padding-left: 22px;
  margin-top: 3px;
}

/*********************************************************************/
/* Elements */

img.cosmecanique { 
  position: relative;
  margin-bottom: -4px;
  margin-right: 2px;
  margin-top: -2px;
}

img.home { 
  border: 0px;
}

span.emph {
  color: #2FB5BC;
  font-weight: bold;
}

img.chapter-link-button { 
  border: 0px;
}

img.contact { 
  margin: 0px 3px 0px 3px;
  border: 0px;
}


