html {
  margin:0;padding:0;
}

body {
  margin:0;padding:0;
  font-family:arial,sans-serif;
font-size:85%;
}
img {
border:0;
}

h1 {
    font-size:medium;
}

#header {
    height:100px;
    background: url('img/header.jpg') repeat-x;
}

#header h1{
    font-family: "Trebuchet MS"; 
    font-size:28px;
    margin-top: 0;
    color:#FFFFFF;
    padding:20px 0 0 20px;
}

.widget_block {
    border:1px solid #304587;
    border-right:2px solid #304587;
    border-bottom:2px solid #304587;
    margin:5px 2px;
    padding:5px;
}
.widget_block h2{
    color:gray;
    font-size:14px;
    padding:2px;
    margin-top:0;
}
.widget_ul {
    list-style:url('img/puce_bleu.jpg');
}


#h p {
  margin:0;
  padding:0;
  font-size:10px;
  background-color:#F6B150;
}
#h img.logo {
  margin-left:11%;
  margin-top:5px;
  position:absolute; 
}

#f {
  background:url('img/footer.jpg') bottom repeat-x;
  height:85px;
  width:100%;
  padding:0;
  margin-top:20px;
}
#f_r {
  height:85px;
  width:100%;
  background:url('img/pixels.gif') top right no-repeat;
}



ol.tree {
  font-size : x-small;
  margin : 5px 0 0 0;
  border-bottom: 1px solid #f5f5dc;
}

ol.tree li {
  display: inline;
  list-style-type: none;
  padding-right: 0.2em;
  padding-left: 0.2em;
  border-right : 1px solid #f5f5dc;
}

div.menu {
  text-align:center;
  border-top:3px solid #514F51;
  margin:0;
  margin-top:10px;
}
div.menu a{
  padding:0 5px;
  color:#514F51;
}
div.menu a:hover{
  text-decoration:none;
  background-color:#F6B150;
  color : #3F3F3F;
}


ul#menu_h {
  float:right;
  font-size:12px;
  font-weight:bold;
}
ul#menu_h li{
  display:block;
  width:120px;
  float:left;
}
ul#menu_h li img{
  float:left;
  margin-right:5px;
}
ul#menu_h li a {
  color : #064585;
}
ul#menu_h li a:hover {
  text-decoration:none;
}



#voile {
  position:absolute;
  width:100%;
  height:10000px;
  filter:alpha(opacity=30);
  -moz-opacity:.3;
  opacity:.3;
  z_index:99;
  top:0;
  left:0;
  background-color:#A27765;
  margin:0;
  padding:0;
}
#voile_content {
  position:absolute;
  top:150px;
  width:80%;
  background-color:#FFFFFF;
  left:9%;
  z_index:100;
  border:1px solid #A27765;
}


br.clean {
  clear:both;
  margin:0;padding:0;height:0;display:block;
}

a {
color : #9D4506;
}
a:hover {
text-decoration:none;
}


ul.nopoint {
list-style:none;
}
p label {
  display:block;
  float:left;
  width: 45%;
  margin-right: 5%;
  font-weight:bold;
  font-size:12px;
}
p select, p input, p textarea {
  width: 45%;
}
