body {
  color: #555;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Hack pour Firefox supprimant les pointillés lors des clics
------------------------------------------------------------------------------*/
a,
input.button {
  outline: none;
}

a:focus,
input.button:focus {
  -moz-outline-style: none;
}

body {
  margin: 0;
  padding: 20px;
}

#container {
  width: 980px;
  margin: 0 auto;
  background: white;
}

#header {
  position: relative;
  font-size: 2em;
  height: 200px;
  padding-top: 2em;
}

#header h1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 1em;
  line-height: 2em;
}

#header h1 a {
  color: black;
  text-decoration: none;
}

#header h1 a:hover {
  text-decoration: underline;
}

#sidebar {
  float: left;
  margin: 0;
  padding: 0;
  width: 250px;
}

#menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  padding-bottom: 1px;
  background-color: #F5F5F5;
  white-space: normal;
}

#menu li:hover,
#menu li.sfHover,
#menu li.active {
  background-color: white;
}

#menu li.active a {
  border-right-color: white;
}

#menu a {
  display: block;
  padding: 10px 15px;
  font-size: 1.2em;
  text-decoration: none;
  color: #555;
  border-right: 2px solid #F5F5F5;
}

#menu li.sfHover a.sf-with-ul,
#menu a:hover {
  text-decoration: none;
  border-right-width: 2px;
  border-right-style: solid;
}

#menu a:after {
  border-left-color: #555;
}

#menu a.current {
  color: black;
  font-weight: bold;
  background-color: white;
  border-right-color: white;
}

#content {
  margin: 40px 40px 40px 310px;
}

#content h2 {
  font-size: 2em;
}

#content h3 {
  font-size: 1.5em;
}

#footer {
  clear: left;
  padding: 20px;
  background: lightgray;
  text-align: center;  
}

ul.news {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.news p.image {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 90px;
  background: #f0f0f0;
  text-align: center;
}

ul.news div.catcher {
  margin-left: 140px;
  min-height: 90px;
}

a.read-more {
  display: block;
  margin: 1em 0;
  font-style: italic;
  font-weight: bold;
}

ul.error_list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: red;
  font-weight: bold;
}

div.news-show p.image {
  text-align: center;
}

#copyright {
  font-size: .8em;
}

#copyright a {
  color: #555;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

#privacy-statement {
  text-decoration: underline !important; 
}

#privacy-statement:hover {
  text-decoration: none !important;
}

#backend-link {
  display: block;
  font-style: italic;
}