* {
	margin:0;
	padding:0;
}

body {
	background: #655760;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	color: #565656;
}

a{
	color: #565656;
}

img{
	border:0;
}

.gris{
	color: #989898;
}
.gris_fonce{
	color: #565656;/*#727272;*/
}
.violet{
	color: #7D4E78;/*#793d5d;*/
}
.orange{
	color: #EA8535;/*#ec6900;*/
}

#drapeau{
	width:954px;
	text-align:right;
	margin:25px auto 0px auto;
}
#drapeau a, #drapeau a:visited{
	color:#d3b4c8;
	font-size:0.9em;
	text-decoration:none;
}
#drapeau a:hover{
	text-decoration:underline;
}


#global {
	width:954px;
	padding:2px;
	background: #FFF;
	margin:5px auto 15px auto;
}

#header {
	padding:0;
}

#header h1 a, #header h1 {
	display:block;
	width:393px;
	height:81px;
	background:url(../images/global/blf.jpg) no-repeat;
}

#header h1 a span, #header h1 span {
	display:none;
}

#rightbox {
	float:right;
	text-align:center;
}

#rightbox #ptv, #rightbox #ct {
	float:left;
	font-size:95%;
}

#rightbox a {
	text-decoration:none;
	color:#7f8795;
	display:block;
	padding:5px 10px 2px 10px;
}

#rightbox a:hover {
	text-decoration:underline;
}

#rightbox #ptv {
	background: url(../images/global/dotted2.gif) top right repeat-y;
	padding-right:1px;
}

#rightbox a.active {
	background:#eaecef;
}

#nav {
	background: url(../images/global/menu.jpg) no-repeat;
	width:954px;
	height:34px;
}

#nav ul {
	list-style-type:none;
	height:34px;
}

#nav ul li {
	display:block;
	float:left;
	height:34px;
}

#nav ul li a {
	display:block;
	float:left;
	height:34px;
	background: transparent url(../images/global/menu.jpg) no-repeat;
}

#nav ul li#menu-accueil a     { width: 92px; background-position: 0 0; }
#nav ul li#menu-entreprise a    { width: 97px; background-position: -92px 0; }
#nav ul li#menu-savoir-faire a      { width: 105px; background-position: -189px 0; }
#nav ul li#menu-collections a  { width: 110px; background-position: -294px 0; }
#nav ul li#menu-bougies a  { width: 170px; background-position: -404px 0; }
#nav ul li#menu-presse a  { width: 58px; background-position: -574px 0; }

#nav ul li#menu-accueil a:hover    { background-position: 0 -34px; }
#nav ul li#menu-entreprise a:hover   { background-position: -92px -34px; }
#nav ul li#menu-savoir-faire a:hover     { background-position: -189px -34px; }
#nav ul li#menu-collections a:hover { background-position: -294px -34px; }
#nav ul li#menu-bougies a:hover { background-position: -404px -34px; }
#nav ul li#menu-presse a:hover { background-position: -574px -34px; }

#nav ul li.nav-active#menu-accueil a   { background-position: 0 -34px; }
#nav ul li.nav-active#menu-entreprise a   { background-position: -92px -34px; }
#nav ul li.nav-active#menu-savoir-faire a     { background-position: -189px -34px; }
#nav ul li.nav-active#menu-collections a { background-position: -294px -34px; }
#nav ul li.nav-active#menu-bougies a { background-position: -404px -34px; }
#nav ul li.nav-active#menu-presse a { background-position: -574px -34px; }

#nav ul li a span {
	display:none;
}

/*Style général du menu de gauche */
.menu {
	width:169px;
	float:left;
	list-style-type:none;
	margin-left: 25px;
}

.menu li a {
	display:block;
	padding:5px 0 5px 10px;
	height:auto !important;
	height:14px;
	background:url(../images/global/arrow.gif) no-repeat 0px 9px;
	text-decoration:none;
}

.menu li a:hover {
	background:url(../images/global/arrow-active.gif) no-repeat 0px 9px;
}

.menu li.active-parent h3 {
	display:block;
	font-size:12px;
	padding:5px 0 5px 10px;
}

.menu li.active-parent ul {
	padding:0 0 0 0;
	list-style-type:none;
}

.menu li.active-parent ul li {
	padding:0 0 0 15px;
	background:none;
}

/* Classes Couleur Menu */

#menu-blanc {
	background:#FFF;
	width:169px;
	float:left;
	list-style-type:none;
	margin-left: 0px;
	padding:10px 0 0 17px;
}

#menu-blanc li a {
	color:#6A5E4F;
}

#menu-blanc li a:hover {
	color:#F29B55;
}

#menu-blanc li.active-parent ul li a {
	border:none;
	background:url(../images/global/disc.gif) no-repeat 2px 10px;
	text-transform:none;
}

#menu-blanc li.active-parent ul li a:hover {
	background:url(../images/global/disc-active.gif) no-repeat 2px 10px;
	color: #F29B55;
}

#menu-blanc li.active-parent ul li.active a {
	background:url(../images/global/disc-active.gif) no-repeat 2px 10px;
	color: #F29B55;
	font-weight:bold;
}

#menu-blanc li, #menu-blanc li.active-parent {
	font-size:12px;
	background:url(../images/global/dotted.gif) repeat-x;
}

#menu-blanc li.active-parent h3 {
	background:#E5E2DA url(../images/global/arrow-active.gif) no-repeat 0px 9px;
	color:#6A5E4F;
}
#menu-blanc li.active-parent h3 a {
	padding:0;
	background:none;
}

/* Classes Couleur Menu */

#menu-noir {
	background:#111;
	width:169px;
	float:left;
	list-style-type:none;
	margin-left: 0px;
	padding:10px 0 0 17px;
}

#menu-noir li a {
	color:#fff;
}

#menu-noir li a:hover {
	color:#fff;
}

#menu-noir li.active-parent ul li a {
	border:none;
	
	text-transform:none;
}

#menu-noir li.active-parent ul li a:hover {
	
	color: #fff;
}

#menu-noir li.active-parent ul li.active a {
	
	color: #fff;
	font-weight:bold;
}

#menu-noir li, #menu-noir li.active-parent {
	font-size:12px;
	background:url(../images/global/dotted.gif) repeat-x;
}

#menu-noir li.active-parent h3 {
	background:#9ea4af url(../images/global/arrow-active_grey.gif) no-repeat 0px 9px;
	color:#262c2f;
}

/* Fin Classes Couleur Menu */

.spacer {
	clear:both;
}

#footer {
	text-align: center;
	font-size: 80%;
	color: #c1a4b7;
	padding-bottom:15px;
	word-spacing:2px;
}

#footer a {
	color: #c1a4b7;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}