
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, sans;
  background-color: #eeffee;
}

h1 {
  padding: 0.5em;
  border: solid 1px;
  background-color: #efc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  /*background-image: url(/images/h1-background.png);*/
  color: green;
}

h2 {
  width: 90%;
  margin-left: 5px;
  padding: 5px 5px 5px 33px;
  border-bottom: medium solid green;
  border-left: medium solid green;
  background-color: #efc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: bold;
  color: green;
  background-image: url(/images/icon_cube_green.png);
  background-repeat: no-repeat;
  background-position: left;
}

h3 {
  width: 85%;
  margin-left: 5px;
  padding: 5px 5px 5px 20px;
  border-bottom: medium solid green;
  border-left: medium solid green;
  background-color: #efc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: green;
}

h4 {
  width: 75%;
  margin-left: 5px;
  padding: 5px 5px 5px 40px;
  border-bottom: medium solid green;
  border-left: medium solid green;
  background-color: #efc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: green;
}

h5 {
  width: 70%;
  margin-left: 5px;
  padding: 5px 5px 5px 50px;
  border-bottom: medium solid green;
  border-left: medium solid green;
  background-color: #efc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: green;
}

h6 {
  width: 65%;
  margin-left: 5px;
  padding: 5px 5px 5px 60px;
  border-bottom: medium solid green;
  border-left: medium solid green;
  background-color: #efc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: green;
}

a:link {
  color: green;
}

a:visited {
  color: darkgreen;
  font-weight: bold;
}

a:hover {
  background-color: #efc;
}

a:active {
}

pre {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border: 1px dashed green;
  color: green;
  background-color: #efc;
  line-height: 1.1em;
  overflow: auto;
}


blockquote{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background-color: #efc;
  border-left: medium solid green;
  font-style: italic;
  font-size: 10pt;
}

div.header:before {
  display: block;
  /*height: 32px;
  content: "PowerLinux.fr";*/
  height: 90px;
  content: url(/images/banner.png);
  background-image: url(/images/banner-background.png);
  background-repeat: repeat-x;
  margin-bottom: 3px;
  text-decoration: none;
  color: #eee;
  font-size: 35px;
  text-align: left;
  /*padding: 23px 0 0 15px;*/
  border-bottom: medium solid black;
}

div.header {
  font-size: 0.9em;
  font-variant: small-caps;
  border-bottom: thin solid green;
  background-color: #eeffe0;
  margin-bottom: 0.5em;
  padding-bottom: 3px;
  background-color: #EEFFE0;
  color: #96C666;
}

div.header a:first-child {
  padding-left: 1ex;
}

div#sidebar {
  padding: 0;
  position: fixed;
  _position: relative;
  right: 0;
  width: 23ex;
  margin-bottom: 20px;
  text-align:right;
  color: green;
}

div#sidebar a {
  /*color: lightgreen;*/
  color: inherit;
  text-decoration: none;
  padding-left: 10px;
}

div#sidebar a:visited {
  font-weight: normal;
}

div#sidebar a:hover {
  background-color: transparent;
}

div#sidebar ul {
  padding-left: 0px;
}

div#sidebar ul li {
  margin-bottom: 7px;
  padding-top: 2px;
  width: 23ex;
  height: 32px;
  background-color: #efc;
  border: thin solid green;
  list-style-type: none;
  text-align: left;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
}

div#sidebar ul li #home {
  height: inherit;
  background-image: url(/images/home.gif);
  background-repeat: no-repeat;
  background-position: right;
}

div#sidebar ul li #activity {
  height: inherit;
  background-image: url(/images/activity.gif);
  background-repeat: no-repeat;
  background-position: right;
}

div#sidebar ul li #partners {
  height: inherit;
  background-image: url(/images/partners.gif);
  background-repeat: no-repeat;
  background-position: right;
}

div#sidebar ul li #jobs {
  height: inherit;
  background-image: url(/images/jobs.gif);
  background-repeat: no-repeat;
  background-position: right;
}

div#sidebar ul li #contact {
  height: inherit;
  background-image: url(/images/contact.gif);
  background-repeat: no-repeat;
  background-position: right;
}

div#sidebar ul li #language {
  height: inherit;
  background-image: url(/images/language.gif);
  background-repeat: no-repeat;
  background-position: right;
}

div#sidebar ul li:hover {
  background-color: green;
  border: thin solid green;
  color: #efc;
}

div#sidebar ul li:hover {
  background-color: green;
  border: thin solid green;
  color: #efc;
}

div#content {
  _margin-left: 100px;
  margin-left: 1ex;
  _margin-right: 100px;
  margin-right: 25ex;
  line-height: 1.5em;
  min-height: 250px;
}

div#content p {
  text-align: justify;
}

div#content p em {
  background-color: #eee;
  border: solid thin lightgray;
  padding-left: 1ex;
  padding-right: 1ex;
  -moz-border-radius: 10px;
  color: gray;
}

div#content ul {
  list-style-type: square;
}

div.inlinepage {
  width: 95%;
  margin-left: 2%;
  background-color: #eeffe0;
  margin-bottom: 10px;
  -moz-border-radius: 10px;
}

div.inlinepage .header {
  background-image: url(/images/news.gif);
  background-repeat: no-repeat;
  background-position: left;
  height: 35px;
  font-size: 23px;
  padding-left: 56px;
}

div.inlinepage .header a {
  text-decoration: none;
}

.card {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.card .logo {
  margin: 10px;
  float: right;
  text-align: center;
  border: thin solid green;
  background-color: #eeffee;
}

.card .logo img {
  margin: 5px;
}

.card .content {
  padding: 0 15px 0 5px;
  border: thin solid green;
  min-height: 180px;
  border-top: medium solid green;
  -moz-border-radius-bottomright: 15px;
  background-color: #EEFFE0;
}

.card .title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1ex;
  color: green;
}

.card .title a {
  width: 100%;
  text-decoration: none;
  color: green;
}

div#pageinfo {
  background-image: url(/images/banner-background.png);
  background-repeat: repeat-x;
}

div.pagedate {
  width: 100%;
  height: 40px;
  text-align:center;
  font-weight: bold;
}

