/* * * * * * * * * * * * */
/*                       */
/*  CSS stylesheet for   */
/*     www.kozea.fr      */
/*                       */
/*     Free domain       */
/*                       */
/*        Colors         */
/*        383a47         */
/*        fd9105         */
/*        5c8182         */
/*        fdfdff         */
/*                       */
/* * * * * * * * * * * * */

@font-face {
  font-family: "Mank Sans";
  src: url(MankSans-Medium.ttf);
}

body {
  font-family: "Mank Sans", sans-serif;
  font-size: 1.1em;
  background: #121214 url(back.png);
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #fd9105;
}

a:hover,
a:focus {
  text-decoration: underline;
}

em {
  font-style: italic;
}

p, dl, ul, ol {
  padding: 0px 30px;
}

dt {
  padding: 1em 0em .5em 0em;
  font-size: 110%;
}

dd {
  margin: 0px;
  padding: 0em 1.5em;
}

h1 {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 250px;
  height: 90px;
  font-size: 0px;
  background: url(logo.png) 50% 50% no-repeat;
  margin: 0px 0px 0px -410px;
}

h1 a {
  color: transparent;
  padding: 0px;
  margin: 0px;
}

h2 {
  padding: 1em 30px 0;
  font-weight: lighter;
  font-size: 2em;
}

h3 {
  padding: .5em 30px 0 30px;
  font-weight: lighter;
  font-size: 1.3em;
}

#fortune {
  color: #383a47;
  font-size: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 10px;
  text-align: right;
}

#menu {
  position: absolute;
  display: block;
  top: 0;
  right: 50%;
  width: 550px;
  margin: 0px -410px 0px 0px;
  list-style: none;
  padding: 70px 0px 0px 0px;
  border-bottom: 10px #5c8182 solid;
  text-align: right;
  background: #121214 url(back.png);
}

#menu li {
  display: inline;
}

#menu li a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 15px;
  background: #383a47;
  color: black;
  border-radius: 15px;
}

#menu li a:hover,
#menu li a:focus {
  text-decoration: none;
  background: #383a47;
  color: #fdfdff;
}

#menu li.active a {
  color: #fdfdff;
  background: #5c8182;
  padding-bottom: 4px;
  border-radius: 15px 15px 0px 0px;
}

#modules {
  color: #fdfdff;
  font-size: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 250px;
  margin: 0px 0px 0px -410px;
  padding: 145px 0px 50px 0px;
  overflow: auto;
  opacity: .5;
}

#modules h2 {
  padding: 20px 10px 0 10px;
}

#modules p {
  padding: .2em 1em;
}

.module {
  padding: 0px 0px 15px 0px;
  background: black;
  border-radius: 20px;
}

#content {
  color: #383a47;
  position: relative;
  top: 115px;
  left: 50%;
  width: 550px;
  margin: 0px 0px 115px -140px;
  padding: 20px 0px 40px 0px;
  background: url(o.png) #fdfdff 130% 130% no-repeat;
  border-radius: 0px 0px 20px 20px;
}

#content p {
  text-align: justify;
}

img.projectlogo {
  margin: 0 1em 1em 30px;
  float: left;
}

#footer {
  display: block;
  position: relative;
  width: 550px;
  font-size: 8px;
  line-height: 8px;
  left: 50%;
  margin: 0px 0px 0px -140px;
  padding: 10px 0;
  text-align: right;
}

#footer li {
  display: inline;
  margin: 0px;
  padding: 0px 5px;
}

#footer li a {
  color: #383a47;
}