* {
  font-family: verdana,arial;
}

body {
  background-color: #ffffff;
  text-align: center;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

#container {
  background-color: #ffffff;
  position: relative;
  width: 700px;
  margin: 10px auto 0px auto;
  padding: 0px 0px 1px 0px;
  text-align: center;
  font-family: arial;
  font-size: 11px;
}

/* ---------- Header ---------- */

#header {
  display: none;
}


/* ---------- Right col ---------- */

#left {
  display: none;
}


/* ---------- Tools ---------- */

#tools {
  display: none;
}


/* ---------- Text ---------- */

#text {
  position: relative;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  text-align: left;
  line-height: 1em;
}

#text h1 {
  font-size: 15px;
  color: #1981fe;
  margin: 15px 0px 15px 0px;
}

#text p {
  color: #666666;
  margin: 10px 0px 10px 0px;
}

#text a {
  color: #666666;
  text-decoration: none;
}

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


/* ---------- Formulaires ---------- */

form {
  margin: 20px 0px 20px 5px;
}

form th {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 3px;
}

form td {
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  padding: 3px;
}

input, textarea, select {
  font-family: arial;
  font-size: 11px;
}

#corps p.msgerr {
  margin: 15px 0px 10px 5px;
  color: #ff0000;
  font-weight: bold;
}

#corps p.msgok {
  margin: 15px 0px 10px 5px;
  color: #00bb1b;
  font-weight: bold;
}


/* ---------- Footer ---------- */

#footer {
  position: relative;
  clear: both;
  height: 23px;
  line-height: 23px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #999999;
  color: #999999;
}

#footer p {
  float: left;
  width: 280px;
  margin: 0px 0px 0px 0px;
}

#footer a {
  color: #999999;
  text-decoration: none;
}

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