/* le site d'albesoft */
body {
  background-color: #fafad2;
  color: maroon;
  background-image: url(../images/textures/beige120.jpg);
  background-repeat: repeat;
}
h1, h2, h3, h4, hr {
  clear: both;
}
h3 {
  font-style: italic;
}
a {
	text-decoration: none;
}
a:hover button {
	text-decoration: none;
}
button:hover {
	cursor: pointer;
}
div#tout {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  height: 100%;
  overflow: auto;
  background-color: #ffe4b5;
}
div#tout.fond {
   background-image: url(../images/visuel.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

.asuivre {
  background-color: maroon;
  color: #f4a460;
  padding-left: 5px;
  padding-right: 5px;
}
.asuivre a {
  color: #fafad2;
}
h1 span.titre, h2 span.titre, h3 span.titre {
  background-color: #ffdead;
  color: maroon;
  border-bottom-color: #f4a460;
  border-bottom-style: double;
  border-bottom-width: thick;
  border-right-color: #f4a460;
  border-right-style: solid;
  border-right-width: medium;
  padding-right: 5%;
}

div#message {
  border-bottom-color: orange;
  border-bottom-style: double;
  border-bottom-width: thick;
  border-right-color: orange;
  border-right-style: solid;
  border-right-width: medium;
  background-color: maroon;
  color: orange;
  display: block;
  position: absolute;
  top: 50px;
  left: 50px;
  height: 150px;
  width: 400px;
}

ul#menu {
  list-style-image: url(../images/li-2.gif);
}

ul#menu li a {
  color: maroon;
  background-color: #f4a460;
  text-decoration: none;
}

ul#menu li a:hover {
  color: yellow;
  background-color: maroon;
}

ul#menu li:hover {
  list-style-image: url(../images/li-1.gif);
}

p.code, span.code {
  background-color: #d3d3d3;
  color: blue;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  width: 90%;
  border-bottom-color: gray;
  border-bottom-style: solid;
  border-bottom-width: thick;
  border-left-color: gray;
  border-left-style: solid;
  border-left-width: thin;
  border-right-color: gray;
  border-right-style: solid;
  border-right-width: thick;
  border-top-color: gray;
  border-top-style: solid;
  border-top-width: thin;
  padding-left: 5px;
}

td.code {
  background-color: #d3d3d3;
  color: blue;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  border-bottom-color: gray;
  border-bottom-style: solid;
  border-bottom-width: medium;
  border-right-color: gray;
  border-right-style: solid;
  border-right-width: medium;
  padding-left: 5px;
}

dt {
  font-weight: bolder;
}

.plan4 {
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}
.plan5 {
  font-style: italic;
  text-decoration: underline;
}

.notabene {
  font-style: italic;
  font-size: 10px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#main>ul>li {
  list-style-image: url(../images/li-5.gif);
}
div#main>ul>li li {
  list-style-image: url(../images/li-1.gif);
}
