 html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;    
	background-color: #fbf0db;
    min-width: 40em; /* une largeur minimale évite des erreurs d'affichage dans des nagateurs modernes */
  }
  table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

  #fixe {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 162px;
	z-index: 3;
  }
  html>body #fixe {  /* seulement pour navigateurs modernes! */
    position: fixed;
  }
 
 .menu {
	font-family:"Trebuchet MS";
	color: #747364;
	font-size: 11px;
	text-align: right;
	padding-right: 11px;
	margin-right: 11px;
  }

 .menu a {
    display: block;
	color: #747364;
	padding: 3px;
	text-decoration: none;
  }
  .menu a:link {
color: #747364;  }

 .menu a:visited {
    color: #acac9c; 
  }
 .menu a:hover {
  color: #747364;
	text-decoration: underline;
  }
 .menu a:active {
    color: white; 
  }
  #UKFR {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 162px;
	height: 50px;
  }
  #bandeauPhotos {
  position: absolute;
    top: 0px; left: 162px;
    width: 215px;
  }
  #contenu {
  position: absolute;
    top: 0px; left: 377px;
    width: 564px;
	z-index:1;
  }
   #contenuTexte {
  position: absolute;
    top: 160px; left:16px;
    width: 550px;
	z-index:2;
  }
.titreNiveau1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #633f38;
	font-weight: bold;
	line-height: 28px;
}
.titreNiveau2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #633f38;
	font-weight: 21px;
}
.textCourantNoir {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.textCourantNoir a {
	text-decoration: underline;
	color: #333333;
}
.textCourantNoir a:hover {
	text-decoration: none;
	color: #333333;
}
.textCourantNoirPetit {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
.textCourantNoirPetit a {
	text-decoration: underline;
	color: #333333;
}
.textCourantNoirPetit a:hover {
	text-decoration: none;
	color: #333333;
}
.textCourantBrun {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #633f38;
	line-height: 16px;
}
.textCourantBrun a {
	text-decoration: underline;
	color: #633f38;
}
.textCourantBrun a:hover {
	text-decoration: none;
	color: #633f38;
}
.textCourantBrunPetit {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #633f38;
	line-height: 14px;
}
.textCourantBrunPetit a {
	text-decoration: underline;
	color: #633f38;
}
.textCourantBrunPetit a:hover {
	text-decoration: none;
	color: #633f38;
}

.LiensCartes {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	padding-left: 15px;
}
.LiensCartes a {
color: #333333;
	
}
.LiensCartes a:hover {
color: #333333;
	text-decoration: none;
}
