/*CORPS DU SITE*/

body,td,th {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}
body {
	background-color: #34140B;
	color: #ECCDC6;
	text-align:center;
}

p {

	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #34140B;
	
}
/*CONTENEUR PRINCIPAL*/
#parent {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #ECCDC6;
	width:800px;
	height:650px;
	background-color:#ECCDC6;
	
}

/*BANDEAU*/
#bandeau {
	width:800px;
	height:130px;
	background-color:#ECCDC6;
	background-image:url(../images/bandeau.jpg);
	background-repeat:no-repeat;


}
/*MENU DE GAUCHE*/
#menu-left {

	display:block;
	float:left;
	width:130px;
	height:480px;
	margin-top:5px;
	margin-left:5px;
}
/*MENU historique*/
.historique {
	display:block;
	margin-top:30px;
	margin-left:15px;
	background-image:url(../images/btn-over-histo.png);
	background-repeat:no-repeat;
	height:33px;

}

.historique:hover {
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-histo.png);
	background-repeat:no-repeat;
	height:33px;

}
/*MENU chocolats*/
.chocolats {
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-over-choco.png);
	background-repeat:no-repeat;
	height:33px;

}

.chocolats:hover {
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-choco.png);
	background-repeat:no-repeat;
	height:33px;

}
/*MENU dragees */
.dragees {
	display:block;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../images/btn-over-drage.png);
	background-repeat:no-repeat;
	height:33px;

}

.dragees:hover {
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-drage.png);
	background-repeat:no-repeat;
	height:33px;

}
/*MENU macarons */
.macarons {
	display:block;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../images/btn-over-macar.png);
	background-repeat:no-repeat;
	height:33px;

}

.macarons:hover {
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-macar.png);
	background-repeat:no-repeat;
	height:33px;

}
/*MENU actualités */
.actualites {
	display:block;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../images/btn-over-actualites.png);
	background-repeat:no-repeat;
	height:33px;

}

.actualites:hover {
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-actualites.png);
	background-repeat:no-repeat;
	height:33px;

}
/*MENU thes */
.thes{
	display:block;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../images/btn-over-the.png);
	background-repeat:no-repeat;
	height:33px;

}

.thes:hover {
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-the.png);
	background-repeat:no-repeat;
	height:33px;

}
/*MENU sogo */
.sogo{
	display:block;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../images/btn-over-sogo.png);
	background-repeat:no-repeat;
	height:33px;

}

.sogo:hover {
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-sogo.png);
	background-repeat:no-repeat;
	height:33px;

}
/*MENU spiritueux */
.spiritueux{
	display:block;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../images/btn-over-spirit.png);
	background-repeat:no-repeat;
	height:33px;

}

.spiritueux:hover {
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-spirit.png);
	background-repeat:no-repeat;
	height:33px;

}
.logo{
	display:block;
	margin-left:15px;
	margin-top:30px;
	background-image:url(../images/logamstram.png);
	background-repeat:no-repeat;
	height:50px;

}

/*MENU acces */
.acces{
	display:block;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../images/btn-over-acces.png);
	background-repeat:no-repeat;
	height:33px;
}

.acces:hover{
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-acces.png);
	background-repeat:no-repeat;
	height:33px;

}
/*MENU contact */
.contact{
	display:block;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../images/btn-over-contact.png);
	background-repeat:no-repeat;
	height:33px;
}

.contact:hover{
	display:block;
	margin-left:15px;
	background-image:url(../images/btn-press-contact.png);
	background-repeat:no-repeat;
	height:33px;

}

.Style1 {
	font-size: 16px;
	font-weight: bold;
}

.Style6 {
	font-size: 24px
}
.Style7 {
	font-size: 14px; 
	font-weight:normal;
}

/*APERCU IMAGE*/
#present-image {
	display:block;
	float:left;
	width:655px;
	height:190px;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/band-chocolats.jpg);
	background-repeat:no-repeat;
}

#present-dragees {
	display:block;
	float:left;
	width:655px;
	height:190px;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/drag-band.jpg);
	background-repeat:no-repeat;
}

#present-historique {
	display:block;
	float:left;
	width:655px;
	height:190px;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/historique-band.jpg);
	background-repeat:no-repeat;
}

#present-biscuits {
	display:block;
	float:left;
	width:655px;
	height:190px;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/biscuit-band.jpg);
	background-repeat:no-repeat;
}

#present-spiritueux {
	display:block;
	float:left;
	width:655px;
	height:190px;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/spirit-band.jpg);
	background-repeat:no-repeat;
}

#present-thes {
	display:block;
	float:left;
	width:655px;
	height:190px;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/thes-band.jpg);
	background-repeat:no-repeat;
}

#present-sogo {
	display:block;
	float:left;
	width:655px;
	height:190px;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/sogo-band.jpg);
	background-repeat:no-repeat;
}

#present-chocolat {
	display:block;
	float:left;
	width:655px;
	height:190px;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/band-index.jpg);
	background-repeat:no-repeat;

}
/*APERCU TEXTE*/
#present-text {
	display:block;
	float:left;
	width:655px;
	height:285px;
	margin-top:5px;
	margin-left:5px;
	background-repeat:no-repeat;

}

#texte-choco {
	margin-left:15px;
	display:block;
	float:left;
	width:322px;
	margin-top:15px;
	height:255px;
	overflow:auto;
	
}

#texte-biscuit{
	margin-left:15px;
	display:block;
	float:left;
	width:600px;
	margin-top:15px;
	height:255px;
	overflow:auto;
	
}
#texte-dragees {
	margin-left:15px;
	display:block;
	float:left;
	width:630px;
	margin-top:15px;
	height:255px;
	overflow:auto;
	
}

#texte-histo{
	margin-left:15px;
	display:block;
	float:left;
	width:620px;
	margin-top:15px;
	height:255px;
	overflow:auto;
	color: #34140B
}

#texte-thes{
	margin-left:15px;
      display:block;
	float:left;
	width:620px;
	margin-top:15px;
	height:255px;
	overflow:auto;
	color: #34140B
	
}
#text-sogo{
	display:block;
	float:left;
	margin-left:30px;
	margin-top:15px;
	height:250px;
	width:600px;
	overflow:auto;
}
#text-spiritueux{
	display:block;
	float:left;
	margin-left:30px;
	margin-top:15px;
	height:250px;
	width:600px;
	overflow:auto;
}

#present-actualite{
    margin-left:20px;
	display:block;
	float:left;
	margin-top:20px;
	height:460px;
	width:600px;
	
	}

#present-acces{
    margin-left:15px;
	display:block;
	float:left;
	margin-top:20px;
	height:460px;
	width:620px;
	background-image:url(../images/carte.png);
	background-repeat:no-repeat;
}
#trame-actualite{
	display:block;
	float:left;
	margin-left:15px;
	background-repeat:no-repeat;

}
/*PIED DE PAGE*/
#footer {
	display:block;
	float:left;
	background-color:#34140B;
	width:800px;
	height:25px;
	margin-top:10px;
}

.Style2 {font-size: 14px;
}
.Style3 {
	font-size: 24px;
	font-weight: bold;
}
.Style4 {
	font-size: 18;
	font-weight: normal;
}
.Style5 {font-size: 14}

