body {
  background-color: #FFFFCC;
  color: #3366CC;
  font-family: Lucidabright, 'Times New Roman';
  font-size: medium;
  border-color: #3366CC;
}

h1 {
  color:#3366CC;
  font-family: Lucidabright, Cordial;
  font-size: xx-large;
  text-decoration: underline overline;
  font-weight: bold;
  text-align: center;
}

h2 {
  color:#3366CC;
  font-family: Lucidabright, 'Times New Roman';
  font-size: x-large;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
}

h3 {
  color:#3366CC;
  font-family: Lucidabright, 'Times New Roman';
  font-size: large;
  text-decoration: underline;
  font-weight: bold;
}

h4 {
  color:#3366CC;
  font-family: Lucidabright, 'Times New Roman';
  font-size: large;
  text-decoration: none;
  font-weight: bold;
}

h5 {
  color:#3366CC;
  font-family: Lucidabright, 'Times New Roman';
  font-size: large;
  text-decoration: underline;
  font-weight: normal;
}

h6 {
  color:#3366CC;
  font-family: Lucidabright, 'Times New Roman';
  font-size: large;
  text-decoration: none;
  font-weight: normal;
}

a, a:link, a:visited, a:active {
  color: #2878D9;
  font-family: Lucidabright, 'Times New Roman';
  text-decoration: underline;
}

a:hover {
  color: #3366CC;
  font-family: Lucidabright, 'Times New Roman';
  text-decoration: underline overline;
}

img {
  border: none;
}

hr {
  border: double #3366CC 3px;
  border-radius: 3px;
}

form div {
  margin: 10px 0px;
}

input, select, textarea, button {
  background-color: #FFFFAA;
  color: #3366CC;
  border: outset #3366CC 1px;
  border-radius: 15px 8px;
  padding: 2px;
}

input:focus, select:focus, textarea:focus, button:focus {
  background-color: #FFFF88;
  color: #2878D9;
  border: outset #2878D9 1px;
}

input[disabled=disabled] {
  background-color: #EEEEBB;
  color: #666666;
}


ul {
  list-style-position: inside;
  list-style-type: circle;  /* disc/circle/square */
}

ol {
  list-style-position: inside;
}

.legende {
  display: inline-block;
  border: double #3366CC 3px;
  border-radius: 15px;
  background-color: #FFFFAA;
  margin: 15px;
  padding: 5px;
  text-align: center;
  font-size: small;
  overflow: visible;
}

.news {
  border: groove #3366CC 4px;
  border-radius: 15px;
  margin: 25px;
  padding: 10px;
}


div#left ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div#left ul li {
  margin: 2px;
  width: 200px;
}

div#left ul li a, div#left ul li a:link, div#left ul li a:visited, div#left ul li a:active {
  border: outset #3366CC 2px;
  border-radius: 15px 8px;
  background-color: #FFFFAA;
  text-decoration: none;
  display: block;
  padding: 2px 4px;
  width: 100%;
  height: 100%;
}

div#left ul li a:hover {
  border: inset #3366CC 2px;
  background-color: #FFFF88;
  text-decoration: none;
}


div#top ul {
  list-style-type: none;
  margin: 15px 0px;
  padding: 0px;
}

div#top ul li {
  display: inline;
  margin: 0px;
}

div#top ul li a, div#top ul li a:link, div#top ul li a:visited, div#top ul li a:active {
  border: outset #3366CC 2px;
  border-radius: 15px 8px;
  background-color: #FFFFAA;
  text-decoration: none;
  padding: 4px;
}

div#top ul li a:hover {
  border: inset #3366CC 2px;
  background-color: #FFFF88;
  text-decoration: none;
}


div#bottom ul {
  list-style-type: none;
  font-size: small;
  margin: 0px;
  padding: 0px;
}

div#bottom ul li {
  display: inline;
  margin: 0px;
}

div#bottom ul li a {
  padding: 4px;
}

div#bottom ul li:before, div#bottom ul li:after {
  content: "|";
}



div#top {
  margin: 15px 5px;
  padding: 5px;
  text-align: center;
}

div#left {
  margin: 5px;
  padding: 5px;
  width: 220px;
  float: left;
}

div#corps {
  margin: 5px;
  margin-left: 250px;
  padding: 5px;
}

div#bottom {
  margin: 15px 5px;
  padding: 5px;
  text-align: center;
  clear: both;
}

div.haut {
  margin: 15px 5px;
}


/* Detail */

div.detail > div.detail-title {
  cursor: pointer;
  text-decoration: underline;
}

div.detail > div.detail-content {
  margin-left: 20px;
  padding: 5px;
  border-left: dashed 1px;
  border-bottom: dashed 1px;
}


/* Info-bulle  */

div#bulle {
  position: absolute;
  visibility: hidden;
}

div#bulle img {
  border: 1px solid #2878F9;
}

div#bulle p {
  border: 2px solid #2878F9;
  background-color: #FFFFCC;
  font-weight: bold;
}


