/* Generated by KompoZer */
body {
  margin: 20px auto;
  background-color: white;
  width: 800px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 90%;
  background-image: url(./ressources/visu.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
  background-color: #fff;		

}
h1 {
  font-weight: bold;
  font-size: 15px;
}
#page {
  border-style: solid;
  border-width: 2px;
  background-image: url(ressources/Fond.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 800px;
  float: left;
}
#top {
  height: 170px;
}
#menu {
  float: left;
  min-height: 50px;
  margin-left: 20px;
}
#menu ul {
  display: block;
  float: right;
  list-style-position: outside;
  padding-right: 1px;
  white-space: nowrap;
}
#menu li {
  display: block;
  float: left;
  list-style-type: none;
  width: 100px;
}
#menu a:hover {
  background-color: #dddddd;
  text-decoration: none;
}
#menu a:link, menu a:visited {
  text-decoration: none;
}
#menu a.current, #menu a.current:hover {
  background-color: #dddddd;
  text-decoration: none;
}
#menu a {
  border-style: solid none solid solid;
  border-color: #cccccc;
  border-width: 1px medium 1px 1px;
  display: block;
  line-height: 2em;
  font-weight: bold;
  font-size: x-small;
  color: #555555;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
}
#main {
  width: 580px;
  float: left;
  margin-left: 20px;
}
#foot {
  background-image: url(ressources/foot.jpg);
  background-position:  center center;
  width: 800px;
  height: 70px;
  float: left;
  clear: left;
  margin-top: 50px;
}
form {
  background-color:#FFFFFFF;
  padding:10px;
  width:400px;
  font-family:"trebuchet ms",sans-serif;
}
fieldset {
  padding:20px;
  margin-bottom:10px;
}
legend {
  color:#a0522d;
  font-weight:bold
}
label {
  margin-top:20px;
  display:block;
  font-size:90%;
}
label.inline {
  display:inline
}
input {
  border:1px solid black;
  background-color:#A6BEDE;
  font-family:"trebuchet ms",sans-serif;
}
input[type=radio] {
  margin-right:50px;
  background-color:transparent;
  border:none;
}
select, option {
  background-color:#A6BEDE;
  font-family:"trebuchet ms",sans-serif;
}
textarea {
  border:1px solid black;
  background-color:#A6BEDE;
  font-family:"trebuchet ms",sans-serif;
}
