/* CSS Document */
BODY {
	background-color: #E7FAE7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Green;
	/* definition des barres de navigation propres IE */
	
	scrollbar-3dlight-color: #e7fae7; 
	scrollbar-arrow-color: #e7fae7; 
	scrollbar-darkshadow-color: #e7fae7; 
	scrollbar-face-color: green; 
	scrollbar-highlight-color: #e7fae7; 
	scrollbar-shadow-color: #e7fae7; 
	scrollbar-track-color: #e7fae7 
}

a {
	color: Maroon;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: Maroon;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: Maroon;
	font-weight: bold;
	text-decoration: underline;
}

input{
	border-width: 1px;
	background-color: #A2E0BD;
	color:Green;
}

img {
	border: none;
}

/* titre de la page de garde   */

#titre {
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
}
#soustitre{
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 50px;
	font-style: italic;
	color: #29801E;
}


/* barre de navigation */


  /*menu général famille*/
menufamille {
	width: 160px;
	position:relative;
	top: 0px;
	left: 12px;
	padding: 0 0 0 0;
	color: green;
}

#menufamille ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menufamille li {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
	color: green;
	border-bottom: 1px solid green;
	display: block;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #66cc67;
}
#menufamille li a {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
	background-color: #CFFCD2;
	color: green;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 6px  12px 6px 0em;
	text-align: right;
}
#menufamille li a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
	background-color:#66CC67 ;
	color: White;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
}


  /*menu liste produits*/
menuProd {
	width: 160px;
	position:relative;
	top: 0px;
	left: 12px;
	padding: 0 0 0 0;
	color: green;
}

#menuProd ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menuProd li {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
	color: green;
	border-bottom: 1px solid green;
	display: block;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #66cc67;
}
#menuProd li a {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
	background-color: #E7FAE7;
	color: green;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 6px  12px 6px 0em;
	text-align: right;
}
#menuProd li a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
	background-color:#66CC67 ;
	color: White;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
}



/* cellule du contenu */
.central{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #646464;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #646464;
}


#contenu{
	padding: 10px;
	background-color: #e7fae7;
}

#contenuindex{
	padding: 10px 20px 20px;
	background-color: #e7fae7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Green;
}

#contenu h1, h2, p {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
}

#contenu h2 {
	font-size: 16px; padding-left:30 px;
}
#contenu a {
	color: Maroon;
}
#contenu a:visited {
	color: Maroon;
}

#contenu a:hover {
	color: Maroon;
	text-decoration: underline;
}
#ficheproduit{
	background-color: #E7FAE7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Green;
	text-align: center;
	padding: 0px 20px 0px 20px;
	font-style: inherit;
}
#fichecat{
	background-color: #E7FAE7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Green;
	text-align: center;
	padding: 0px 20px 0px 20px;
	font-style: inherit;
}

/* cellule menu famille */
.menu{

   border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #646464;
	padding-top: 40px;
}


/* affichage categorie*/
.cat{
text-align:center ;
color: Maroon;
}
.cat a  {
	color: Maroon;
}
.cat a:visited  {
	color: Maroon;
}
.cat a:hover {
	color: Maroon;
	text-decoration: underline;
}

.mini{
	font-size: 10px;
}
#navigation{
   height: 30px;
	background-color: #29801e;
	color: White;
	padding-top: 6px;
	padding-left: 30px;
}
#navigation a {
	color: White;
	font-weight: bold;
	text-decoration: none;		
}

#navigation a:visited {
	color: White;
	font-weight: bold;
	text-decoration: none;		
}

#navigation a:hover {
	color: White;
	font-weight: bold;
	text-decoration: underline;		
}
