body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  color: black;
  font-size: 13px;
  background: #FBFBFB url('/images/style/fond.png') center bottom repeat-x fixed; }

h1 {
  margin-top: 5px;
  color: #008000;
  text-decoration: underline; }

h2 {
  font-weight: bold;
  font-size: 16px; }

p {
  text-align: justify; }

cite {
  padding: 10px;
  display: block; }

a {
  color: #4A7AD4; }
  a img {
    border: 0px; }
  a:hover {
    color: #7DAEF0; }

table {
  border-collapse: collapse; }

.center {
  width: 950px;
  margin: auto;
  position: relative; }

#ombre-top {
  width: 974px;
  margin: auto;
  height: 12px;
  background: url('/images/style/ombre-top.png');
  margin-top: 30px; }

#top {
  width: 974px;
  margin: auto;
  height: 70px;
  background: url('/images/style/ombre-middle.png');
  position: relative; }
  #top strong {
    display: block;
    text-align: right;
    font-size: 30px;
    padding-right: 20px;
    padding-top: 5px;
    color: #008000; }
  #top p {
    text-align: right;
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #6C931B; }

#logo {
  position: absolute;
  top: -40px; }

#menu {
  width: 250px;
  float: left; }
  #menu a {
    display: block;
    padding: 10px;
    border: 1px solid #D8D8D8;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-top: 5px;
    color: black;
    text-decoration: none; }
    #menu a:hover {
      background: #B6D7FA; }

#bandeau {
  width: 974px;
  margin: auto;
  height: 134px;
  background: url('/images/style/bandeau.png'); }

#main {
  width: 950px;
  padding: 0px 12px 0px 12px;
  margin: auto;
  background: url('/images/style/ombre-middle.png'); }
  #main #contenu {
    margin-left: 252px;
    padding: 10px; }
    #main #contenu .city_link {
      display: block;
      padding: 10px;
      text-decoration: none;
      background: #CDE5FC;
      border: 1px solid #87BAF2;
      color: black;
      margin: 5px; }
      #main #contenu .city_link:hover {
        background: #87BAF2;
        color: white; }
    #main #contenu .dept_link {
      display: block;
      padding: 10px;
      text-decoration: none;
      background: #B8D9FB;
      border: 1px solid #87BAF2;
      color: black;
      margin: 5px; }
      #main #contenu .dept_link:hover {
        background: #87BAF2;
        color: white; }
    #main #contenu p {
      padding: 2px;
      margin: 0px; }
    #main #contenu ul {
      padding-left: 50px; }
    #main #contenu .fieldWithErrors {
      padding: 2px;
      display: inline;
      font-weight: normal;
      color: #CD0A0A; }
      #main #contenu .fieldWithErrors input {
        border-color: #CD0A0A; }
    #main #contenu .errorExplanation {
      border: 1px solid #990000; }
      #main #contenu .errorExplanation h2 {
        margin: 0px;
        padding: 10px;
        background: #990000;
        color: white; }
      #main #contenu .errorExplanation p {
        padding: 10px; }
      #main #contenu .errorExplanation ul {
        padding-left: 50px; }

#ombre-bottom {
  width: 974px;
  margin: auto;
  height: 12px;
  background: url('/images/style/ombre-bottom.png'); }

#bot_info {
  width: 950px;
  margin: auto;
  text-align: center;
  padding: 10px; }
  #bot_info a {
    color: #3E2004;
    text-decoration: none; }
    #bot_info a:hover {
      text-decoration: underline; }

.inputText {
  background: url('/images/style/quartz-admin/inputText.png') top  repeat-x white;
  padding: 6px;
  border: 1px solid #AFAFAF;
  width: 280px; }

.Textarea {
  background: url('/images/style/quartz-admin/inputText.png') top  repeat-x white;
  padding: 6px;
  border: 1px solid #AFAFAF;
  width: 98%; }

#flash_notice {
  padding: 20px;
  border: 1px solid #678D1A;
  margin-bottom: 10px; }
