body {
background-color: #999999;
font-family: Arial, Verdana, serif;
font-size: 13px;
}

#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:799px;
	height:570px;
}

/* Message informatif */
#message_info {
	position: absolute;
	z-index:100;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #999999;
	background: #ffffe1;
}
#message_info p.msg {
	margin: 0px 70px 0px 25px;
	padding: 0px;
	text-align: center;
	color: #AA1428;
}
/* Message informatif */

#design {
	position:absolute;
	width:799px;
	height:570px;
}

#header {
	position:absolute;
	left:0px;
	top:15px;	/* A 0 avant l'ajout du message informatif  - voir aussi espace-client */
	width:799px;
	height:139px;
	background-image: url(images/header.png);
}

#contenu-haut {
	position:absolute;
	left:0px;
	top:139px;
	width:799px;
	height:223px;
	background-image: url(images/contenu-haut.png);
}

#contenu-bas {
	position:absolute;
	left:0px;
	top:362px;
	width:799px;
	height:184px;
	background-image: url(images/contenu-bas.png);
}

#footer {
	position:absolute;
	left:0px;
	top:546px;
	width:799px;
	height:35px;
	background-image: url(images/footer.png);
}

#menu {
	position: absolute;
	top: 225px;
	left: 10px;
	width: 200px;
	height: 125px;
}

#menu a {
	display: block;
	width: 135px;
	height: 21px;
}

#produits-sucres a {
    margin-bottom: 2px;
	width: 135px;
	height: 21px;
	background: url(images/produits-sucres.png) no-repeat 0 0;
}
#produits-sucres a:hover {
	background: url(images/produits-sucres.png) no-repeat 0 -21px;
}

#produits-sales a {
	margin-top: 3px;
	margin-bottom: 4px;
	width: 135px;
	height: 21px;
	background: url(images/produits-sales.png) no-repeat 0 0;
}
#produits-sales a:hover {
	background: url(images/produits-sales.png) no-repeat 0 -21px;
}

#consommables a {
	margin-top: 2px;
	margin-bottom: 4px;
	width: 135px;
	height: 21px;
	background: url(images/consommables.png) no-repeat 0 0;
}
#consommables a:hover {
	background: url(images/consommables.png) no-repeat 0 -21px;
}

#qui-sommes-nous a {
	margin-top: 4px;
    margin-bottom: 4px;
	width: 135px;
	height: 21px;
	background: url(images/qui-sommes-nous.png) no-repeat 0 0;
}
#qui-sommes-nous a:hover {
	background: url(images/qui-sommes-nous.png) no-repeat 0 -21px;
}

#nous-contacter a {
	margin-top: 4px;
	width: 135px;
	height: 21px;
	background: url(images/nous-contacter.png) no-repeat 0 0;
}
#nous-contacter a:hover {
	background: url(images/nous-contacter.png) no-repeat 0 -21px;
}

#espace-client {
	position: absolute;
	top: 25px;	/* A 10 avant l'ajout du message informatif */
	left: 460px;
	width: 300px;
	height: 40px;
}

#espace-client a {
	display: block;
	width: 135px;
	height: 40px;
}

#votre-panier a {
 	width: 135px;
	height: 40px;
	background: url(images/votre-panier.png) no-repeat 0 0;
}
#votre-panier a:hover {
    background: url(images/votre-panier.png)  no-repeat 0 -40px;
}

#suivi-commande a {
    position: absolute;
    top: 0px;
	left: 135px; 
	width: 135px;
	height: 40px;
	background: url(images/suivi-commande.png) no-repeat 0 0;
}
#suivi-commande a:hover {
	background: url(images/suivi-commande.png) no-repeat 0 -40px;
}

#contenu {
    position: absolute;
	width: 623px;
	height: 390px;
	top: 145px;
	left: 149px;
	padding: 2px;
	overflow: auto;
}
#contenu ul {
	list-style-type: circle;
}

#anim_flash {
	position: absolute;
	left: 14px;
	top: 10px;
}

#arborescence {
	margin: 0px;
	margin-left: 8px;
}
#arborescence a {
	text-decoration: underline;
	color: black
}
#arborescence a:hover {
	background-color: #fbc4df;
}

#produits_pages {
	position: absolute;
	top: 360px;
	right: 5px;
	text-align: right;
}
#produits_pages a {
	color: black;
}

#produits {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 300px;
	height: 140px;
	border: 2px dashed #fbc4df;
}
#produits p {
	margin: 0px;
	margin-bottom: 10px;
}
#produits a {
	display: block;
	text-decoration: none;
	color: black;
}
#produits a:hover {
	background-color: #fbc4df;
}
#produits_nom {
	text-align: center;
	margin: 0px;
}
#produits_prix {
	text-align: right;
	margin: 0px;
	margin-right: 5px;
}
#produits_photo {
	float: left;
	margin: 0px;
	margin-top: 10px;
	margin-right: 4px;
}
#produits_photo a img {
	border: none;
}
#produits_photo a:hover {
	background-color: white;
}

#autres_produits {
	position: absolute;
	top: 360px;
	left: 3px;
	text-align: left;
}
#autres_produits a {
	color: black;
}
#autres_produits a:hover {
	background-color: #fbc4df;
}

#panier_tableau {
	margin: auto;
	border-collapse: collapse;
	border: 2px solid #fbc4df;
	margin-top: 10px;
}
#panier_tableau thead {
	font-weight: bold;
}
#panier_tableau td {
	border: 1px solid #fbc4df;
	text-align: center;
	padding: 5px;
}
#panier_vide {
	text-align: center;
	margin-top: 150px;
}

#espace_client_p {
	margin-top: 130px;
}
#espace_client_modifier {
	margin-left: 50px;
}
#espace_client_autre {
	float: right;
	margin-right: 70px;
}
#espace_client_non_connecte {
	margin-top: 150px;
	text-align: center;
}

#connexion_message {
	text-align: center;
	margin-top: 150px;
}
#connexion_formulaire p {
	text-align: center;
	margin-top: 110px;
}
#connexion_formulaire input {
	margin: 5px;
}
#connexion_nouveau_client {
	text-align: center;
}

#contact_explication {
	text-align: center;
	margin-top: 30px;
}
#contact_message {
	text-align: center;
	margin-top: 150px;
}
#contact_formulaire {
	text-align: center;
}
#contact_formulaire p {
	margin: 5px;
}

#modif_coordonnees_liste {
	margin-left: 100px;
	margin-top: 80px;
}
#modif_coordonnees_liste input {
	margin: 2px;
}
#modif_coordonnees_message {
	text-align: center;
	margin-top: 150px;
}
#modif_coordonnees_enregistrer {
	text-align: center;
}

#modif_email_explication {
	text-align: center;
	margin-top: 130px;
}
#modif_email_formulaire {
	text-align: center;
}
#modif_email_message {
	text-align: center;
	margin-top: 150px;
}

#modif_mot_passe_message {
	text-align: center;
	margin-top: 150px;
}
#modif_mot_passe_formulaire {
	margin-top: 120px;
	margin-left: 30px;
}
#modif_mot_passe_formulaire input {
	margin: 2px;
}
#modif_mot_passe_enregistrer {
	text-align: center;
}

#deconnexion_message {
	text-align: center;
	margin-top: 150px;
}

#inscription_explication {
	text-align: center;
	margin-top: 30px;
}
#inscription_formulaire ul {
	margin-left: 80px;
}
#inscription_formulaire input {
	margin: 2px;
}
#inscription_message {
	text-align: center;
	margin-top: 150px;
}
#inscription_enregistrer {
	text-align: center;
}

#qui_sommes_nous {
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
}
#qui_sommes_nous_agence {
	text-align: center;
	text-decoration: underline;
	margin-top: 40px;
}
#qui_sommes_nous_elecrem {
	text-align: center;
	font-weight: bold;
	color: #3366cc;
}
#qui_sommes_nous_adresse {
	text-align: center;
}

#confirmation_message {
	text-align: center;
	margin-top: 150px;
}

#message_centre_vertical {
	margin-top: 100px;
	text-align: center;
}

#accueil1 {
	float: left;
	width: 310px;
	margin-left: 5px;
	margin-top: 4px;
	border: 2px solid #fbc4df;
	font-size: 10px;
}

#accueil2 {
	width: 275px;
	margin-left: 325px;
	margin-top: 4px;
	border: 2px solid #fbc4df;
	background-color: #fbc4df;
	font-size: 10px;
}

#accueil1 p, #accueil2 p {
	margin: 0px;
	margin-bottom: 5px;
}

#consommables_listing {
	margin-top: 20px;
}
#consommables_listing td {
	padding-left: 10px;
}

.italique {
	text-align: center;
	font-style: italic;
}

.image {
	text-align: center;
}
.image img {
	border: 1px solid black;
	margin-top: 5px;
}

.centrer {
	text-align: center;
}
.aligner_droite {
	margin-top: 10px;
	text-align: right;
}

.erreur {
	text-align: center;
	margin-top: 150px;
}

h3
{
	font-size: 18px;
	text-align: center;
}

.decolien a {
	text-decoration: underline;
	color: black
}
.decolien a:hover {
	background-color: #fbc4df;
}

.centre {
	margin-left: 220px;
}

.souligner {
	text-decoration: underline;
}

input {
	border: 1px solid #B0B9C2;
	background: #eee;
	text-align: center;
}

form {
	margin: 0px;
}

#ajout_panier {
	margin-right: 1px;
	text-align: right;
}

#produit_ajoute {
	text-align: center;
	margin-top: 150px;
}

* a {
	text-decoration: underline;
	color: black;
}
* a:hover {
	background-color: #fbc4df;
}
