/* ce fichier CSS est inspiré du modèle de site
 * http://andreasviklund.com/templates/andreas01/
 * créé par Andreas Viklund - http://andreasviklund.com */

body {
  color:#303030;
  margin-left: 20px;
  margin-right: 20px;
  font: 90% Verdana, Tahoma, Arial, sans-serif;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #286ea0;
  background-color: inherit;
}

a:hover {
  text-decoration: underline;
  color: #286ea0;
  background-color: inherit;
}

#header {
  position: relative;
  border-bottom: 2px solid;
  border-bottom-color: #286ea0;
}

#header h3 {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
}

#leftcol {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

#content {
  margin-left: 170px;
  margin-right: 20px;
  border-left: 2px solid;
  border-left-color: #286ea0;
  padding-left: 25px;
  font: 110% Verdana, Tahoma, Arial, sans-serif;
}

#menu ul {
  width:140px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 14px;
  padding: 0px;
  list-style: none;
}


#menu ul li a {
  float: left;
  width: 130px;
  padding: 5px 1px 5px 5px;
  margin-bottom: 10px;
  background-color: #f4f4f4;
  color: #505050;
  font-weight: bold;
  text-decoration: none;
}

#menu ul li a:hover, #menu ul li.selected a {
  background-color: #d0d0d0;
  color: #505050;
  border: 1px solid;
  padding: 4px 0px 4px 4px;
  border-color: #286ea0;
}
