
/*Design général du site*/

html
{
  background-color: white;
  margin: 0px;
  padding: 0px;
}

body
{
  margin: 0px;
  padding: 0px;
}



A:link {font-family:times new roman, serif; font-size:1em; text-decoration: none; color: #4D2404;}
A:visited {font-family:times new roman, serif; font-size:1em; text-decoration: none; color: #4D2404;}
A:active  {font-family:times new roman, serif; font-size:1em; text-decoration: none; color: #4D2404;}
A:hover   {font-family:times new roman, serif; font-size:1em; text-decoration: underline; color: #4D2404;}

.chapitre A:link, .produit A:link, .breve A:link {font-family:times new roman, serif; font-size:1em;font-weight: bold; text-decoration: none; color: #CC3300;}
.chapitre A:visited, .produit A:visited, .breve A:visited {font-family:times new roman, serif; font-size:1em;font-weight: bold; text-decoration: none; color: #CC3300;}
.chapitre A:active, .produit A:active, .breve A:active {font-family:times new roman, serif; font-size:1em;font-weight: bold; text-decoration: none; color: #CC3300;}
.chapitre A:hover, .produit A:hover, .breve A:hover {font-family:times new roman, serif; font-size:1em;font-weight: bold; text-decoration: underline; color: #CC3300;}


a img
{
	border: 0px;
}

a:hover div
{
 text-decoration: underline;
}

hr
{
	color: #68868B;
}

#hautdepage
{

  background-color: #C2E0D1;
  border-bottom: 2px solid #68868B;
  
  background-image: url("../images/equinatura_01.gif");
  background-repeat: no-repeat;
  height: 140px;
  width: 100%;
}

#menugauche
{
 width: 195px;
 padding: 0px;
 
 float: left;
 
 position: relative;
 bottom: 2px;
 margin-bottom: 0px;
 
 background-image: url("../images/equinatura_02.gif");
 background-repeat: no-repeat;
 background-position: top right;

}

#menugauche a
{
	display: block;
	margin-bottom: 2px;
}

.imgmenu
{
	height: 18px;
	width: 18px;
	position: relative;
	top: 4px;
}

.liste h4
{
  margin: 0px;
  margin-left: 6px;
  margin-top: 10px;
  margin-bottom: 1px;
  font-size: 0.9em;
}

.liste h5
{
  margin: 0px;
  margin-bottom: 3px;
  padding-left: 15px;
  font-weight: normal;
}

#debut_menu
{
 margin: 0px;
 padding: 0px;
 background-color: #C2E0D1;
 margin-top: 204px;
 min-height: 150px;
 width: 172px;
 border-right: 2px solid #68868B;
 border-bottom: 2px solid #68868B;
 padding-left: 5px;
 padding-top: 10px;
 padding-bottom: 10px;
  background-image: url("../images/degrade_d.gif");
 background-position: bottom right;
 background-repeat: no-repeat;
}

#menudroite
{
 margin-top: 19px;
 margin-left: 15px;
 margin-right: 10px;
 margin-bottom: 20px;
 float: right;
 background-color: #FFFFFF;
 width: 213px;
}

#menudroite h4
{
	color: #CC3300;
	font-weight: bold;
}

.mdroite
{
 border: 1px solid #68868B;
 padding: 5px;
 padding-top: 9px;
 margin-bottom: 10px;
 
}

.mdroitefort
{
	background-color: #C25E00; 
 padding: 5px;
 padding-top: 7px;
 margin-bottom: 10px;
	color: white; 
	font-weight: bold; 
	text-align: center;
}

.mdroitefort a
{
	color: white;
}


A:hover .mdroite
{
	background-color: #E5D3B3;
}

h1
{
  font-size: 1.6em;
  font-weight: normal;
  color: #663300;
  text-decoration: underline;
  margin-bottom: 2px;
  margin-top: 25px;
}

.site h1
{
	position: relative;
	bottom: 10px;
	margin-left: 12px;
}

.site h1 img
{
	position: relative;
	top: 10px;
}

h3
{
  font-size: 1em;
  color: #663300;
  text-decoration: underline;
}

.print
{
	padding-left: 25px;
	background-image: url("../images/print.jpg");
	background-repeat: no-repeat;
	float: right;
	margin-right: 2px;
	position: relative;
	bottom: 2px;
}

.site
{
  margin-top: 10px;
  margin-left: 198px;
  margin-right: 235px;
}

.basdepage
{
  background-color: #C2E0D1;
  border: 1px solid #68868B;
  text-align: center;
  margin: 0px;
  margin-top: 30px;
  font-size: 0.8em; 
  clear: both; 
}

.panier
{
	font-size: 0.8em;
}

/* LES BREVES: */

.breve
{
  
  border: 1px solid #68868B;
  margin-bottom: 30px;
  margin-left: 10px;
  background-color: #F1F9F5;
}

.breve .titre
{
  font-weight: bold;
  margin-left: 2px;
  margin-right: 2px;
  border-bottom: 1px solid #68868B;
  background-color: #E1EFEA;
}

.breve .date
{
  float: right;
  position: relative;
  bottom: 20px;
  right: 3px;
}

.breve .img
{
  float: left;
  margin: 4px;
  margin-right: 10px;
  border: 1px solid #68868B;
}

.breve .contenu
{
  padding: 5px;
  text-align: left;
}

/* LES PRODUITS */

.produit
{
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid #68868B;
  padding: 0px;
  text-align: left;
}

.produit .titre
{
  border-bottom: 1px solid #68868B;
  background-color: #C2E0D1;
  padding: 1px;
  padding-left: 5px;
  margin: 0px;
  font-weight: bold;
}

.produit .img
{
  float: right;
  border: 1px solid #68868B;
  margin-left: 6px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.produit .description
{
  padding: 7px;
  padding-bottom: 10px;
  overflow: auto;
  height: 1%;
}

.produit .posologie
{
  border-top: 1px solid #68868B;
  margin-bottom: 5px;
  padding: 7px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.produit .ingredients
{
  border-top: 1px solid #68868B;
  margin-bottom: 5px;
  padding: 7px;
  padding-bottom: 15px;
}

.produit select
{
	margin-left: 4px;
}

.produit .commande
{
  padding-top: 5px;
  padding-left: 5px;
  border-top: 1px solid #68868B;
}

.tabproduit
{
	margin-top: 20px;
}

.tabproduit .nom
{
	border: 1px solid #68868B;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #C2E0D1;
	width: 60%;
	background-image: url("../images/degrade_h.gif");
	background-position: right;
	background-repeat: repeat-y;
}

.tabproduit .imgmini
{
	float: right;
	height: 100px;
	width: 130px;
	margin: 5px;
	border: 1px solid #68868B;
}

.tabproduit .description
{
	margin-left: 20px;
	height: 110px;
	padding: 0px;
	border: 1px solid #68868B;
	margin-bottom: 10px;
	position: relative;
	bottom: 1px;
}

/* Les chapitres */

.chapitre
{
  border: 1px solid #68868B;
}

.chapitre .titre
{
  border-bottom: 1px solid #68868B;
  background-color: #E1EFEA;
  font-weight: bold;
  padding: 2px;
  padding-left: 5px;
}

.chapitre .image
{
  float: right;
  border: 1px solid #68868B;
  margin: 12px;
}

.chapitre .contenu
{
  padding: 7px;
  min-height: 150px;
  text-align: left;
}

/* CONTACT */

.imgmarque
{
  border: 1px solid #68868B;
  width: 25%;
}

/* COMMANDE */

.precommande
{
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: 0px;
}

.precommande th
{
	font-weight: bold;
	background-color: #C2E0D1;
	border: 2px solid #68868B;
}

.precommande td
{
	border: 1px solid #68868B;
	padding-left: 3px;
	padding-right: 2px;
}

.plus
{
	position: relative;
	bottom: 10px;
	left: 2px;
}

.moins
{
	position: relative;
	top: 2px;
	right: 9px;
}

.left
{
	height: 40%;
	width: 180px;
	margin: 0px;
	padding: 10px;
	padding-right: 50px;
	float: left;
}

.left h5, .right h5
{
	margin-top: 0px;
}

.right
{
	width: 240px;
	margin: 0px;
	margin-left: 240px;
	padding: 10px;
	/*float: right;*/
}


/* INSCRIPTION */

table.inscript
{
	border-collapse: collapse;
	margin-left: 0px;
}

.inscript h4
{
	margin: 4px;
}

table.inscript td
{
	border: 1px solid #68868B;
	padding: 2px;
}

.conditions
{
	height: 300px;
	overflow: auto;
}

.inscript .erreur
{
	font-style: italic;
	color: red;
}

/* RECHERCHE */

.resultat .titre
{
	background-color: #C2E0D1;
	border: 1px solid #68868B;
}

.resultat .contenu
{
	border: 1px dashed #68868B;
	border-top: 0px;
	margin-bottom: 10px;
}

.resultat b
{
	background-color: yellow;
}

/* SUIVI DE COMMANDE */

.commandes
{
	border-collapse: collapse;
}

.commandes td, .commandes th
{
	border: 1px solid #68868B;
	padding: 4px;
}

.OK
{
	color: #FF5533;
	border: 1px solid #009900;
	text-align: center;
}

.information, .avertissement
{
	margin: 0px;
}

.connexion
{
	margin: 6px;
	margin-left: 3px;
}
.identifiant
{
	margin-bottom: 1px;
	margin-left: 4px;
}
.motdepasse
{
	margin-left: 4px;
}
.submit
{
	margin-left: 3px;
	margin-top: 1px;
}

.chap
{
	margin: 0px;
	margin-left: 10px;
	background-color: #F1F9F5;
	border: 1px solid #68868B;
}

/* BULLES */

.bulle
{
	width: 250px;
	background-color: white;
	border: 1px solid #68868B;
	margin: 0px;
	padding: 7px;
	color: black;
	font-size: 11px;
	min-height: 100px;
}

.bulle .titre
{
	font-weight: bold;
	text-align: center;
}

.bulle .image
{
	border: 1px solid #68868B;
	height: 78px;
	float: left;
	margin: 4px;
	margin-bottom: 1px;
	padding: 2px;
}
