* {
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

html {
  overflow-y: scroll;
}

body {
  text-align: center;
}

#container {
  background: url(images/fond_site.gif);
  background-repeat: repeat-y;
  background-position: 2px 0px;
  position: relative;
  width: 1000px;
  margin: 0px auto 0px auto;
  text-align: left;
}

/* ---------- Bandeau ---------- */

#bandeau {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 120px;
  background: url(images/fond_bandeau.jpg);
}

#bandeau img {
  position: absolute;
  left: 60px;
  top: 84px;
  border-style: none;
}

#bandeau #navigation {
  position: relative;
  left: 230px;
  top: 103px;
  width: 770px;
}

#bandeau #navigation a {
  color: #ffffff;
  font-family: verdana,arial;
  text-decoration: none;
  letter-spacing: 0.19em;
  background: url(images/fond_navigation_off.gif);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding: 2px 5px 3px 17px;
  margin: 0px 15px 0px 10px;
}

#bandeau #navigation a:hover {
  color: #FFA300;
  background: url(images/fond_navigation_on.gif);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

#bandeau #navigation a.here {
  color: #FFA300;
  background: url(images/fond_navigation_on.gif);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

/* ---------- Colonne gauche ---------- */

#menu {
  float: left;
  width: 198px;
  background-color: #FFAD1D;
  margin: 0px 10px 80px 9px;
  padding: 0px 0px 10px 0px;
  border-color: #000000;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  vertical-align: top;
  text-align: left;
  line-height: 1.4em;
}

#menu img {
  border-color: #000000;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  margin: 5px 0px 0px 0px;
}

#menu ul {
  margin: 6px 0px 0px 6px;
}

#menu li {
  margin: 4px 0px 0px 0px;
  padding: 0px 0px 0px 12px;
  list-style: none;
  text-align: left;
}

#menu ul a {
  background: url(images/fond_menu_off.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 0px 0px 0px 12px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

#menu ul li a {
  background: url(images/fond_menu_off.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

#menu ul a:hover {
  background: url(images/fond_menu_on.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  color: #ffffff;
  text-decoration: underline;
}

#menu ul li a:hover {
  background: url(images/fond_menu_on.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  color: #ffffff;
  text-decoration: underline;
}

#menu ul a.here {
  background: url(images/fond_menu_on.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  color: #ffffff;
  text-decoration: none;
}


/* ---------- Colonne centre ---------- */

#corps {
  float: left;
  margin: 0px 0px 0px 20px;
  width: 740px;
  color: #000000;
  text-align: justify;
}

#corps h1 {
  color: #0F5094;
  font-family: trebuchet ms,verdana,arial;
  font-size: 23px;
  font-weight: normal;
  text-align: left;
  padding: 0px 0px 3px 0px;
  margin: 30px 0px 20px 0px;
  border-bottom: 1px solid #B5C8DF;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#corps h2 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin: 25px 0px 10px 0px;
  text-transform: uppercase;
}

#corps h3 {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}

#corps hr {
  display: block;
  height: 1px;
  border: 0px;
  color: #FFAD1D;
  background-color: #FFAD1D;
  margin: 15px 0px 15px 0px;
  _margin: 8px 0px 8px 0px;
  padding: 0px;
  clear: left;
}

#corps p {
  line-height: 1.4em;
  margin: 11px 0px 11px 0px;
}

#corps li {
  line-height: 1.4em;
  margin: 5px 0px 5px 0px;
  list-style-position: inside;
}

#corps a {
  color: #006CC6;
  font-weight: bold;
  text-decoration: none;
}

#corps a.lien {
  background: url(images/fond_lien.gif);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  color: #006CC6;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
}

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

#corps img.left {
  float: left;
  margin: 3px 15px 8px 0px;
  border-color: #424242;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

#corps img.right {
  float: right;
  margin: 3px 0px 8px 15px;
  border-color: #424242;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

#absence, #dispense, #erreur {
  display: none;
}

#art1,#art2,#art3,#art4,#art5,#art6,#art7,#art8,#art9,#art10 {
  display: none;
}

#maj {
  margin: 25px 0px 10px 0px;
  border-top: 1px solid #B5C8DF;
}

#maj p {
  color: #0F5094;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-style: italic;
}

note {
  display: block;
  margin: 25px 0px 10px 0px;
  border-top: 1px solid #B5C8DF;
  color: #0F5094;
  padding: 5px 0px 0px 0px;
  font-style: italic;
}


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

#corps input {
  color: #000000;
}

.msgerr {
  color: #FF0000;
  font-weight: bold;
}

.msgok {
  color: #48af36;
  font-weight: bold;
}


/* ---------- Organigramme ---------- */

#organigramme {
  position: relative;
  width: 580px;
  color: #000000;
  text-align: center;
  margin: 10px 0px 0px 80px;
}

#organigramme h2 {
  background-image: url(images/fond_organigramme.gif);
  background-position: center;
  margin: 15px 0px 15px 0px;
  padding: 0px;
  width: 580px;
  height: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  float: left;
}

#organigramme div {
  float: left;
  margin: 0px 8px 15px 8px;
  padding: 10px 0px 10px 0px;
  width: 270px;
  min-height: 60px;
  border-color: #006CC4;
  border-style: solid;
  border-width: 1px;
}

#organigramme div b {
  color: #FFA300;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#organigramme div p {
  color: #000000;
  margin: 3px 0px 3px 0px;
}

#organigramme div p a {
  background-image: none;
}

#organigramme div a {
  background: url(images/fond_lien.gif);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  color: #006CC6;
  font-weight: bold;
  margin: 10px 0px 0px -5px;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
}

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


/* ---------- Menus ---------- */

#menus {
  width: 430px;
  color: #000000;
  text-align: center;
  margin: 30px 15px 0px 160px;
}

#menus div {
  margin: 0px 0px 10px 0px;
  width: 430px;
  height: 70px;
  border-color: #006CC4;
  border-style: solid;
  border-width: 1px;
}

#menus div b {
  display: block;
  float: left;
  width: 140px;
  height: 70px;
  line-height: 65px;
  color: #FFA300;
  border-color: #006CC4;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  font-size: 14px;
  font-weight: bold;
}

#menus div p {
  display: block;
  width: 290px;
  color: #000000;
  margin: 3px 0px 0px 125px;
  text-align: left;
  line-height: 13px;
}


/* ---------- Listes actus ---------- */

#cadenas {
  position: absolute;
  top: 155px;
  left: 960px;
  border: none;
}

#liste-actus div, #liste-alaune div {
  border-color: #FFA11B;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 10px 0px;
  float: left;
  width: 740px;
}

#liste-actus div img, #liste-alaune div img {
  float: left;
  margin: 2px 10px 5px 0px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

#liste-alaune div {
	background-color: #F0F5F9;
	border: 1px solid #B5C8DF;
	margin: 10px 0px 0px 0px;
}

#liste-alaune div h2 {
  margin: 10px 10px 10px 10px;
}

#liste-alaune div p {
  margin: 11px 10px 11px 10px;
}

#liste-alaune div img {
  margin: 3px 10px 5px 10px;
}


/* ---------- Galeries ---------- */

#galerie {
  position: relative;
  width: 690px;
  color: #000000;
  text-align: left;
  margin: 20px 0px 0px 25px;
}

#galerie a {
  display: block;
  float: left;
  background-color: #FFA300;
  background-color: #eeeeee;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  margin: 8px 4px 0px 4px;
  padding: 0px;
  width: 128px;
  height: 128px;
  text-align: center;
}

#galerie a:hover {
  background-color: #ffffff;
}

#galerie a img {
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

#galerie a img.portrait {
  margin: 12px 24px 12px 24px;
}

#galerie a img.paysage {
  margin: 24px 12px 24px 12px;
}

#dhtmltooltip {
  position: absolute;
  width: 120px;
  border: 1px solid #ffffff;
  background-color: #014a96;
  color: #ffffff;
  visibility: hidden;
  z-index: 100;
  font-size: 10px;
}

#dhtmltooltip p {
  margin: 4px 4px 4px 4px;
}

/* ---------- Tableau ---------- */

#tableau {
  margin: 25px 0px 25px 0px;
}

table {
  background-color: #014A96;
  padding: 0px;
  color: #000000;
  text-align: left;
}

th {
  background-color: #FFAD1D;
  padding: 6px 7px 6px 7px;
}

td {
  background-color: #ffffff;
  padding: 6px 7px 6px 7px;
  vertical-align: top;
}

td b {
  color: #014A96;
}


/* ---------- Iframe ---------- */

iframe {
  margin: 20px 0px 0px 0px;
  overflow-x: hidden;
}



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

#footer {
  background: url(images/fond_footer.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: relative;
  clear: both;
  padding: 5px 0px 5px 0px;
}

#coordonnees {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px 0px 0px 10px;
  width: 200px;
  height: 80px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 1.3em;
}