body {
	background-color:#ccc;
	padding:0;
	margin:0;
	font-family:arial, sans-serif;
	font-size:12px;
	color:white;
	font-weight:bold;
	line-height:1.2em;
}

h2 {font-size:14px; color:#f8a719; padding:5px 0 0 0;}
.texte_jaune {color:#f8a719;}

ul {list-style:none; margin-left:10px;}
ul li {display:inline; padding:0px 5px; font-weight:bold;}
ul li a {text-decoration:none; color:black;}
ul li a:hover {text-decoration:underline; color:#666;}

#container {
	position:relative;
	height:500px;
	width:7600px;
	top:20px;
	background-color:black;
}


#accueil {
	position:relative;
	height:500px;
	width:949px;
	background:black url(../images/accueil.jpg) top left no-repeat;
	float:left;
}

#accueil p {
	position:relative;
	width:270px;
	left:432px;
	top:30px;
}


#historique {
	position:relative;
	height:500px;
	width:952px;
	background:black url(../images/historique.jpg) top left no-repeat;
	float:left;
}

#historique p {
	position:relative;
	width:420px;
	left:30px;
	top:30px;
}
#historique img {position:relative; top:20px; left:20px;}


#resto {
	position:relative;
	height:500px;
	width:949px;
	background:black url(../images/resto.jpg) top left no-repeat;
	float:left;
}

#resto p.premier {
	position:absolute;
	width:430px;
	left:30px;
	top:80px;
}
#resto p.deuxieme {
	position:absolute;
	width:411px;
	right:30px;
	top:80px;
	text-align:right;
}
#resto img {position:relative; top:20px; left:100px;}


#chocolaterie {
	position:relative;
	height:500px;
	width:953px;
	background:black url(../images/chocolaterie.jpg) top left no-repeat;
	float:left;
}

#chocolaterie p {
	position:absolute;
	width:395px;
	left:530px;
	top:80px;
}
#chocolaterie img.titre {position:relative; top:20px; left:400px;}
#chocolaterie img.thumb {position:relative; text-align:center; left:160px; padding:10px 0 0 0;}


#caramel {
	position:relative;
	height:500px;
	width:962px;
	background:black url(../images/caramel.jpg) top left no-repeat;
	float:left;
}

#caramel p {
	position:absolute;
	width:290px;
	left:30px;
	top:80px;
}
#caramel img {position:relative; top:20px; left:50px;}


#cadeaux {
	position:relative;
	height:500px;
	width:961px;
	background:black url(../images/cadeaux.jpg) top left no-repeat;
	float:left;
}

#cadeaux p {
	position:relative;
	width:295px;
	left:30px;
	top:30px;
}
#cadeaux img {position:relative; top:20px; left:30px;}


#recherche {
	position:relative;
	height:500px;
	width:949px;
	background:black url(../images/r_et_d.jpg) top left no-repeat;
	float:left;
}

#recherche p {
	position:relative;
	width:350px;
	left:20px;
	top:70px;
}
#recherche img {position:relative; top:40px; left:30px;}



#contact {
	position:relative;
	height:500px;
	width:925px;
	background:black url(../images/contact.jpg) top left no-repeat;
	float:left;
}

#texte_contact {
	position:relative;
	width:350px;
	top:50px;
	text-align:right;
}
#contact img {position:relative; top:30px; left:90px;}

#texte_contact a {
	color:white;
}

#menu {
	position:fixed;
	top:0px;
	width:100%;
	background-color:#ccc;
	float:left;
	color:black;
	font-size:1em;
	font-style:bold;
}