/* ------------------------- GENERAL ------------------------------------ */
* { padding:0; margin:0; border:0 }

body {
  font: 100% "Trebuchet MS", sans-serif;
  background: #446e6b url(./images/fond.png) top repeat-x;
  text-align: center;
}

a, a:visited { color: #415E76; }
a:hover { color: #73A6D1 }

h2 {
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}

div#conteneur {
  text-align: left;
  width: 786px; /* 795 - padding */
  margin: 0 auto;
  bac\kground /**/: url(./images/fond_ombre.png) repeat-y;
  padding-left: 9px; /* decalage pour ombre */
}

div#corps {
  position: relative;
  width: 777px;
  background: #f1efdd url(./images/contenu_fond.png) top repeat-x;
}

img.entete {
  vertical-align: bottom; /* sinon alignement des images sur baseline donc espace en-dessous */
}

div#entete { position: relative; }

div#entete h1 span {
  position: absolute;
  font-size: 0.7em;
  left: 5px;
  top: 5px;
  display: none;
}

div#contenu {
  float: left;
  width: 579px;
  background-color: #fff4ec;
  border: 1px solid gray;
  _height: 400px;
  min-height: 400px;
  padding: 6px;
}

div#bord {
  bac\kground-image /**/: url(./images/bord.png);
  width: 795px;
  height: 15px;
  margin: 0 auto;
}
/* ------------------------------- MENU --------------------------------- */
div#menu {
  float: left;
  padding: 40px 2px 10px 5px;
}

.sdmenu {
  width: 163px;
  font-family: Sans-Serif;
  font-size: 12px;
  border: 1px solid #a49f63;    
  color: black;
  cursor: pointer;
}

.sdmenu .title, .sdmenu .titlehidden{
  display: block;
  color: white;
  height: 25px;
}

.sdmenu .title img, .sdmenu .titlehidden img {
    float: right;
}

.sdmenu .arrow {
  margin-left: 10px;
}

.sdmenu .titlehidden {
  border-bottom: none;
}

.sdmenu #presentation {
  background: url(./images/presentation.png) no-repeat;
}

.sdmenu #membres {
  background: url(./images/membres.png) no-repeat;
}

.sdmenu #programme {
  background: url(./images/programme.png) no-repeat;
}

.sdmenu #documentation {
  background: url(./images/documentation.png) no-repeat;
}

.sdmenu #infos {
  background: url(./images/infos.png) no-repeat;
}

.sdmenu .submenu {
  overflow: hidden;
}

.sdmenu .submenu a {
  padding: 5px 0;
  text-align: right;
  padding-right: 10px;
  background: #eee;
  display: block;
  border-bottom: 1px solid #ddd;
  color: #066;
  text-decoration: none;
}

.sdmenu .submenu a:hover {
  color: #fff;
}

.sdmenu #pre a:hover {
  background-color : #71A2AC;
}

.sdmenu #mem a:hover {
  background-color : #6F954B;
}

.sdmenu #pro a:hover {
  background-color : #B9B283;
}

.sdmenu #doc a:hover {
  background-color : #959595;
}

.sdmenu #inf a:hover {
  background-color : #7E597D;
}

/* -------------- ombre menu -------------------- */
.alpha-shadow {
  clear: both;
  float:left;
  bac\kground /**/: url(./images/shadow.png) no-repeat bottom right !important;
  background : url(./images/shadow-ie.png) no-repeat bottom right;
}

.alpha-shadow #shadow {
  bac\kground /**/: url(./images/shadow2.png) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
}

/* ------------------------------- MENU BAS ----------------------------------*/
ul#menubas {
  clear: both;
  font: normal 0.7em arial, sans-serif;
  margin: 10px 1px 1px 1px;
  text-align: center;
  padding: 2px 0;
  background-color: #DCDAC7;
  list-style-type: none;
}
ul#menubas li {
  display: inline;
  color: #aaa;
}
ul#menubas li a {
  text-decoration: none;
  padding: 0 5px 0 5px;
  margin-right: 1px;
  color: #446E6B;
}
ul#menubas li a:hover {
  background-color: #C7C4A8;
  color: white;
}
span#pub {
  display: block;
  text-align: center;
  font: 0.7em Arial, Helvetica, sans-serif;
  color: #999;
  padding-bottom: 2px;
  letter-spacing: 2px;
}
#pub a {
  padding-left: 2px;
  text-decoration: none;
  color: #555;
}
#pub a:hover {
  color: white;
  background-color: #999;
}
