/******** General *******/
a:link {
  color: #00008B;
}

a:visited {
  color: #00008B;
}

a:hover {
  font-weight:bold;
  color: green;
  text-decoration: none;
}

a:active {
  color: #00478D;
}

body {
  background-color: #89ABCD;
  font-family: Arial, "Times New Roman", Times, sans-serif;
  padding: 10px 20px 10px 20px;
}

p {
  text-align: justify;
  margin: 0px 0px 0px 0px;
}

/* Note: Compensates for IE acronym dotted underline bug */
acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

/******** Header *******/
div#header {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  padding: 5px 5px 10px 0px; /* haut, droite, bas, gauche */
  font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, sans-serif;
  width: auto;
  margin: 0px 0px 10px 0px;
}

div#header h1 {
  color: #00478D;
  cursor: default;
  font-size: 40px;
  margin: 0px 0px 0px 10px;
}

div#header h1:hover {
  color: #FFA500;
}

div#header img {
  float: right;
  margin: 0px 0px 0px 0px;
  height: 60px;
}

/******** Side Bar (LHS) --> à droite ! *******/
div#lhsbar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: right;
  width: 125px;
  margin-right: 22px;
  padding-right: 0px;
}

div#lhsbar img {
  border: 1px solid #00478D;
  width: 145px;
  margin-top: 6px;
  background-color: #FFFFFF;
}

div#lhsbar p {
  text-align: left;
}

/******** Nav Menu (goes at top of either Side Bar) *******/
div#nmenu {
  font-size: 13px;
  font-weight: bold;
}

div#nmenu span {
  background-color: #00478D;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: default;
  display: block;
  text-decoration: none;
  padding: 3px 10px 3px 10px;
  margin-top: 0px;
  margin-bottom: 2px;
  width: 100%;
}

div#nmenu a {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  display: block;
  padding: 3px 10px 3px 10px;
  margin-top: 0px;
  margin-bottom: 2px;
  width: 100%;
}

div#nmenu a:hover {
  background-color: transparent;
  border-color: #000000;
  color: yellow;
  margin-bottom: 2px;
}

/******** Misc Info (goes at bottom of either Side Bar) *******/
div.miscinfo {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-size: 11px;
  padding: 3px 10px 3px 10px;
  margin-top: 8px;
  width: 100%;
}

/******** Content *******/
div.title {
  background-color: #FFFFFF;
  border-top: 1px solid #00478D;
  border-right: 1px solid #00478D;
  border-left: 1px solid #00478D;
  color: #00478D;
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  margin-right: 160px;
  margin-top: 10px;
  margin-bottom: 0px;
  cursor: default;
}

div.title:hover {
  color: #FFA500;
  cursor: default;
}

div.content {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  padding: 6px 10px 6px 10px;
  margin-right: 160px;
}

div.normes {
  float: left;
}
