/* CSS Document */
/* Propriétés générales du document */
body {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background-color:#D0D0D0;
	font-family:Arial, Helvetica, sans-serif;
}
.fond {
   background: #ffffff;
}
.top div {
   background: url(tl.png) no-repeat top left;
}
.top {
   background: url(tr.png) no-repeat top right;
}
.bot div {
   background: url(bl.png) no-repeat bottom left;
}
.bot {
   background: url(br.png) no-repeat bottom right;
}

.top div, .top, 
.bot div, .bot {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.content { margin: 0 10px; }

h1 {
	margin-bottom:5px;
}
/* Bande générale haut de page */
#bandeHaute {
	height:120px;
	border-bottom:#000000 1px solid;
	background-image:url(logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

/*Etiquette panier */
#etikPanier {
	clear:left;
	width:160px;
	border:#507827 1px solid;
	background-color:#E7F8E4;
	float: right;
	text-align:center;
}
#etikPanier a {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#507827;
}
#etikPanier a:hover {
	color:#000000;
}
#etikPanierContent {
	font-size:10px;
	text-align:left;
	margin-top:0px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}
#etikPanierContent a {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#006600;
}
#etikPanierContent a:hover {
	color:#000000;
}

/* Menu général haut de page */
#menu {
	margin-top:10px;
	float:left;
	width:100%;
	text-align:right;

}
#menu ul {
    margin:0;
	padding:0px 0px 0;
    list-style:none;
}
#menu li {
	float:left;
	width:142px;
	height:52px;
	background-image:url(boutonOff.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#menu li:hover {
	background-image:url(boutonOn.gif);
	cursor:hand;
}
#menu a {
	color:#507827;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	position:absolute;
	margin-left:-100px;
	margin-top:16px;
}
#menu a:hover {
	color:#000000;
}

/* Bas de page */
#basPage {
	clear:left;
	border-top:#000000 1px solid;
	text-align:center;
	color:#666666;
	font-size:10px;
}
#basPage p {
	margin-bottom:0px;
	margin-top:5px;
}
#basPage h2 {
	font-size:10px;
	font-weight:normal;
}
/* Menu bas de page */
#menuBas {
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
#menuBas p{
	text-align:center;
	margin-bottom:30px;
}
#menuBas a {
	color:#507827;
	font-size:10px;
	text-decoration:underline;
}
#menuBas a:hover {
	color:#000000;
	text-decoration:none;
}

/* Contenu de la page */
#contenu {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:10px;
	margin-right:20px;
	width:730px;
}
#contenu h1 {
	color:#000000;
	font-size:18px;
}
#contenu h2 {
	color:#507827;
	font-size:14px;
}
#contenu h3 {
	color:#507827;
	font-size:12px;
	font-weight:bold;
}
#contenu p {
	color:#000000;
	font-size:11px;
	text-align:justify;
	margin-bottom:30px;
	margin-top:10px;
}

/* boutons */
a.panier {
	padding:2px;
	margin-left:2px;
	float:left;
	border:1px solid #507827;
	background-color:#E4F1DC;
	font-size:10px;
	text-decoration:none;
	color:#000000;
	width:90px;
	text-align:center;
}
a.panier:hover {
	background-color:#507827;
	color:#ffffff;
}
.imgPan {
	float:left;
}
a.detail {
	float:left;
	margin-left:2px;
	margin-top:2px;
	padding:2px;
	border:1px solid #000000;
	background-color:#E8E8E8;
	font-size:10px;
	text-decoration:none;
	color:#000000;
	width:188px;
	text-align:center;
}
a.detail:hover {
	background-color:#000000;
	color:#ffffff;
}

/* etiquette prix & conditionnement */
.cond_art {
	font-size:16px;
	font-weight:bold;
	color:#507827;
	text-align:center;
}
.prix {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:red;
	margin-bottom:10px;
}
/* zone texte acc haut gauche */
#zoneG {
	float:left;
	width:350px;
}
#zoneG img {
	margin-bottom:10px;
}
#zoneD {
	float:right;
	width:340px;
	margin-right:10px;
}
#zoneD img {
	margin-bottom:10px;
}
#zoneG li {
	font-size:11px;
}
#zoneD li {
	font-size:11px;
}
.contNoir {
	border:#000000 1px solid;
	padding:10px;
}
.contNoir h1 {
	text-align:center;
}
.adec {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#507827;
}

/* Images page d'accueil */
.imgL {
	float:left;
	margin-right:10px;
}

/* Actualites */
.date {
	display:inline;
	font-style:italic;
	font-size:10px;
	color:#333333;
	width:330px;
}
.titre {
	font-size:14px;
	font-weight:bold;
	color:#666666;
	width:330px;
	border-bottom:#999999 1px dotted;
	}
	
/* PAge detail article */
#detail_artG {
	float:left;
	width:260px;
}
#detail_artD {
	float:right;
	width:400px;
	border-left:#999999 1px dotted;
	padding-left:30px;
	padding-right:30px;
}
#detail_artD strong {
	color:#507827;
}
#detail_artD h1 {
	color:#507827;
}
.boutons {
	float:left;
	padding:10px;
	border:#999999 1px solid;
}
.desc_art {
	clear:left;
	padding:10px;
	margin-top:10px;
	border:#999999 1px solid;
}
.vin_art {
	padding:10px;
	border:#999999 1px solid;
}
.deg_art {
	padding:10px;
	border:#999999 1px solid;
}
.com_art {
	padding:10px;
	border:#999999 1px solid;
}
.infos_art {
	padding:10px;
	border:#999999 1px solid;
}
.medailles {
	text-align:center;
}
.img_art {
	margin-left:auto;
	margin-right:auto;
	width:180px;
}

/* Menu catalogue */
#menuCat {
	float:left;
	width:200px;
	margin-right:20px;
	border:#999999 1px dotted;
	padding:1px;
}
#menuCat ul {
	margin:0;
	padding:0;
}
#menuCat li {
	list-style:none;
	border:#999999 1px solid;
	background-color:#E1F9D9;
	margin-bottom:1px;
	padding:5px;
}
#menuCat li:hover {
	background-color:#507827;
}
#menuCat a {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#menuCat a:hover {
	color:#ffffff;
}
#menuCat h1 {
	color:#507827;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}

/* resultats du catalogue */
#results{
	margin-left:223px;
	padding:10px;
	border:#999999 1px dotted;
}
#results h1{
	color:#507827;
}
#topResults {
	margin-left:223px;
	margin-bottom:1px;
	text-align:center;
	padding:10px;
	border:#999999 1px dotted;
}

/* image resultats catalogue */
.imgCat {
	float:left;
	margin-right:10px;
	border-right:#999999 1px dotted;
	width:90px;
}

/* detail produit catalogue */
.detailCat {
	float:left;
	padding:10px;
}
.detailCat h1 {
	color:#507827;
}
.clear {
	clear:left;
	border-bottom:#999999 1px dotted;
}

/* Panier d'achats */
#monPanier {
	border:1px solid #333333;
	padding:2px;
	width:100%;
}
#monPanier th{
	border-bottom:1px #666666 dotted;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	background-color:#A9EFA5
}
#monPanier td{
	border-bottom:1px #666666 dotted;
	font-size:12px;
	text-align:center;
}
#monPanier tr {
	background-color:#e8e8e8;
}
#monPanier tr:hover {
	background-color:#ffffff;
}
.panSup a{
	color:red;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-size:14px;
}
.panSup a:hover{
	color:black;
}
.panMod a{
	color:green;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-size:14px;
}
.panMod a:hover{
	color:black;
}

/* Enregistrement client */
#compte_client h1 {
	color:#507827;
}
#compte_client th {
	text-align:right;
	color:#507827;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
	border-bottom:#999999 1px dotted;
	border-right:#999999 1px dotted;
	padding-right:5px;
}
#compte_client td {
	font-size:12px;
	border-bottom:#999999 1px dotted;
	padding-left:0px;
	margin:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
#compte_client input {
	font-size:12px;
	padding:0px;
	margin:0px;
}
#compte_client input:active {
	background-color:#e8e8e8;
}
#compte_client select {
	font-size:12px;
	padding:0px;
	margin:0px;
}
#compte_client textarea {
	font-size:12px;
	padding:0px;
	margin:0px;
}
#erreur {
	border:1px #FF0000 solid;
	padding:10px;
}
#erreur h1 {
color:red;
	}
#erreur li {
	color:red;
	font-size:12px;
}

/* confirmation de commande */
#facturation {
	float:left;
	padding:20px;
	border:1px solid #666666;
	width:40%;
	font-size:12px;
	background-color:#A9EFA5;
}
#facturation h1 {
	font-size:14px;
}
#livraison {
	float:right;
	padding:20px;
	border:1px solid #666666;
	width:40%;
	font-size:12px;
	background-color:#A9EFA5;
}
#livraison h1 {
	font-size:14px;
}
#finCMD {
	border:1px dotted #666666;
	padding:10px;
}
#contfinCMD {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:730px;
	padding:20px;
	background-color:#FFFFFF;
}
#contfinCMD p {
font-size:12px;
}
#contfinCMD H1 {
font-size:16px;
}