body {
  background-color: #FFFFCC;
  color: #3366CC;
  font-family: Lucidabright, 'Times New Roman';
  font-size: medium;
  border-color: #3366CC;
}

h1 {
  color:#3366CC;
  font-family: Lucidabright, Cordial;
  font-size: xx-large;
  text-decoration: underline overline;
  font-weight: bold;
  text-align: center;
}

h2 {
  color:#3366CC;
  font-family: Lucidabright, 'Times New Roman';
  font-size: x-large;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
}

h3 {
  color:#3366CC;
  font-family: Lucidabright, 'Times New Roman';
  font-size: large;
  text-decoration: underline;
  font-weight: bold;
}

a, a:link, a:visited, a:active {
  color: #2878D9;
  font-family: Lucidabright, 'Times New Roman';
  text-decoration: underline;
}

a:hover {
  color: #3366CC;
  font-family: Lucidabright, 'Times New Roman';
  text-decoration: underline overline;
}

img {
  border: none;
}

hr {
  border: double #3366CC 3px;
}

input, select, textarea, button {
  background-color: #FFFFAA;
  color: #3366CC;
  border: outset #3366CC 1px;
/*  font-family: 'URW Chancery L', 'Bradley Hand ITC', Mistral, 'French Script MT', Lucidabright, 'Times New Roman';  // à étudier (peut-être seulement pour certains champs)*/
}

input:focus, select:focus, textarea:focus, button:focus {
  background-color: #FFFF88;
  color: #2878D9;
  border: outset #2878D9 1px;
}

input[disabled=disabled] {
  background-color: #EEEEBB;
  color: #666666;
}

.news {
  border: groove #3366CC 4px;
  margin: 25px;
  padding: 10px;
}

.calendrier {
  border: groove #3366CC 4px;
  margin: 25px;
  padding: 10px;
}

.legende {
  border: double #3366CC 3px;
  background-color: #FFFFAA;
  margin: 15px;
  padding: 5px;
  text-align: center;
  font-size: small;
  overflow: visible;
}


ul {
  list-style-type: circle;  /* disc/circle/square */
}

ul.liste_margin li, ol.liste_margin li {
  margin-top: 10px;
  margin-bottom: 10px;
}


ul.menu_v {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.menu_v li {
  margin: 2px;
  width: 200px;
}

ul.menu_v li a, ul.menu_v li a:link, ul.menu_v li a:visited, ul.menu_v li a:active {
  border: outset #3366CC 2px;
  background-color: #FFFFAA;
  text-decoration: none;
  display: block;
  padding: 2px 4px;
  width: 100%;
  height: 100%;
}

ul.menu_v li a:hover {
  border: inset #3366CC 2px;
  background-color: #FFFF88;
  text-decoration: none;
}


ul.menu_h {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.menu_h li {
  display: inline;
  margin: 0px;
}

ul.menu_h li a, ul.menu_h li a:link, ul.menu_h li a:visited, ul.menu_h li a:active {
  border: outset #3366CC 2px;
  background-color: #FFFFAA;
  text-decoration: none;
  padding: 4px;
}

ul.menu_h li a:hover {
  border: inset #3366CC 2px;
  background-color: #FFFF88;
  text-decoration: none;
}


ul.menu_footer {
  list-style-type: none;
  font-size: small;
  margin: 0px;
  padding: 0px;
}

ul.menu_footer li {
  display: inline;
  margin: 0px;
}

ul.menu_footer li a {
  padding: 4px;
}

ul.menu_footer li:before, ul.menu_footer li:after {
  content: "|";
}



div#header, div#header_menu {
  margin: 25px 5px;
  padding: 5px;
  text-align: center;
}

div#menu {
  margin: 5px;
  padding: 5px;
  width: 220px;
  float: left;
}

div#corps {
  margin: 5px;
  margin-left: 250px;
  padding: 5px;
}

div#footer {
  margin: 25px 5px;
  padding: 5px;
  text-align: center;
  clear: both;
}

div.haut {
  margin: 25px 5px;
}
