* {
  margin: 0;
  padding: 0;
}
body, html {
  height: 100%;
  color: green;
  font-family: Comic Sans MS;
}
ul {
  list-style-position: inside;
}
ol {
  list-style-position: inside;
}
p {
  text-align: justify;
}
a {
  color: indianred;
}
img {
  margin: 2px 5px;
}

a img {
	border : none;
}

a.zoom img + img {
	width : 40px;
}
hr {
  border-width: 0px;
  clear: both;
  padding-top: 22px;
}
h2 {
  font-size: 18px;
  color: olivedrab;
  background-repeat: no-repeat;
  background-image: url(images/commun/blairo_1.jpg);
  padding-left: 120px;
  padding-top: 25px;
  height: 58px;
}
h3 {
  font-size: 17px;
  margin-top: 9px;
}
h3 a {
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}
#entete {
  position: relative;
  height: 18%;
  background-color: #cc9933;
}
#entete h1 {
  text-align: center;
  font-size: 25px;
  color: forestgreen;
}
#entete h2 {
  text-align: center;
  padding-left: 0;
  background-image: none;
}
#logodroite {
  position: absolute;
  right: 5px;
  top: 20%;
  height: 50%;
}
#logogauche {
  position: absolute;
  top: 5px;
  left: 6px;
  height: 90%;
}
#logodroite img, #logogauche img {
  height: 100%;
}
#menu {
  overflow: auto;
  width: 175px;
  float: left;
  background-color: yellowgreen;
  height: 76%;
  padding-left: 10px;
  font-weight: bold;
}
#menu ul {
  height: 200px;
  list-style-type: none;
  margin-top: 30px;
  font-family: Comic Sans MS;
}
#menu ul li {
  padding-left: 3px;
  line-height: 19px;
  font-size: smaller;
  margin-top: 15px;
}
#menu li:hover {
  background-color: white;
}
#menu a {
  text-decoration: none;
}
#corps {
  border: 10px hidden white;
  overflow: auto;
  height: 76%;
  padding-left: 20px;
  text-align: justify;
  font-weight: inherit;
  padding-right: 10px;
}
#tablemenu {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 900px;
}
#tablemenu img {
  margin: 1px;
  width: 120px;
}
#findepage {
  position: absolute;
  top: 0px;
  left: 5%;
  text-align: center;
  font-size: x-small;
  font-family: Arial,Helvetica,sans-serif;
  width: 95%;
  padding-top: 3px;
}
#pied {
  position: relative;
  clear: left;
  background-color: khaki;
  height: 6%;
  font-size: x-small;
  font-family: Arial,Helvetica,sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}
#news {
  border-style: solid none solid solid;
  border-color: indianred;
  border-width: 2px medium 2px 2px;
  padding: 0px 5px 5px;
  position: absolute;
  z-index: 10;
  width: 60%;
  background-color: yellowgreen;
  right: 0px;
  top: 50%;
}
#newstitle {
  border-bottom: 1px dotted indianred;
  position: relative;
  text-align: center;
}
#newsclose {
  border-style: none solid solid;
  border-color: -moz-use-text-color indianred indianred;
  border-width: medium 1px 1px;
  padding: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 10px;
}
#newsclose a {
  text-decoration: none;
}
#newsclose a:hover {
  background-color: white;
}
