#image { text-align: center; }
body {background: white url(images/comp2.jpg) 0 0 no-repeat fixed;}
#page {background: white url(images/comp2_light.jpg) 0 0 no-repeat fixed;}
#message {background: white url(images/comp2_light.jpg) 0 0 no-repeat fixed;}
#menu a {background: #929290 url(images/comp2_dark.jpg) 0 0 no-repeat fixed;}
#menu a:hover {background: transparent url(images/comp2_light.jpg) 0 0 no-repeat fixed;}

#nb_proj a {background: #929290 url(images/comp2_dark.jpg) 0 0 no-repeat fixed;}
#nb_proj a:hover {background: transparent url(images/comp2_light.jpg) 0 0 no-repeat fixed;}

#menu a {display: block; text-align: center; font: bold 1em sans-serif; letter-spacing: 0.3em;
   padding: 5px 10px; margin: 0 0 10px; border-width: 0; 
   text-decoration: none; color: #ffc;}
#menu a:hover {color: #411;}

#nb_proj a {display: block; text-align: center; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 10px; border-width: 0; 
   text-decoration: none; color: #ffc;}
#nb_proj a:hover {color: #411;}

h2 {
  line-height: 1.6em;
  padding-left : 40px;
}

center {
  text-align: center;
  }

pre {
  font-family: Courier, mono;
  font-size: 14px;
  color: #039;
  border-left : solid 6px #fc0;
  border-top: solid 1px #fc0;
  border-bottom: solid 1px #fc0;
  padding : 5px;
  margin: 0 5px 0 5px;
  background: url(pre.jpg) top left repeat-y; 
  width: auto;
}

.title {
  color: #a04040;
  font-weight: bold;
  font-size: 22px;
}

.center {
  text-align: center;
}

body { 
  font-family: sans-serif;
  color: black; 
}

img {
  border: 0;
}

table {
  border: 0;
  border-spacing: 0;
}

td.menu {
  margin-left: 20px;
}

table.menu_proj {
  height: 25px;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
}

.selected {
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

.not_selected {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

.p_selected {
  color: white;
  padding-right: 5px;
  padding-left: 5px;
}

.p_not_selected {
  padding-right: 5px;
  padding-left: 5px;
}

#menu {
  border: solid #fc9;
  left: 5px;
  top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 15%;
}

#message {
  border: solid #fc9;
  position: relative;
  top: 150px;
  width: 15%;
}

#nb_proj {
  border: solid #fc9;
  position: absolute;
  left: 17%;
  top: 8px;
  width: 82%;
}

#page {
  border: solid #FC9;
  position: relative;
  left: 17%;
  top: -350px;
  width: 82%;
}

#end {
  position: relative;
  text-align: center;
  width: 100%;
  top: -180px;
}

