#conteneur {
  width: 1000px;
  margin: 0 auto
}

#sidebar {
  float: left;
  width: 200px
}

#contenu {
  margin-left: 200px;
  width: 800px;
  background-color: #FFCC66
}
#noire {
  background-color: black;
  color: white
 }
h1
 {
  font-family: Verdana;
  font-size: large;
  font-weight: bold;
  color: blue 
}
h2
 {
  font-family: Verdana;
  font-size: medium;
  font-weight: bold;
  color: blue 
}
h3
 {
  font-family: Verdana;
  font-size: 1em;
  font-weight: bold;
  color: blue 
}

.jaune {
  background-color: #ffff00
}

.verte {
  background-color: #00ff00
}

.rouge {
  background-color: #ff0000
}

.bordeaux {
  background-color: #990000
}

.orange {
  background-color: #ff9933
}

.bleumar {
  background-color: #000066
}

.cyan {
  background-color: #99ffff
}

.bleuroi {
  background-color: #0000ff
}

.libelle_lien {
  padding: 0px 0px 0px;
  float: left;
  color: yellow;
  font-family: Verdana;
  font-size: large;
  text-align: left
}

.comment_lien {
  padding: 0px 25px 0px;
  float: left;
  color: aqua;
  font-family: Verdana;
  font-size: small;
  text-align: left;
  font-style: italic
}

.libelle_dossier {
  padding: 0px 0px 0px;
  float: left;
  color: maroon;
  font-family: Verdana;
  font-size: large;
  font-weight: 600;
  text-align: left
}

#table {
  margin: auto
}

#styletwo {
  position: relative;
  display: block;
	font-family: tahoma, verdana, sans-serif;
	letter-spacing: 1px;
	font-size: 0.85em;
	line-height: 18px	
}

#styletwo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto
}

#styletwo ul li {
  margin: 0 3px 0 3px;
  display: block;
  float: left
}

#styletwo ul li a {
  padding: 6px 10px 6px;
  display: block;
  float: left;
  color: yellow;
  font-weight: normal;
  text-decoration: none;
  height: 14px
}

#styletwo ul li a:hover, #styletwo ul li a.current {
  font-weight: bold;
  background-color: #b0f0f0;
  color: blue;
}

HR {
  color: blue
}
