@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body {
	background-color: #CEBCA5;
	font:12px "Times New Roman", Times, serif;
	color:#CEBCA5;
}

a:link {
	color: #CEBCA5;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CEBCA5;
}
a:hover {
	text-decoration: underline;
	color: #CEBCA5;
}
a:active {
	text-decoration: underline;
	color: #CEBCA5;
}

#page{
	width:1320px;
	height:780px;
	margin:auto;
	background-color:#7c330e;
}

#menuHaut {
	position: relative;
	top:50px;
	z-index:2;
}

#gateauGrand {
	position: relative;
	bottom: 0px;
	left: 800px;
	z-index:1;
}

#gateauPetit{
	position: relative;
	bottom: 0px;
	left: 850px;
	z-index:1;
}

#gateauBackground {
	position: relative;
	bottom: 0px;
	left:600px;
	z-index:0;
}

#chocolatShowBackground {
	position: relative;
	/*
	top: 150px;
	*/
	right:170px;
	z-index:0;
}

#chocolatShow {
	position: relative;
	bottom: 0px;
	top: -30px;
	left: -200px;
	right: 0px;
}

#content {
	position: relative;
	bottom: 0px;
	top:20px;
	font-size:24px;
	margin:auto;
	z-index:2;
}

.marronFonce {
	color:#3f1610;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.strong{
	font-size:36px;
	font-style:oblique;
	font-weight:bold;
}

.creme{
	color:#cebca5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.formContact{
	background-color:Transparent;
	color:#CEBCA5;
}

.titreJaune{
	color:#94bd20;
	font-weight:bold;
}

.sousTitre{
	font-weight:bold;
	padding-bottom:10px;
}

.text{
	font-size:14px;
}

#footer {
	margin:auto;
	position: relative;
	bottom: 0px;
	top: -61px;
}

#signature {
	margin:auto;
	position: relative;
	bottom: 0px;
	top: -41px;
	text-align: center;
}

