/*--- <Général> ---*/
body, div#structure, div#entete, div#main, div#menu, div#pied, h1 {
   margin: 0;
   margin-top: 5px;
   padding: 0;
    
}
.police {
font-size: 10pt;
}
body {
   background-color: #fff;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
   background-image: url('fond760Large.png');
   background-repeat: repeat-y;
   background-position: center;
}
div#structure {
   margin auto;
   border-bottom: 6px solid #DF0029;
   margin-bottom: 10px;
   background-image: url('ligneHaut.png');
   background-repeat: repeat-x;
}
div#main {
   margin: auto;
   width: 760px;
   text-align: left;
   margin-top: 10px;
}
div#entete {
   margin: auto;
   text-align: left;
   width: 760px;
   height: 96px;
   background-image: url('entete/images/logo3.png');
   background-repeat: no-repeat;
   background-position: 0 -1;
}
h1 {
     margin-top: 0px;
 width: 136px;
   height: 95px;
}
h1 span {
   visibility: hidden;
}
div#entete p {
   float: right;
   width: 330px;
   font-size: 18px;
   margin-top: -80px;
   font-style: italic;
}
div#menu {
   float: left;
   width: 109px;
   margin-top: 10px;
}
div#menu * {
   padding: 0;
   margin: 0;
}
div#menu ul {
   list-style-position: outside;
   list-style-type: none;
   font-size: 18px;
}
div#menu ul li {
   margin-left: 5px;
   margin-top: 10px;
   height: 25px;
   display: block;
   border-bottom: 1px solid #000;
}
div#menu a {
   /*display: block;*/
   height: 20px;
   color: #000;
   text-decoration: none;
   /*border-bottom: 1px solid #000;*/
}
div#menu a span {
   display: block;
   color: #DF0029;
   font-size: 9px;
   font-style: italic;
   margin-bottom: -5px;
}

form#rechercherMenu {
   font-style: italic;
   font-weight: bold;
   margin-top: 20px;
   margin-bottom: 8px;
   text-align: center;
   
}
form#rechercherMenu fieldset {
   margin: auto;
   width: 117px;
   background-color: #DF0029;
   border: 1px solid #000;
   color: #fff;
}
form#rechercherMenu2 input {
 font-size: 11px;
   font-style: bold;
  width: 96px;
   border: 1px solid #ffffff;
   background-color: #000;
      color: #ffffff;
margin-bottom: 3px;
margin-top: 3px;
margin-left: 3px;
}
div#contenu {
   margin-left: 119px; /* 109px(menu) + 10px(marge)*/
   margin-right: 10px; /* 10px(marge)*/
   min-height: 330px;
}
#localiteMenu {
  width: 106px;
 font-size: 11px;
   font-style: bold;
   border: 2px solid #DF0029;
   background-color: #efefef;
   color: #000000;
margin-bottom: 3px;
margin-top: 3px;
margin-left: 3px;
}
#localiteMenu2 {
font-size: 9px;
   background-color: #ffffff;
   color: #DF0029;
   font-style: bold;
margin-left: 3px;
}

form#formSelectionMulti fieldset {
  border-color: #DF0029;
  padding: 2;
 
}

/*--- </Général> ---*/

/*--- <accueil> ---*/
div#accueil {
   width: 100%;
   text-align: center;
}
div#accueil img {
   margin: auto;
   margin-top: 30px;
}
/*--- </accueil> ---*/