body {
  background-color: #A8B4A7;
  width: 760px;
  margin: 30px auto;
  margin-top: 0px;
  padding: 0;
  font-family: Times, 'Times New Roman', serif;
  height: 100%;
}

a img {
  border: none;
}

div#tout {
  position: absolute;
  width: 760px;
  background-color: white;
  background-image: url('../images/cmn_fond_bordures.jpg');
  top: 0px;
  height: 110%;
}

div#logo_fmfc_div {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 130px;
  height: 160px;
  z-index: 42;
}

div#logo_cmf_div {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 60px;
  height: 90px;
  z-index: 42;
}

div#logo_fmfc_div img {
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

div#haut {
  position: absolute;
  background-color: #99CCCC;
  top: 40px;
  left: 5px;
  height: 105px;
  width: 750px;
}

div#titre_div {
  position: absolute;
  top: 77px;
  left: 150px;
  margin: 0px;
  padding: 0px;
  z-index: 43;
  font-family: Garamond, serif;
  font-weight: bold;
}

div#titre_div p {
  font-size: 1em;
  padding: 0px;
  margin: 0px;
}

div#menu_div {
  position: absolute;
  left: 5px;
  top: 145px;
  width: 735px;
  z-index: 43;
  font-family: sans-serif;
  font-size: smaller;
  text-align: right;
  padding-right: 15px;
  background-color: #81A7A8;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}

div#menu_div ul, div#menu_div li {
  display: inline;
}

#menu_div a {
  text-decoration: none;
  margin-right: 0.4em;
}

#menu_div a:link, #menu_div a:visited {
  color: white;
}

#menu_div a:hover {
  color: black;
  background-color: #99CCCC;
}

div#contenu_div {
  position: absolute;
  top: 200px;
  left: 0px;
  right: 0px;
  padding: 20px;
  width: 720px;
  text-align: justify;
  font-family: sans-serif;
  font-size: smaller;
  background-color: white;
  background-image: url('../images/cmn_fond_bordures.jpg');
}

div#connexion_div {
  position: absolute;
  right: 10px;
  top: 16px;
  margin: 0px;
  padding: 0px;
}

div#connexion_div p {
  padding: 0px;
  margin: 0px;
}

.formconnect {
  font-size: 0.7em;
  border-style: solid;
  border-width: 1px;
  border-color: #81A7A8;
}

.warning {
  color: red;
}

span.date_actualite {
  font-weight: bold;
}

div#contenu_div ul, div#contenu_div li {
  display: block;
}

div#presentation_div img {
  margin-top: 5px;
  margin-bottom: 15px;
}

div#presentation_div img#reunions {
  float: left;
  margin-right: 35px;
  margin-left: 0px;
}

div#presentation_div img#documentation {
  float: right;
  margin-right: 0px;
  margin-left: 35px;
}

h2 {
  color: white;
  font-weight: normal;
  background-color: #99CCCC;
  padding-left: 5px;
}

a.editlink {
  background-color: #EEEEEE;
  border: solid;
  border-width: 1px;
  border-color: #81A7A8;
  color: black;
  text-decoration: none;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-right: 0.5em;
}

input, textarea, select {
  border-style: solid;
  border-width: 1px;
  border-color: #81A7A8;
}

form#page {
  text-align: center;
}

input.ro {
  background-color: #DDDDDD;
}

div.lien {
  float: left;
  height: 190px;
  width: 240px;
  text-align: center;
}

div.lien img {
  margin-top: 30px;
  height: 100px;
}

div#ajoutlien {
  float: left;
  height: 30px;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}

div#actualites_div {
  position: relative;
  float: left;
  width: 450px;
}

div#contact_div {
  position: relative;
  float: left;
  top: 0px;
  width: 240px;
  margin-left: 30px;
}

div#presentation_div {
  clear: both;
  padding-top: 20px;
}


