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

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #003300;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
	width: 100%;
	height: 100%;
}

#conteneur {
	background: url(images/vagueVerte.jpg) no-repeat 50px 224px;
}

#eau {
	background: #1b5a97 url(images/degradeEau.jpg) repeat-x;
}

#eau #conteneur {
	background: url(images/vagueEau.jpg) no-repeat 50px 224px;
}

#vin {
	background: #650010;
}

#vin #conteneur {
	background: url(images/vagueVin.gif) no-repeat 50px 224px;
}

#champagne {
	background: #000 url(images/degradeChampagne.jpg) repeat-x;
}

#champagne #conteneur {
	background: url(images/vagueChampagne.jpg) no-repeat 0 224px;
}

#spiritueux {
	background: #9b6905 url(images/degradeSpiritueux.jpg) repeat-x;
}

#spiritueux #conteneur {
	background: url(images/vagueSpiritueux.jpg) no-repeat 50px 224px;
}

#jusFruit {
	background: #fb6308 url(images/degradeJusFruit.jpg) repeat-x;
}

#jusFruit #conteneur {
	background: url(images/vagueJusFruit.jpg) no-repeat 50px 224px;
}

#sirop {
	background: #bf0705 url(images/degradeSirop.jpg) repeat-x;
}

#sirop #conteneur {
	background: url(images/vagueSirop.jpg) no-repeat 50px 224px;
}

#cafe {
	background: #000;
}

#cafe #conteneur {
	background: url(images/vagueCafe.jpg) no-repeat 50px 224px;
}

#divers {
	background: #993300;
}

#divers #conteneur {
	background: url(images/vagueDivers.jpg) no-repeat 50px 224px;
}

/******************************************************************/
/******************************* Home *****************************/
/******************************************************************/
#home {
	background: #003300 url(images/fondHomeVert.jpg) repeat-x 0 59px;
}

#home #conteneur {
	background: url(images/fondImageHome.jpg) no-repeat 60px 59px;
	position: relative;
}

#home #entete {
	width: 740px;
}

#home #pageHome {
	background: url(images/fondCadreHome.png) no-repeat;
	width: 798px;
	height: 405px;
	margin: -19px auto 0 auto;
	z-index: 1;
}

#home #contenuHome {
	padding: 30px 34px 0 35px;
}

#home #contenuTexteHome {
	background: url(images/fondIllustrHome.jpg) no-repeat;
	width: 729px;
	height: 333px;
	position: relative;
}

#home #contenuTexteHome #blocMajeur {
	position: absolute;
	left: 335px;
	top: 120px;
	width: 369px;
	text-align: center;
}

#home #contenuTexteHome #blocMajeur h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

#home #contenuTexteHome #blocMajeur h2 strong {
	font-weight: bold;
	font-family: arial;
}

#home #contenuTexteHome #blocMajeur p {
	font-size: 14px;
	margin: 0 20px 10px 20px;
}

#home #contenuTexteHome #blocMajeur p a {
	margin-right: 25px;
}

#home #basPage {
	width: 729px;
	padding-left: 60px;
	background: url(images/logoBasPage.png) no-repeat 30px 1px;
	margin-top: -10px;
	z-index: 10;
}


/******************************************************************/
/************** Style sur les balises globales ********************/
/******************************************************************/
img, fieldset {
	border: none;
}

a {
	text-decoration: none;
	color: #35a801;
}

#eau a {
	color: #70c4ef;
}

#vin a {
	color: #D21414;
}

#champagne a {
	color: #DEBF4E;
}

#spiritueux a {
	/*color: #EECE04;*/
	color: #663300;
}

#jusFruit a {
	color: #F6E805;
}

#sirop a {
	color: #FA4F4F;
}

#divers a {
	color: #b78b05;
}

#cafe a {
	color: #72573A;
}

a:hover {
	text-decoration: underline;
}


/********************************/
/********* Formulaire ***********/
/********************************/
fieldset#inscriptionNL {
	margin: 10px 0 0px 0;
}

form {
	width: 250px;
}

fieldset#inscriptionNL label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
}

fieldset#inscriptionNL label input, fieldset#inscriptionNL label select {
	margin-top: 3px;
}

fieldset#inscriptionNL select {
	width: 190px;
}

fieldset#inscriptionNL input {
	width: 187px;
}

fieldset#inscriptionNL input.boutonEnvoie {
	width: auto;
	margin: 0 0 0 195px;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	position: relative;
	top: -32px;
}

fieldset#inscriptionNL input#boutonDesinscription {
	border: none;
	background: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	width: auto;
}

/******************************************************/
/**************** Bloc Entete *************************/
/******************************************************/
#entete {
	height: 59px;
	position: relative;
	z-index: 10;
	width: 777px;
	margin: 0 auto;
}

#entete h1 {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
}

#entete h1 a {
	display: block;
	width: 252px;
	height: 32px;
	z-index: 13;
	text-decoration: none;
	outline: none;
	text-indent: -5000em;
	background: url(images/logoKimFa.png) no-repeat top left;
}

/******************************************************/
/********************* Bloc Menu **********************/
/******************************************************/
#menuPrincipal {
	background: #339900 url(images/fondMenu.jpg) no-repeat 50px 0;
	height: 166px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*z-index: 1;*/
}

#menu {
	width: 777px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

#menu ul {
	list-style: none;
	width: 247px;
	/*z-index: 1;*/
}

#menu ul li {
	float: left;
	width: 100%;
	background: url(images/borderMenu.gif) no-repeat 0 100%;
	z-index: 11;
	position: relative;
}

#menu ul li a {
	display: block;
	line-height: 23px;
	/*height: auto;*/
	font-size: 12px;
	color: #fff;
	width: 100%;
}

#menu ul li a:hover {
	text-decoration: none;
	background: url(images/fondHover.png) no-repeat top left;
}

#menu ul li ul, #menu ul li.sfhover ul li ul, #menu ul li:hover ul li ul {
	display: none;
}

#menu ul li.sfhover, #menu ul li:hover {
	z-index: 15;
}

#menu ul li.sfhover ul li.sfhover, #menu ul li:hover ul li:hover {
	z-index: 20;
}

#menu ul li:hover ul, #menu ul li.sfhover ul {
	display: block;
	border: 1px solid #6da563;
	position: absolute;
	margin-left: 90px;
	margin-top: -8px;
	width: 140px;
	background: #106c00 url(images/fondMenuDeroulant.gif) repeat-x top left;
	z-index: 4;
}

html>body #menu ul li:hover ul, html>body #menu ul li.sfhover ul {
	top: 8px;
	left: 90px;
	margin: 0;
	/*z-index: 50;*/
}

/* 3eme niveaux */
#menu ul li.sfhover ul li ul, #menu ul li:hover ul li ul {
	display: none;
}

#menu ul li:hover ul li:hover ul, #menu ul li.sfhover ul li.sfhover ul {
	display: block;
}

/* 4eme niveaux */
#menu ul li.sfhover ul li.sfhover ul li ul, #menu ul li:hover ul li:hover ul li ul {
	display: none;
}

#menu ul li:hover ul li:hover ul li:hover ul, #menu ul li.sfhover ul li.sfhover ul li.sfhover ul {
	display: block;
}

/* 5eme niveaux */
#menu ul li.sfhover ul li.sfhover ul li.sfhover ul li ul, #menu ul li:hover ul li:hover ul li:hover ul li ul {
	display: none;
}

#menu ul li:hover ul li:hover ul li:hover ul li:hover ul, #menu ul li.sfhover ul li.sfhover ul li.sfhover ul li.sfhover ul {
	display: block;
}

/* 6eme niveaux */
#menu ul li.sfhover ul li.sfhover ul li.sfhover ul li ul, #menu ul li:hover ul li:hover ul li:hover ul li ul {
	display: none;
}

#menu ul li:hover ul a , #menu ul li.sfhover ul a {
	display: block;
	width: 132px;
	font-size: 11px;
	padding: 0 4px;
	border-bottom: 1px solid #6da563;
}

html>body #menu ul li:hover ul a , html>body #menu ul li.sfhover ul a {
	width: auto;
}

/**** Produits du menu ****/
#menu ul ul li.eau, #menu ul ul li.eau ul li {
	background: #19548C;
}

#menu ul ul li.vin, #menu ul ul li.vin ul li {
	background: #62000F;
}

#menu ul ul li.champagne, #menu ul ul li.champagne ul li {
	background: #C5AA68;
}

#menu ul ul li.spiritueux, #menu ul ul li.spiritueux ul li {
	background: #9B6905;
}

#menu ul ul li.jusFruit, #menu ul ul li.jusFruit ul li {
	background: #FB6308;
}

#menu ul ul li.sirop, #menu ul ul li.sirop ul li {
	background: #BB0016;
}

#menu ul ul li.cafe, #menu ul ul li.cafe ul li {
	background: #000000;
}

#menu ul ul li.divers, #menu ul ul li.divers ul li {
	background: #993300;
}

/******************************************************************/
/************************** Bloc Page *****************************/
/******************************************************************/
#page {
	width: 777px;
	margin: 0 auto;
	position: relative;
	height: 560px;
}

html>body #page {
	min-height: 560px;
	height: auto;
}

#fileAriane {
	margin: 10px 0 20px 0;
	font-size: 12px;
}

#fileAriane span {
	color: #35a801;
}

/******************************************************/
/**************** Bloc blocIllust *********************/
/******************************************************/
#blocIllust {
	position: absolute;
	right: -30px;
	top: -227px;
	background: url(images/ombreIllustr.png) no-repeat;
	width: 481px;
	z-index: 30;
	height: 820px;
}

html>body #blocIllust {
	top: -237px;
}

#blocIllust #blocIllustration {
	position: relative;
	margin: 0 28px 0 28px;
	background: #003a00;
}

#eau #blocIllust #blocIllustration {
	background: #4472a3;
}

#vin #blocIllust #blocIllustration {
	background: #650010;
}

#champagne #blocIllust #blocIllustration {
	background: #000;
}

#spiritueux #blocIllust #blocIllustration {
	background: #9b6905;
}

#jusFruit #blocIllust #blocIllustration {
	background: #fb6308;
}

#sirop #blocIllust #blocIllustration {
	background: #bf0705;
}

#cafe #blocIllust #blocIllustration {
	background: #000;
}

#divers #blocIllust #blocIllustration {
	background: #993300;
}

#blocIllustrHaut {
	padding: 360px 0 0 0;
}

#blocIllust #blocIllustrHaut #detailIllustr {
	padding: 0 25px 0 20px;
	height: 416px;
	border: 10px solid #fff;
	border-top: none;
}

#blocIllust #blocIllustrHaut #detailIllustr h2 {
	font-size: 28px;
	font-weight: normal;
	word-spacing: -2px;
	letter-spacing: -1px;
	line-height: 28px;
}

#blocIllust #blocIllustrHaut #detailIllustr h2 span {
	display: block;
	margin-top: -5px;
}

#blocIllust #blocIllustrHaut #detailIllustr h2 strong {
	font-weight: bold;
	font-size: 31px;
	font-family: arial;
}

#blocIllust #blocIllustrHaut #detailIllustr h3 {
	font-weight: normal;
	margin-bottom: 6px;
}

#blocIllust #blocIllustrHaut #detailIllustr #approche p {
	margin: 8px 0 25px 0;
	font-size: 14px;
}

#blocIllust #blocIllustrHaut #detailIllustr p {
	margin-bottom: 15px;
	font-size: 13px;
}

#blocIllust #blocIllustrHaut form {
	position: absolute;
	top: 3px;
	margin: 0 0 0 28px;
	font-size: 12px;
	z-index: 100;
	width: auto;
}

#blocIllust #blocIllustrHaut form a {
	color: #fff;
}

#blocIllust #blocIllustrHaut form input {
	width: 140px;
}

#blocIllust #blocIllustrHaut form .boutonSubmit {
	width: auto;
	position: absolute;
	top: -3px;
	left: 350px;
}

#blocIllust ul {
	margin-left: 20px;
	font-size: 12px;
}

/*******************************************/
/************** Bloc Contenu ***************/
/*******************************************/
#contenu {
	/*margin: 0 462px 0 0;*/
	margin: 0 473px 0 0;
}

#contenu h3 {
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 5px;
	word-spacing: -3px;
	line-height: 15px;
}

#contenu p {
	font-size: 12px;
	margin-bottom: 15px;
}

#contenu ul {
	list-style: inside disc;
	font-size: 12px;
}

#contenu ol {
	list-style: inside decimal;
	font-size: 12px;
}

#contenu ul#menuFonctionnel {
	border-top: 1px solid #335c33;
	margin: 50px 0 0 0;
	padding: 6px 0 20px 0;
	position: relative;
	list-style: none outside;
}

#eau #contenu ul#menuFonctionnel {
	border-top: 1px solid #4776a5;
}

#vin #contenu ul#menuFonctionnel {
	border-top: 1px solid #83333f;
}

#champagne #contenu ul#menuFonctionnel {
	border-top: 1px solid #464433;
}

#spiritueux #contenu ul#menuFonctionnel {
	border-top: 1px solid #af8737;
}

#jusFruit #contenu ul#menuFonctionnel {
	border-top: 1px solid #fc8239;
}

#sirop #contenu ul#menuFonctionnel {
	border-top: 1px solid #fa4949;
}

#cafe #contenu ul#menuFonctionnel {
	border-top: 1px solid #333333;
}

#divers #contenu ul#menuFonctionnel {
	border-top: 1px solid #ad5c33;
}

#contenu ul#menuFonctionnel li a {
	padding: 0 0 0 17px;
	color: #fff;
}

#lienPrint a {
	background: url(images/impression.gif) no-repeat 2px 5px;
}

#lienTop a {
	background: url(images/top.gif) no-repeat 3px 5px;
}

#lienPlanSite a {
	background: url(images/planSite.gif) no-repeat 0 4px;
}

/***************************************/
/********** Actu + Recherche ***********/
/***************************************/
#actualites h4, #recherche h4 {
	margin: 0;
	font-size: 12px;
}

#actualites .detailActu, #recherche .detailRecherche {
	margin-bottom: 15px;
}

#recherche {
	margin-top: 10px;
}

#titreActu {
	display: none;
}

#recherche p.fileArianeRecherche {
	margin-bottom: 4px;
}

#recherche .detailRecherche p {
	margin-bottom: 0;
}

#pagination {
	border-top: 1px solid #335c33;
	border-bottom: 1px solid #335c33;
	padding: 6px 0 6px 0;
	margin-top: 30px;
}

#pagination a {
	padding-left: 10px;
	display: block;
}

#pagination a#nextPage {
	background: url(images/puceDoubleFleche.gif) no-repeat 0 5px;
}

#pagination a#previousPage {
	background: url(images/puceDoublePrecedent.gif) no-repeat 0 5px;
}

/***************************************/
/************** planDuSite *************/
/***************************************/
#plansite {
	/*margin: 0 30px 15px 20px;*/
}

#plansite h3, #plansite h4, #plansite h5 {
	margin: 0;
}

#plansite h3 span {
	display: none;
}

#plansite a {
	text-decoration: none;
	display: block;
	width: 90%;
}

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

#plansite h3 {
	/*font-size: 18px;
	padding: 2px 0 2px 3px;
	margin-top: 10px;
	border-bottom: 1px solid #2f5830;
	word-spacing: 2px;
	position: relative;*/
	font-weight: normal;
	font-size: 17px;
	margin-top: 10px;
	word-spacing: -3px;
	border-bottom: 1px solid #2f5830;
	padding: 2px 0 2px 3px;
}

#plansite h3 a {
	color: #fff;
	text-decoration: none;
}

#plansite .bloch4 {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
}

/*#plansite .bloch4 h4 {
	padding-left: 15px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}

#plansite .bloch4 h4 a {
	background: url(images/puceFleche.gif) no-repeat 0 4px;
	padding-left: 12px;
}*/

#plansite .bloch4 h4 {
	margin: 0 0 0 15px;
	padding-left: 12px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	background: url(images/puceFleche.gif) no-repeat 0 4px;
}

#plansite .bloch4 h4 a {
	width: 100%;
	padding-bottom: 2px;
	background: url(images/pointillePlanSite.gif) repeat-x 0 100%;
}

#plansite .bloch5 {
	margin: 0 5px 0 50px;
}

#plansite .bloch5 h5 {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}

#plansite .bloch5 h5 a {
	background: url(images/puceFleche.gif) no-repeat 0 3px;
	padding-left: 12px;
}

#plansite .bloch6 {
	margin: 4px 5px 4px 30px;
}	

#plansite .bloch6 h6 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

#plansite .bloch5 h6 a {
	background: url(images/puceDoubleFleche.gif) no-repeat 0 4px;
	padding-left: 10px;
}

#infoNewsletter p, #infoNewsletter ul {
	font-size: 10px;
}

#infoNewsletter p {
	margin-bottom: 0;
}

#infoNewsletter ul {
	list-style: inside disc;
}

/*******************************************/
/*************** Gallerie Photos ***********/
/*******************************************/
.galleriePhoto #blocIllust #blocIllustrHaut {
	padding: 40px 0 0 0;
}

.galleriePhoto #blocIllust #blocIllustrHaut #gallerie {
	margin-left: 20px;
}


/*******************************************/
/************** Bas Page *******************/
/*******************************************/
#basPage {
	width: 790px;
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 25px;
	background: url(images/logoBasPage.png) no-repeat 0 1px;
}


/*********** Style utiles ***************/
#contenu .imggauche {
	float: left;
	margin: 0 15px 0 0;
}

#contenu .imgdroite {
	float: right;
	margin: 0 0 0 15px;
}

#contenu .borderimage { 
	border: 1px solid #ffcc00;
}

#contenu p.centrerimage { 
	text-align: center;
}

#contenu p.centrerimage img {
	margin: 0;
}

#contenu p.clear {
	clear: both;
}

.separateur {
	clear: both;
	padding-top: 20px;
}

.separateur hr {
	display: none;
}


/***** Bloc video *****/
#contenu #blocVideo {
	position: absolute;
	z-index: 50;
	padding-bottom: 10px;
	width: 354px;
	left: 0px;
}

#blocVideo p {
	margin: 335px 0 0 0;
	text-align: center;
}

#blocVideo a {
	padding: 3px 0 4px 0;
	text-transform: uppercase;
	font-size: 11px;
	width: 100%;
	display: block;
}

#player {
	position: absolute;
	top: 5px;
	left: -10px;
}

.lienVideo {
	background: url(images/puceVideo.gif) no-repeat 0 3px;
	padding-left: 15px;
}
