body {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	margin: 0px;
	background: #7E6E4E url(imagesHP/FondPage.gif) repeat-x top;
	color: #999999;
	text-align: left;
}
#principal {
	margin: 10px auto 20px auto;
	}
#page {
	background: #231F20 url(imagesHP/LogoLaCuisine.jpg) no-repeat left top;
	width: 920px;
	border: 1px solid #CC9966;
}
a {
	color: #CC9966;
	text-decoration: none;
	}
	
a:hover {
	color: #CC9933;
	text-decoration: underline;
	}
.TitrePage {
	font-size: 30px;
	color: #999999;
	margin-top: 24px;
	margin-bottom: 12px;
	font-weight: bold;
}
.TextePrincipal {
	font-size: 12px;
	color: #FFFFFF;
}
.CadreGris {
	border: 1px solid #666666;
}
#navigation td {
	border-bottom: 1px solid #666666;
	}
	
#navigation a {
	font: normal 14px/18px "Century Gothic", Verdana, Arial, sans-serif;
	color: #666666;
	letter-spacing:0.07em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	text-align: left;
	}
	
#navigation a:hover {
	color:#999999;
	background: #333333;
	}
#ZoneTexte_5 {
	margin: 0px 0px 5px
	}
#RefMovingis {
	font-size: 9px;
	color: #000000;
	}
#RefMovingis a{
	font-size: 9px;
	color: #000000;
	}
#RefMovingis a:hover{
	font-size: 9px;
	color: #000000;
	}
	
h1 {
	font-size: 30px;
	color: #999999;
	margin-bottom: 12px;
}
h2 {
	font-size: 22px;
	color: #999999;
	margin-top: 8px;
	margin-bottom: 8px;
}
h3 {
	font-size: 16px;
	color: #999999;
	margin-top: 2px;
	margin-bottom: 2px;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
/*----------diaporama----*/
.diapo-cadre {
  display: inline-block;
  position: relative;     /* pour servir de référent */
}
.diapo-cadre img {
  display: block;/* supprime l'espace sous les images */
  width: 400px;
  height: 270px;
/*  max-width: 400px;
  max-height: 330px;*/
}
.diapo-cadre > * + * {    /* tous les enfants directs sauf le 1st */
  position: absolute;
  top: 0;
  left: 0;
}
#diapo-fade > * {             /* tous les enfants directs */
  opacity: 1;
  transition: opacity 1s;
}
#diapo-fade > :last-child {   /* uniquement le dernier enfant direct */
  opacity: 0;
}
/*.btn-icon
{
  background-color: transparent;
  border: 0;
  color: white;
}
.bandeaubtn {background-color: #3A3738;}*/