/*****************************************************************
CSS Document LA FEUILLADE 2009

texte chocolat : 321A08
vert fond page / prairie: #8ACE08
vert texte : 6C9914
vert foncé titres : 44501C
fond site / crème vert : ECEDC1
*******************************************************************/


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #321A08;
	font-size: 12px;
	background-color:#8ACE08;
}
/* 	ACCUEIL */
#accueil p {
	font-size: 16px;
	font-weight: bold;
	color: #ECEDC1;
	font-style: italic;
}

#accueil .entrer {
	font-size: 13px;
	font-weight: bold;
	color: #321A08;
}

#accueil .entrer a {
	text-decoration: none;
	color: #321A08;
}

#accueil .entrer a:hover {
	text-decoration: none;
	color: #ECEDC1;
}

#accueil .pied {
	color: #321A08;
	font-size: 13px;
}
#accueil .pied a {
	color: #321A08;
	text-decoration:underline;
}
#accueil .pied a:hover {
	color: #321A08;
	text-decoration:none;
}

/* 	NAVIGATION HAUTE */
.menuH {
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding-left:15px;
	color:#6C9914;
	text-align:center;
}
.menuH a {
	text-decoration: none;
	color:#6C9914;
}
.menuH a:hover {
	text-decoration: underline;
}
/* 	NAVIGATIONS GAUCHE */

.menuG { /* Espèces */
	font-size: 13px;
	color:#321A08;
	padding-left:5px;
	line-height: 20px;
	font-weight: bold;
}
.menuG a {
	text-decoration: none;
	color:#321A08;
}
.menuG a:hover{
	text-decoration: underline;
}

.menuG2 {/* Condition de vente et Catalogue */
	font-size: 12px;
	color:#321A08;
	padding-left:8px;
	line-height: 20px;
	font-weight: bold;
}
.menuG2 a {
	text-decoration:underline;
	color:#44501C;
}
.menuG2 a:hover{
	text-decoration: none;
}
/* 	TITRES */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #6C9914;
	margin-bottom: 15px;
	font-style: italic;
	text-align: left;
}

h2 {
	font-size: 16px;
	color: #44501C;
	text-align: left;
}

h3 {/* 	Chapô */
	font-size: 13px;
	color: #321A08;
	text-align: justify;
	
}
.variete {
	font-size: 16px;
	color: #321A08;
	padding:10px 0 8px 4px;
	text-align: left;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ACE08;
	font-weight: bold;
	text-align: left;
}

.variete2 { 
	font-size: 14px;
	color: #6C9914;
	padding: 10px 0 5px 6px;
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}

th {/* 	tableaux */
	font-size: 11px;
	font-weight: bold;
	color: #44501C;
}

/* 	TEXTES */
td {
	font-size: 12px;
	color: #321A08;
	font-style: normal;
}

p {
	font-size: 12px;
	color: #321A08;
	text-align: justify;
}
/* 	LIENS */
a {
	color: #6C9914;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.legende {
	color: #6C9914;
	font-size: 10px;
	text-align: left;
}
.fond {
	background-color: #ECEDC1;
}

/* 	PIED DE PAGE */
.pied {
	color: #6C9914;
	font-size: 13px;
}