* {
padding: 0;
margin: 0;
}

body {
background: #000000 url("../gfx/sable/sable.jpg");
padding: 10px 0px 10px 0px;
font-size: 10pt;
font-family: "georgia", "times new roman", "serif";
color: #333333;
}
/*------------------------------------------------------------*/
/* Racine
/*------------------------------------------------------------*/
#Racine {
position: relative;
width: 95%;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}
/*------------------------------------------------------------*/
/* Entete
/*------------------------------------------------------------*/
#Entete {
position: relative;
width: 100%;
margin-bottom: 2px;
background: #2b2b2b;
}

#Titre {
padding: 1em 0 0 1.5em;
height: 5.0em;
background: url("../gfx/fsk/LionFSK5.gif") top right no-repeat;
}

#Titre h1 {
display: none;
}

#Titre h2 {
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#EnteteImage {
position: relative;
background: #2b2b2b url("../gfx/sable/sable.jpg") repeat;
height: 110px;
}

#Resume {
display: none;
}

#BarreMenu {
position: relative;
padding-left: 4px;
background: #8b6e44;
color: #ffffff;
font-size: 1.2em;
}

#BarreMenu2 {
background: #2b2b2b url("../gfx/sable/border1.gif") repeat-x;
height: 14px;
}
/*------------------------------------------------------------*/
/* Conteneur A
/*------------------------------------------------------------*/
#ConteneurA {
  float: left;
  width: 250px;
  display: block;
  border: 1px solid #ddd;
  background:#888; 
  margin: 10px 0 0 5px;
}

#Menus {
/*  background:#fff; */
  background:#fbf6df;
  border:1px solid #555;
  left: -5px;
  top: -5px;
  position: relative;
}

#Menus ul {
  margin: 0 0 10px 5px;
  padding: 0;
  list-style: none;
  display: block;
}

#Menus li.presentation,
#Menus li.entrainement,
#Menus li.renseignements,
#Menus li.evenements,
#Menus li.liens {
  margin: 0;
  padding: 0 0 0 19px;
  background-image: url("../gfx/sable/puce2.jpg");
  background-repeat: no-repeat;
  background-position: left;
  height: 24px;
  font-size: 1.5em;
}

#Menus li {
  margin: 0;
  padding: 0 0 0 5px;
  color: #000;
  font-weight: bold;
}

#Menus a, #Menus a:link, #Menus a:visited {
  text-decoration: none;
  color: #b96d00;
  display: block;
  width: 99%;
}

#Menus a:hover {
  background: #888;
  color: #ffffff;
}
/*------------------------------------------------------------*/
/* Conteneur B
/*------------------------------------------------------------*/
#ConteneurB {
margin: 10px 0 0 270px;
}

#ConteneurB h2 {
 background: left no-repeat url("../gfx/sable/puce1.jpg");
 padding-left: 22px;
 font-weight: bold;
 font-size: 1.7em;
 border-bottom: 1px solid #000;
}

#ConteneurB h3 {
margin-top: .5em;
font-weight: bold;
font-size: 1.3em;
background-color: #8b6e44;
color: #fff;
}

#ConteneurB h4 {
margin-top: .5em;
font-size: 1.1em;
}

#ConteneurB p {
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

#ConteneurB a {
color: #B96D00;
text-decoration: underline;
}

#ConteneurB a:hover {
text-decoration: none;
}

#ConteneurB ul
{
margin-left: 1em;
}

#ConteneurB li
{
	margin: 5px 0 0 0;
	font-weight: bold;
}

#ConteneurB img {
border: none;
}

#ConteneurB table {
  border-spacing: 5px;
  border-collapse: collapse;
  width: 99%;
}

#ConteneurB th, td {
  padding: 0 5px 0 5px;
  text-align: center;
  border: 1px #000000 solid;
}

#EvenementsDetails li {
  margin: 5px 0 0 0;
  padding: 0;
  color: #000000;
  font-weight: bold;
}

/*------------------------------------------------------------*/
/* Pied de page
/*------------------------------------------------------------*/
#PiedPage {
position: relative;
height: 2.0em;
clear: both;
padding-top: 2.5em;
background: #fff url("../gfx/sable/border2.gif") repeat-x 0em 2.5em;
font-size: 0.8em;
}

#PiedPage p {
 text-align: center;
} 
