/* Général
 ============================================================================ */

body {
	padding : 0;
	margin : 0;
	font-size : 10pt;
	font-family : sans-serif;
  background-color : #000000;
	background-image : url('./images/back.jpg');
	background-repeat : repeat;
  text-align : justify;
}

a { 
  text-decoration : none;
}

img {
  border : none;
}

/* Conteneur graphique
 ============================================================================ */
	
#contenu {
  background-color : #000000;
  position : absolute;
	width : 800px;
	margin : auto;
	left : 50%;
	margin-left : -400px;
	border-left : 10px solid #908662;
	border-right : 10px solid #908662;
}

/* Découpe
 ============================================================================ */
 #titre {
  background-color : #000000;
	width : 800px;
	padding-top : 70px;
	padding-bottom : 10px;
	color : #FFFFFF;
	background-image : url('./images/logo.jpg');
	background-repeat : no-repeat;
	background-position : top left;
	text-align : right;
 }
 
 #ssmenu {
  background-color : #FFFFFF;
	width : 800px;
	height : 30px;  
 }
 
 #ssmenu A {
  color : #000000;
 }
 
 #ssmenu_content {
  padding-top : 5px;
  padding-left : 0px;
  text-align : center;
 }
 
 #bandeau {
  background-color : #FFFFFF;
	width : 800px;
	height : 110px;  
 }
 
 #texte {
  background-color : #FFFFFF;
	width : 800px;
 }
 
 #texte_content {
  padding-left : 5px;
  padding-right : 5px; 
 }
 
 #texte_titre {
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 12pt;
  font-weight : bold ;
  text-align : left;
  color : #908662;  
 }
 
 .spacer {
  clear: both;
  }

 
/* Bandeau Supérieur
 ============================================================================ */

  dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  #menu {
    position : absolute;
    top : 78px;
    left : 0;
    padding-left : 350px;
    z-index : 100;
    text-align : right;
  }
  
  #menu dl {
    float: left;
    width: 90px;
  }
  
  #menu dt {
    cursor: pointer;
    text-align: center;
    border: 0px;
    margin: 1px;
  }
  
  #menu dd {
    display: none;
  }
  #menu dt {
    font-weight : bold;
  }
  
  #menu ul {
  }
  
  #menu li {
    color : #FFFFFF;
    text-align: center;
    background : #908662;
    border-bottom : 1px solid white;
    /* height : 20px; IE*/
  }
  
  #menu li a, #menu dt a {
    text-decoration: none;
    display: block;
    height: 100%;
    border: 0 none;
  }
  
  #menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
    background: #eee;
    color : #000000;
  }
 
/* Balise Standard
 ============================================================================ */
 A {
  Color : #FFFFFF;
 }