@charset "UTF-8";
/* CSS Document */

/* @group Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}table {border-collapse:collapse;border-spacing:0;}fieldset,img {border:0;}address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6 {font-size: 100%;
	font-weight: normal;
	font-style: normal;
}q:before,q:after {content:"";}

/* @end */

/* @group General */

body {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #8B9298;
}

#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #B8712D;
}

strong {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 13px;
	margin-top: 4px;
}

input, select, textarea {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group Headingbar */

#headingbar {
	height: 238px;
	background: #FFF url(bg-ourwines.png) no-repeat 12px 12px;
	padding-top: 12px;
	margin-top: 12px;
	position: relative;
}

#headingbar h1 {
	margin-left: 30px;
	margin-top: 62px;
	position: absolute;
}

#headingbar h1 a {
	display: block;
	background: #FFF url(bg-domaine-pigeade.gif) no-repeat;
	width: 200px;
	height: 200px;
}

#headingbar h1 a span {
	position: absolute;
	left: -3000px;
	visibility: hidden;
}

#headingbar #basketmenu {
	margin-top: 164px;
	margin-left: 880px;
	width: 82px;
	height: 82px;
	background-color: #00A99D;
	padding: 8px;
	position: absolute;
}

#headingbar #basketmenu li {
	margin-bottom: 8px;
}

#headingbar #basketmenu li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: left;
	margin-left: 30px;
	display: inline;
}

#mainmenu {
	width: 200px;
	min-height: 188px;
	background-color: #CFC2A1;
	padding-top: 12px;
}

#mainmenu li {
	text-align: right;
}

#mainmenu li a {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-right: 12px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainmenu li a:hover,
#mainmenu li.current a {
	color: #B8712D;
}

#submenu {
	width: 200px;
	min-height: 188px;
	background-color: #CFC2A1;
	padding-top: 12px;
	margin-top: 12px;
}

#submenu li {
	text-align: right;
}

#submenu li a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#submenu li a:hover,
#submenu li.current a {
	color: #B8712D;
}

#minibasket {
	width: 176px;
	min-height: 176px;
	background-color: #00A99D;
	margin-top: 12px;
	padding: 12px;
	color: #FFF;
	margin-bottom: 24px;
}

#minibasket h3 {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	height: 14px;
	margin: 0;
}

#minibasket p {
	margin: 12px 0;
}

#minibasket a {
	color: #FFF;
}

#minibasket table {
	margin-top: 12px;
	font-size: 11px;
	width: 100%;
}

#minibasket table.productslist td {
	border-bottom: 1px solid #FFF;
	padding: 5px;
}

#minibasket table.productslist td.quantity {
	width: 24px;
	border-right: 1px solid #FFF;
}

#minibasket table.productslist .last td {
	border-bottom-style: none;
}

#minibasket table.totals {
	margin-top: 12px;
}

#minibasket table.totals td {
	padding-bottom: 5px;
}

#minibasket table.totals td.label {
	width: 60%;
}

#minibasket table.totals td.total {
	text-align: right;
}

#minibasket .validbasket a {
	display: block;
	padding: 4px 4px 4px 22px;
	float: right;
	border: 1px solid #FFF;
	color: #00A99D;
	text-decoration: none;
	background: #A6E1DD url(icon-validbasket.gif) no-repeat;
}

#minibasket .validbasket a:hover {
	display: block;
	background-color: #00A99D;
	float: right;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	background-image: url(icon-validbasket-hover.gif);
}

/* @end */

/* @group Content */

#content {
	padding: 12px 0;
	margin: 12px 0;
	background-color: #FFF;
}

#wrapper {
	margin-left: 262px;
	margin-right: 12px;
}

#wrapper h2 {
	color: #CC9867;
	border-bottom: 2px solid #CC9867;
	margin-top: 20px;
}

#wrapper p {
	margin: 12px 0;
	line-height: 16px;
}

/* @end */

/* @group Product */

#productsidebar {
	width: 400px;
	float: left;
	position: relative;
}

#productsidebar .illustration .zoom {
	position: absolute;
	top: 364px;
	left: 20px;
}

#productsidebar .illustration small {
	font-style: italic;
}

#productdescription {
	margin-left: 410px;
	margin-top: 12px;
}

#productdescription p {
	margin-top: 12px;
	margin-bottom: 12px;
}

#productdescription strong {
	color: #CC9867;
}

#productsidebar  table {
	margin-top: 12px;
	font-size: 11px;
}

#productsidebar table.orderoptionslist td {
	padding: 5px;
}

#productsidebar  table.orderoptionslist a {
	display: block;
	padding: 6px 8px 6px 23px;
	float: right;
	border: 1px solid #00A99D;
	color: #00A99D;
	text-decoration: none;
	background: #A6E1DD url(icon-addbasket.gif) no-repeat 2px center;
}

#productsidebar  table.orderoptionslist a:hover {
	display: block;
	background-color: #00A99D;
	float: right;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	background-image: url(icon-addbasket-hover.gif);
}

/* @end */

/* @group Basket */

#ordersteps {
	font-size: 10px;
	/*height: 20px;*/
	margin: 5px 0;

}

#ordersteps h4 {
	float: left;
	line-height: 20px;
	font-size: 10px;
}

#ordersteps ul {
	float: left;
	margin-bottom: 20px;
}

#ordersteps li {
	float: left;
	
	text-align: center;
	text-decoration: none;
	color:#A6E1DD;
	text-transform: uppercase;
	letter-spacing: 2px;
	
	width: 145px;
	
}
#ordersteps li .number{
	background: #A6E1DD no-repeat center center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	color: #FFF;
	/*margin-left: 50px;*/
	margin-left: auto;
	margin-right: auto;
}
#ordersteps li.current {
	color: #00A99D;
}
#ordersteps li.current  .number{
	background: #00A99D no-repeat center center;
}

#panier #wrapper table {
	float: left;
}

#panier #wrapper table th {
	font-size: 10px;
	color: #00A99D;
	border-bottom: 1px solid #00A99D;
	padding: 0 0 5px;
	margin: 0;
}

#panier #wrapper table td {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #00A99D;
	height: 30px;
}

#panier #wrapper table .basket-prod-row.alt {
	line-height: 30px;
	background-color: #E5F6F5;
}

#panier #wrapper table td.image {
	width: 74px;
	height: 74px;
}

#panier #wrapper table .quantity {
	text-align: center;
	width: 80px;
}

#panier.edition	#wrapper table .quantity a {
	float: left;
	display: block;
	width: 13px;
	height: 20px;
	text-decoration: none;
	color: #00A99D;
	line-height: 20px;
}

#panier.edition	#wrapper table .quantity a:hover {
	color: #CC9867;
}

#panier.edition	#wrapper table .quantity input {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #00A99D;
	padding: 2px;
	text-align: center;
}

#panier.edition	#wrapper table .quantity a.delete {
	margin-left: 18px;
	display: inline;
}

#panier.edition	#wrapper table .quantity a.add {
}

#panier #wrapper table .unitprice,
#panier #wrapper table .totalprice {
	width: 80px;
	text-align: center;
}

#panier #wrapper table .productsummary {
	padding-left: 20px;
}

#panier #wrapper table .productsummary h3 {
	font-weight: bold;
}

#panier #wrapper table td.entitled {
	padding-left: 15px;
}

#promotioncode {
	background-color: #E5F6F5;
	margin-top: 10px;
	height: 44px;
	float: left;
	width: 100%;
}

#promotioncode p {
	float: left;
	line-height: 44px;
	margin: 0;
	padding-left: 15px;
}

#promotionform {
	float: right;
	padding-left: 15px;
	margin-right: 15px;
	padding-top: 12px;
}

#promotionform input {
	height: 14px;
	border: 1px solid #00A99D;
	padding: 2px;
	text-align: center;
	margin-left: 5px;
}

#panier .buttommenu {
	background-color: #00A99D;
	margin: 10px 0 12px 0;
	height: 28px;
	float: left;
	width: 100%;
}

#panier .buttommenu li {
	float: right;
}

#panier .buttommenu input {
	display: block;
	color: #FFF;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 1px solid #FFF;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin: 6px 0 -4px;
	padding: 0 10px;
}

#panier .buttommenu input:hover {
	cursor: pointer;
}

#user ul li {
	width: 357px;
	margin-bottom: 40px;
	background-color: #E5F6F5;
	float: left;
	padding-bottom: 15px;
	display: inline;
	margin-top: 12px;
}

#user.address ul #billingaddress {
	margin-left: 12px;
}

#user ul li h3 {
	background-color: #00A99D;
	color: #FFF;
	line-height: 27px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	padding-left: 10px;
	margin: 0;
}

#user ul li p {
	clear: both;
	margin: 12px 12px 12px 108px;
}

#user ul li .form-row {
	clear: left;
	height: 22px;
	margin-top: 10px;
}

#user ul li .form-row label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 8px;
	line-height: 22px;
}

#user ul li .form-row input {
	width: 182px;
	height: 14px;
	float: left;
	border: 1px solid #CC9867;
	font-size: 12px;
	padding: 4px;
}

#user ul li .form-row input.narrow {
	width: 122px;
}

#user ul li .form-row input.wide {
	width: 231px;
}

#user ul li .submit {
	display: block;
	color: #FFF;
	font-size: 12px;
	background-color: #CC9867;
	padding: 4px 30px;
	border-style: none;
	margin-left: 108px;
}

#user ul li .submit:hover {
	background-color: #a87d55;
	cursor: pointer;
	text-decoration: none;
}

/* @end */

/* @group User Identification */

#user.identification .form-checkbox-row {
	clear: left;
	min-height: 22px;
	margin-top: 12px;
}

#user.identification .form-checkbox-row span {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 8px;
}

#user.identification .form-checkbox-row label {
	width: 236px;
	display: block;
	float: left;
}

#user.identification ul.options {
	margin: 12px 12px 0 12px;
	float: none;
}

#user.identification ul.options li {
	margin: 0;
	padding: 0;
	float: none;
}

#user.identification li.register ul.options a {
	display: inline;
	color: #FFF;
	font-size: 12px;
	background-color: #CC9867;
	padding: 4px 30px;
	border-style: none;
	text-decoration: none;
}

#user.identification li.register ul.options a:hover {
	background-color: #a87d55;
}

#user.identification ul .register {
	margin-left: 12px;
}

/* @end */

/* @group User Registration */

#user.inscription {
	background-color: #E5F6F5;
	margin-top: 24px;
}

#user.inscription h3 {
	background-color: #00A99D;
	color: #FFF;
	line-height: 27px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	padding-left: 10px;
	margin: 0;
}

#user.inscription .form-row {
	clear: left;
	height: 22px;
	margin-top: 10px;
}

#user.inscription .form-row label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 8px;
	line-height: 22px;
}

#user.inscription .form-row input {
	width: 282px;
	height: 14px;
	float: left;
	border: 1px solid #CC9867;
	font-size: 12px;
	padding: 4px;
}

#user.inscription .form-row input.narrow {
	width: 122px;
}

#user.inscription .form-row input.wide {
	width: 431px;
}



#user.inscription .form-checkbox-row {
	clear: left;
	min-height: 22px;
	margin-top: 12px;
}

#user.inscription .form-checkbox-row span {
	display: block;
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 8px;
}

#user.inscription .form-checkbox-row label {
	width: 500px;
	display: block;
	float: left;
}

#user .form-note,
#user .form-error,
#user .form-success {	color: #00A99D;	font-weight: bold;	margin-top: 0;	display: block;
	clear: left;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 15px;
	font-size: 10px;
	padding-right: 30px;
	float: left;
}

#user .form-error {
	color: red;
}

#user .form-success {
	color: green;
}

#user .captcha .form-note,
#user .captcha img {	margin-left: 208px;
	padding: 0;
}

#user .captcha img {
	margin-bottom: 15px;
	float: left;
}

#user.inscription .submit {
	display: block;
	color: #FFF;
	font-size: 12px;
	background-color: #CC9867;
	padding: 4px 30px;
	border-style: none;
	margin-left: 208px;
}

#user.inscription .submit:hover {
	background-color: #a87d55;
	cursor: pointer;
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	padding-top: 6px;
	margin: 12px 0;
	background-color: #FFF;
	padding-bottom: 6px;
	text-align: center;
	font-size: 10px;
}
#footer h1{
	margin:0;
	display: inline;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
}


/* @end */

body.accueil #headingbar {
	background-image: url(bg-accueil-t.jpg);
}

body.accueil #content {
	background: #FFF url(bg-accueil-b.jpg) no-repeat 12px 12px;
	height: 434px;
}

body.static #headingbar {
	background-image: url(bg-contact.jpg);
}

body.palmares #headingbar {
	background-image: url(bg-palmares.jpg);
}

body.ledomaine #headingbar {
	background-image: url(bg-domaine.jpg);
}
body.vins table.listing-vins
{

	width: 90%;
}
body.vins table.listing-vins td
{

width: 33%;
text-align: center;
}
body.vins table.listing-vins td img
{

width: 240px;
}
body.vins table.listing-vins strong {
	color: #CC9867;
}
body.vins table.listing-vins a {
text-decoration: none;
}


/* @group Contact */

.alerte{
	margin-left: 30px;
	color: #f00;
}
.contact {
}

.contact #contacts ul li {
	width: 334px;
	margin-left: 10px;
	margin-bottom: 40px;
	background-color: #E5F6F5;
	float: left;
	padding-bottom: 15px;
	display: inline;
}

.contact #contacts li h3 {
	background-color: #00A99D;
	color: #FFF;
	line-height: 27px;
	font-weight: normal;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: none;
	padding-left: 10px;
}

.contact #contacts li p {
	margin-top: 15px;
	clear: both;
	margin-left: 10px;
}

.contact #contacts li ul {
	padding-top: 15px;
}

.contact #contacts li .form-row {
	clear: left;
	
	margin: 10px 0;
}

.contact #contacts li .form-row label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 8px;
	line-height: 22px;
}

.contact #contacts li .form-row input {
	width: 182px;
	height: 14px;
	float: left;
	border: 1px solid #CC9867;
	font-size: 12px;
	padding: 4px;
}

.contact #contacts li .form-row textarea {
	width: 182px;
	height: 140px;
	float: left;
	border: 1px solid #CC9867;
	font-size: 12px;
	padding: 4px;
}

.contact #contacts li .form-row .form-note {
	clear: both;
}

.contact #contacts li .form-row input.submit {
	display: block;
	color: #FFF;
	font-size: 12px;
	background-color: #CC9867;
	padding: 4px 30px;
	border-style: none;
	
	
	margin-top: 10px;
	

	height: 30px;
	width: 192px;
}

.contact #contacts li .form-row input.submit:hover {
	background-color: #a87d55;
	cursor: pointer;
	text-decoration: none;
}

/* @end */


.moncompte dt
{
	margin-top: 10px;
}
.mescommandes table
{
	margin: 30px;
}
.mescommandes th
{
	color: #CC9867;
}
.mescommandes tr
{
	height: 25px;
	border-bottom: 1px solid #CC9867;
	
}
.mescommandes .ref {
width: 100px;
}.mescommandes .date {
width: 150px;
}.mescommandes .montant {
width: 100px;
}.mescommandes .statut {
width: 100px;
}.mescommandes .action {
width: 200px;
}

body.accueil #concours{
	background: #fff3d5;
	margin-right:46px;
	margin-top:280px;
	padding:5px;
}
body.accueil #concours img{
	float:left;
height:110px;
margin:10px;
}
body.accueil #concours h2
{
	margin: 10px;
	border: none;
}
body.accueil #concours p{
	margin: 10px;
}
body.accueil #concours a.button{
	border: 2px solid #bfa874;
	background: #bfa874;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
body.accueil #concours a.button:hover{
	border: 2px solid #bfa874;
	background: #fff3d5;
	color: #bfa874;
	
}
.pages ul,
.pages ol{
	padding: 0 0 0 40px;
}
.pages ul li{
	margin: 5px;
	list-style: circle;
}
.pages ol li{
	margin: 5px;
	list-style: decimal;
}


