ul#accesLink 
{
	display: none;
}

.ancre
{

}

body, html
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	background: #28140d;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}

.clear
{
	clear: both;
}

.suite a:visited, .suite a:link
{
	text-align: right;
	font-size: 0.9em;
	color: #7e726e;
	padding-left: 192px;
	text-decoration: underline;
}

.suite a:hover, .suite a:active
{
	color: #bb926a;
	text-decoration: underline;
}

p
{
	margin: 0;
}

a
{
	text-decoration: none;
}

h2
{
	margin: 0;
	padding: 0;
}

#page
{
	text-align: left;
	width: 870px;
	margin: 10px auto 0 auto;
	border-top: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

#header
{
	padding: 0;	
	margin: 0;
	background: url(header-bg-g.gif);
}

#header-right
{
	height: 157px;
	background: url(header-bg-d.jpg) right no-repeat;
	padding: 0;
	margin: 0;
}

p#logo
{
	margin: 0;
	padding: 0;
}

p#logo a img
{
	margin: 0;
	border: none;
	padding: 0;
}

#frise-choco
{
	position: absolute;
	width: 520px;
	height: 34px;
	background: url(frise-choco.jpg) right no-repeat;
	top: 133px;
	margin: 0;
	padding: 0;
}

ul#switchLang
{
	margin: 13px 13px 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

ul#switchLang li
{
	float: left;
}

ul#switchLang li a
{
	float: left;
	display: block;
	height: 17px;
	width: 27px;
	text-indent: -1000000px;
}

ul#switchLang li a:link#fr, ul#switchLang li a:visited#fr
{
	background: url(lang-fr-on.gif) 0 0 no-repeat;
}

ul#switchLang li a:hover#fr, ul#switchLang li a:active#fr
{
	background: url(lang-fr-on.gif) 0 -17px no-repeat;
}

ul#switchLang li a:link#uk, ul#switchLang li a:visited#uk
{
	background: url(lang-eng-on.gif) 0 0 no-repeat;
	margin-left: 1px;
}

ul#switchLang li a:hover#uk, ul#switchLang li a:active#uk
{
	background: url(lang-eng-on.gif) 0 -17px no-repeat;
}

#main-menu
{
	height: 77px;
	margin: 0;
	padding:0;
	background: url(line-main-menu.gif) 0px 64px repeat-x;
}

ul
{
	margin: 0;
	padding: 0;
	padding-top: 35px;
}

li
{
	margin: 0;
	padding: 0;
}

ul#menu
{
	list-style-type: none;
	width: 100%; /* précision pour opéra */
}

ul#menu li
{
	float: left;
}

ul#menu a
{
	float: left;
	margin: 0 2px;
	padding: 0px 5px;
	text-align: center;
	text-decoration: none;
	color: #7e726e;
	font-size: 1.1em;
	font-weight: bold;
	height: 30px;
}

ul#menu a.last
{
	float: left;
	margin: 0 2px;
	padding: 0px 5px;
	text-align: center;
	text-decoration: none;
	color: #7e726e;
	font-size: 1.1em;
	font-weight: bold;
	height: 30px;
	width: 133px;
}

ul#menu a:hover
{
	color: #f2d68f;
	background: url(hover-main-menu.gif) center 25px no-repeat;
}

ul#menu a#menuHoverStyle
{
	color: #f2d68f;
	background: url(hover-main-menu.gif) center 25px no-repeat;
}

ul#menu a.last:hover
{
	color: #f2d68f;
	background: url(last-hover-main-menu.gif) center 25px no-repeat;
}

/*--------------- création de la colonne de gauche ---------------*/
#left-column
{
	width: 588px;
	float: left;
}

#left-column h1
{
	font-size: 16px;
	font-weight: bold;
	color: #f2d68f;
	height: 30px;
	text-align: left;
	padding-left: 10px;
	padding-top: 13px;
	border-bottom: 1px solid #48281d;
	margin: 6px 0 0 0;
}

#left-column h1 a
{
	font-size: 16px;
	font-weight: bold;
	color: #f2d68f;
}

/* création des mini bloc pour l'intro*/
.mini-bloc, .mini-bloc-first
{
	width: 144px;
	height: 233px;
	background-color: #301911;
	float: left;
	border-top: 6px solid #48281d;
	margin-left: 4px;
}

.mini-bloc-first
{
	margin-left: 0;
}

.mini-bloc:hover, .mini-bloc-first:hover
{
	background-color: #4b2b20;
	border-top: 6px solid #f2d68f;
}

/* deco des titres */
p.intro-title a:link, p.intro-title a:visited
{
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #f2d68f;
	height: 33px;
	text-align: center;
	padding-top: 10px;
}

/* deco des img */
a:link img.img-intro, a:visited img.img-intro
{
	border: 4px solid #48281d;
}

a:hover img.img-intro, a:active img.img-intro
{
	border: 4px solid #f2d68f;
}

/* deco de + d'infos */
p.plus-infos a:link, p.plus-infos a:visited
{
	display: block;
	height: 21px;
	font-size: 1em;
	font-weight: bold;
	color: #1d0e09;
	text-align: right;
	margin: 18px 0 0 0;
	padding-top: 4px;
	padding-right: 25px;
	background: url(arrow-title.gif) 0px no-repeat #48281d;
}

p.plus-infos a:hover, p.plus-infos a:active
{
	background-color: #f2d68f;
}

/* Bloc rowProduits */

#rowProduits
{
	padding: 0;
	margin: 10px 0 0 0;
}

div#rowProduits div.rowProduitsArticle
{
	width: 293px;
	height: 150px;
	float: left;
	background: #4f342b;
	margin: 0;
	padding: 0;
}

div#rowProduits div.rowProduitsArticleLeft
{
	float: left;
	background: #f2d68f;
	width: 110px;
	padding: 16px 0;
	margin: 0;
}

div#rowProduits div.rowProduitsArticleLeft img, 
div#rowProduits div.rowProduitsArticleLeft a:link img,
div#rowProduits div.rowProduitsArticleLeft a:visited img  
{
	display: block;
	margin: 0 auto;
	width: 80px;
	border: 4px solid #48281d;
	padding: 0;
}

div#rowProduits div.rowProduitsArticleLeft a:hover img,
div#rowProduits div.rowProduitsArticleLeft a:active img  
{
	border: 4px solid #5c1e0f;
}

div#rowProduits div.rowProduitsArticleRight
{
	float: right;
	background: #4f342b;
	width: 170px;
	padding: 16px 0 0 6px;
	margin: 0;
	
}

div#rowProduits div.rowProduitsArticleRight h3 a:link, 
div#rowProduits div.rowProduitsArticleRight h3 a:visited
{
	display: block;
	height: 0px;
	padding: 0;
	/*margin: 0 0 27px 0;*/
	color: #f2d68f;
	text-decoration: none;
	font-size: 14px;
}

div#rowProduits div.rowProduitsArticleRight h3 a:hover, 
div#rowProduits div.rowProduitsArticleRight h3 a:active
{
	text-decoration: underline;
}

div#rowProduits div.rowProduitsArticleRight h4 a:link,
div#rowProduits div.rowProduitsArticleRight h4 a:visited
{
	padding: 0;
	margin: 0;
	color: #f2d68f;
	text-decoration: none;
	font-size: 12px;
}

div#rowProduits div.rowProduitsArticleRight h4 a:hover,
div#rowProduits div.rowProduitsArticleRight h4 a:active
{
	text-decoration: underline;
}

div#rowProduits div.rowProduitsArticleRight p.suite a:link,
div#rowProduits div.rowProduitsArticleRight p.suite a:visited
{
	text-align: right;
	font-size: 0.9em;
	color: #7e726e;
	text-decoration: underline;
	width: 160px;
	display: block;
}

div#rowProduits div.rowProduitsArticleRight p.suite a:hover,
div#rowProduits div.rowProduitsArticleRight p.suite a:active
{
	color: #bb926a;
	text-decoration: underline;
}

div#rowProduits div.rowProduitsArticleRight p a:link,
div#rowProduits div.rowProduitsArticleRight p a:visited
{
	padding: 0;
	margin: 0;
	color: #f2d68f;
	text-decoration: none;
}

div#rowProduits div.rowProduitsArticleRight p a:hover,
div#rowProduits div.rowProduitsArticleRight p a:active
{
	text-decoration: underline;
}

div#rowProduits div.rowProduitsArticleRight p.description a:link,
div#rowProduits div.rowProduitsArticleRight p.description a:visited
{
	padding: 0;
	display: block;
	margin: 10px 0 0 0;
	color: #f2d68f;
	text-decoration: none;
	height: 50px;
}

div#rowProduits div.rowProduitsArticleRight p.description a:hover,
div#rowProduits div.rowProduitsArticleRight p.description a:active
{
	text-decoration: underline;
}

/* Fin bloc rowProduits*/


/*     fiche     */


div#fiche
{
	width: 100%;
	
	background: #4f342b;
	margin: 0;
	padding: 0;
}

div#ficheLeft
{
	float: left;
	background: #f2d68f;
	width: 232px;
	padding: 16px 0;
	margin: 0;
}

div#ficheLeft img, 
div#ficheLeft a:link img,
div#ficheLeft a:visited img  
{
	display: block;
	margin: 0 auto;
	/*width: 167px;*/
	border: 4px solid #48281d;
	padding: 0;
}

div#ficheLeft a:hover img,
div#ficheLeft a:active img  
{
	border: 4px solid #5c1e0f;
}

div#ficheRight
{
	float: left;
	background: #4f342b;
	width: 340px;
	padding: 16px 0 0 6px;
	margin: 0;
}

div#ficheRight p.suite
{
	text-align: right;
}

div#ficheRight h3
{
	padding: 0;
	margin: 0 0 27px 0;
	color: #f2d68f;
	font-size: 1.3em;
}


div#ficheRight h4 
{
	padding: 0;
	margin: 0;
	color: #f2d68f;
}


div#ficheRight p 
{
	padding: 0;
	margin: 0 0 10px 0;
	color: #f2d68f;
}


div#ficheRight p.description
{
	padding: 0;
	display: block;
	margin: 10px 0 0 0;
	color: #f2d68f;
	text-decoration: none;
}
/*   fin fiche     */


/* création du bloc produits populaires */
#bloc-produits
{
	width: 588px;
	margin-top: 4px;
	float: left;
	border-top: 6px solid #48281d;
}

/* deco du titre */
h2.produits-title
{
	font-size: 1.3em;
	font-weight: bold;
	color: #f2d68f;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0 0 10px 0;
}

object
{
	margin: 0;
	padding: 0;
	height: 113px;
}

#flashB
{
	background: #000000;
	height: 113px;
	margin: 0;
	padding: 0;
}

/*--------------- création de la colonne de droite ---------------*/
#right-column
{
	width: 277px;
	float: right;
}

/* création du bloc de présentation */
#bloc-presentation
{
	height: 290px;
	border-top: 6px solid #48281d;
}

h1#presentation-title
{
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #48281d;
	margin: 0;
	padding: 0 0 0 20px;
}

h1#presentation-title a:link,
h1#presentation-title a:visited
{
	font-size: 16px;
	font-weight: bold;
	color: #f2d68f;	
	text-align: left;
	padding-top: 0px;
	text-decoration: none;
	margin: 0;
}

h1#presentation-title a:hover,
h1#presentation-title a:active
{
	text-decoration: underline;
}

h2#presentation-title
{
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #48281d;
	margin: 0;
	padding: 0 0 0 20px;
}

h2#presentation-title a:link,
h2#presentation-title a:visited
{
	font-size: 16px;
	font-weight: bold;
	color: #f2d68f;
	height: 33px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	text-decoration: none;
}

h2#presentation-title a:hover,
h2#presentation-title a:active
{
	text-decoration: underline;
}

.presentation-texte
{
	font-size: 0.9em;
	color: #bb926a;
	padding: 20px 20px 20px 20px;
}


#bloc-newsletter
{
	height: 186px;
}

.newsletter-title
{
	font-size: 1.3em;
	font-weight: bold;
	color: #f2d68f;
	height: 33px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #48281d;
}

#bloc-email
{
	width: 160px;
	height: 26px;
	background: url(email-bg.gif) no-repeat;
	border: none;
	padding-top: 7px;
	padding-left: 10px;
	float: left;
}

#center-email
{
	padding-left: 20px;
}

#email
{
	border: none;
	background-color: #48281d;
	width: 150px;
	color: #f2d68f;
}

#btn-ok
{
	width: 50px;
	height: 25px;
	background: url(btn-ok.gif) no-repeat;
	border: none;
	margin-left: 10px;
	margin-top: 4px;
	color: #f2d68f;
}

.clear
{
	clear: both;
}

#footer-top
{
	border-top: 5px solid #ffffff;
	height: 125px;
	background: url(footer-bg.gif);
}

#footer-interne
{
	width: 840px;
	margin: 0 auto;
	height: 106px;
	text-align: left;
	padding-left: 0px;
	padding-top: 18px;
}

#footer-interne p
{
	color: #d8bb7f;
	margin: 0;
	padding: 0;
}


#footer-bottom
{
	color: #d8bb7f;
	padding-top: 7px;
}

#footer-bottom a
{
	color: #d8bb7f;
	text-decoration: underline;
}

#footer-bottom a:hover
{
	text-decoration: none;
}


p#signature
{
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

p#signature a:link,
p#signature a:visited
{
	color: #ffffff;
	text-decoration: underline;
	font-size: .9em;
}

p#signature a:hover,
p#signature a:active
{
	text-decoration: none;
}


ul#pageIndex
{
	list-style-type: none;
	margin: 20px 0 0 5px;
	padding: 0;
}

ul#pageIndex li
{
	float: left;
}

ul#pageIndex li a:link,
ul#pageIndex li a:visited
{
	display: block;
	float: left;
	height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0px 5px;
	background: #4f342b;
	color: #f2d68f;
	text-decoration: none;
	border: 1px solid #f2d68f;
}

ul#pageIndex li a:hover,
ul#pageIndex li a:active
{
	background: #f2d68f;
	color: #4f342b;
	text-decoration: none;
	border: 1px solid #f2d68f;
}

ul#pageIndex li a:link.paginationHover,
ul#pageIndex li a:visited.paginationHover
{
	background: #f2d68f;
	color: #4f342b;
	text-decoration: none;
	border: 1px solid #f2d68f;
}
