@charset "utf-8";

/*** Page Principale ***/
#Page_Principale 
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660033;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
 }

/*** Bandeau Haut ***/
#Bandeau_Haut
 {
	background-image: url(boutique_minceur_herbalife.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	padding-bottom: 10px;
 }
 
H1#Titre_Principal
 {
	font-size: 14px;
	text-transform: uppercase;
	color: #EFFFDF;
	text-decoration: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
 }

A.Titre_Principal
 {
	font-size: 14px;
	text-transform: uppercase;
	color: #EFFFDF;
	text-decoration: none;
 }

#Menu_Haut
 {
	margin-left: 140px;
 }

A.Menu_Haut
 {
	font-size: 11px;
	text-transform: uppercase;
	color: #EFFFDF;
	text-decoration: none;
 }
A.Menu_Haut:Hover
 {
	font-size: 13px;
	color: #FFFFFF;
 }

DIV#Produit_Selection
 {
	height: 60px;
	width: 722px;
	white-space: nowrap;
	margin-top: 10px;
	text-align: left;
	float: left;
	overflow: hidden;
 }
 
DIV#Panier
 {
	width: 170px;
	float: right;
	font-size: 11px;
	height: 68px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: groove;
	border-left-style: ridge;
	border-bottom-color: #60BF00;
	border-left-color: #60BF00;
	padding-left: 6px;
 }

/*CONNEXION*/
form#connexion 
 {
	width: 290px;
	clear: left;
	float: right;
	margin-top: 6px;
	text-align: right;
 }

input.connexion
 {
	font-size: 12px;
	height: 14px;
	width: 60px;
	margin: 0px;
	padding: 0px;
 }

input.connexion:focus
 {
	font-size: 14px;
	height: 16px;
	width: 60px;
	margin: 0px;
	padding: 0px;
	background: #FFFFCC;
 }

input.bouton_connexion
 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
 }
input.bouton_connexion:hover
 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
 }
/*** Corps ***/
#Corps
 {
 	width: 100%;
 }
 
#Menu
 {
	width: 160px;
	position:absolute;
	margin: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
 }

#contact
 {
 	text-align: center;
	font-size: 16px;
 }
 
A.Menu
 {
	color: #FFFFFF;
	font-size: 11px;
	word-spacing: 0.1pt;
	white-space: nowrap;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;
	letter-spacing: 0.1pt;
	vertical-align: middle;
	line-height: 22px;
	font-weight: bold;
 }

A.Menu:Hover
 {
	color: #FFFFFF;
 }
 
Ul.Menu
 {
	padding: 0px;
	margin: 0px;
	width: 155px;
 }
 
Li.Menu
 {
	background-image: url(bouton_orange.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 155px;
	list-style-type: none;
	background-position: left top;
	white-space: nowrap;
 }

Li.Menu:Hover
 {
	background-image: url(bouton_bleu.jpg);
 }
Li.Menu_Actif
 {
	background-image: url(bouton_bleu.jpg);
	color: #FFFFFF;
 }
#Page
 {
	text-align: left;
	vertical-align: top;
	float: right;
	overflow: auto;
	height: 640px;
	width: 730px;
	padding-left: 10px;
	border-top-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #660033;
	background-image: url(fond_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
 }

P
 {
 	margin: 0px;
	padding: 0px;
 }
 
A
 {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
 }

A:Hover
 {
	color: #FF6600;
 } 
 
.Message
 {
	color: #FF0000;
	background-color: #FFECEC;
	width: 95%;
	border: 2px double #FF0000;
	padding: 10px;
 }
 
/*** BANDEAU BAS ***/     
DIV#Bandeau_Bas
 {
	width: 100%;
	clear: both;
	background-image: url(basvert_Livraison.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
 }
 
DIV#Menu_Bas
 {
	text-align: right;
	position: relative;
	top: 52px;
	margin-right: 3px;
 }

A.Menu_Bas
 {
	font-size: 11px;
	text-transform: uppercase;
	color: #EFFFDF;
	text-decoration: none;
 }
A.Menu_Bas:Hover
 {
	font-size: 13px;
	color: #FFFFFF;
 }
/*** SUITE ***/
DIV#Suite
 {
 }
 
P.Info_Boutique
 {
 	color: #3333FF;
	text-align: center;
	font-size: 12px;
 }