@charset "utf-8";
/*
CSS Document
Laurent Ilgart
01.58.35.01.13
*/

/* Global elements
=====================================================================*/


html, body {
	height:100%;
}	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.separation {
	clear: both;
	visibility: hidden;
	height: 1px;
}
fieldset, img, abbr {
	border: 0;
}
.distext {
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
}


/* Generic Elements
===================================================================== */

body {
	background-color: #FBF0D3;
	background-image: url(../img/vignoble.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	width: 945px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
h1 {
	font-size: 18px;
	margin: 0 0 8px;
	font-weight: 700;
	line-height: 22px;
}
h2 {
	font-size: 16px;
	margin: 10px 0 8px 0;
	font-weight: 700;
	color: #660000;
	line-height: 20px;
}
h3, .titre3 {
	font-size: 14px;
	font-weight: 700;
	color: #847248; /*#0B2467;*/
	margin: 10px 0 8px 0;
}
ul, li {
	list-style-type: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

/* Specific Elements (Decoration)
===================================================================== */

.strong {
	font-weight: 700;
}
.right {
	float: right;
	margin-left: 5px;
}
.left {
	float: left;
	margin-right: 5px;
}
.center {
	text-align: center;
}
.carte {
	float:right;
	display:block;
}
a.carte:hover {
	text-decoration: none;
}
.carte img {
	margin-left: 5px;
}
.barre {
	text-decoration: line-through;
}
.souligne {
	text-decoration: underline;
}
.prix {
	font-size: 110%;
	font-weight: 700;
	color: #d14914;
}
.promotion {
	font-size: 140%;
	font-weight: 700;
	color: #d14914;
	font-style:italic;
}
.medaille {
	font-size: 90%;
	color: #333;
}
.medaillon {
	margin: 2px;
}
.espaceBas {
	margin-bottom: 5px;
}
.rouge, a.rouge:link, a.rouge:visited, a.rouge:hover, a.rouge:active {
	color: #600;
}
.bleu {
	color: #00F;
}
.noir, a.noir:link, a.noir:visited, a.noir:hover, a.noir:active  {
	color: #000;
}
.precision {
	font-size: 90%;
	font-style: italic;
}
.special {
	display: block;
}
.typo {
	font-family: inherit;
}
.imggauche{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	border: 1px solid #6e5d32;
}
.puce {
	margin: 0 0 0 5px;
	background-image:url(../img/puce_bleue.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style: none;
	padding-left: 9px;
}
.bouton {
	background-color: #847248;
	font-weight: 400;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
	border: none;
	margin: 5px 0;
}

/* Structure du site
====================================================== */


#global {
	background: url(../img/fond_bicolore.png) center repeat-y;
	min-height: 100%;
	width: 945px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

/* Header & footer */

#header1,#header2, #footer {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin: 0 auto;
}
#header1,#header2 {
	width: 919px;
	height: 125px;
}
#header1 {
	background: url(../img/bandeau_haut1.png) center no-repeat;
}
#header2 {
	background: url(../img/bandeau_haut2.png) center no-repeat;
}
#footer {
	background: url(../img/bandeau_bas.png) center no-repeat;
	height: 37px;
}

/* Logo Jean-Francois B */

#logo {
	background-image: url(../img/logo_jfb.png);
	background-repeat:no-repeat;
	width: 99px;
	height: 94px;
	position: absolute;
	right: 30px;
	top: 60px;
}

/* Contenu 
====================================================== */

#principal {
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: auto;
} 

/* Colonnes centrales */

#central {
 	float: right;
	width: 690px; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	padding-right: 18px;
}

/* Autres listes */

.espaceVertical p {
	margin: 15px 0;
}

/* Le vin du mois */

.headerPromo, .cadreCouleur {
	padding: 10px;
	background-color: #f0e2bb;
	border: solid 1px #990000;
	margin-bottom: 20px;
	width: 96%;
}
.headerPromo img {
	margin: 5px;
}
.headerPromo  h2 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.headerPromo  h3 {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}
.headerPromo p.headerDesc {
	color: #600;
	margin-bottom: 5px;
}
.headerPromo p.headerPrix {
	text-align: center;
	margin-bottom: 0;
}
.headerPromo p.headerFiche {
	text-align: right;
	margin-bottom: 0;
}
.headerPromo p.headerFiche a:link,
.headerPromo p.headerFiche a:visited,
.headerPromo p.headerFiche a:active {
	font-style: oblique;
	text-decoration: underline;
	font-size: 10px;
	color: #0B2467;
}
.gras, .gras1, .gras2, .gras3{
	font-size: 13px;
	font-weight: bold;
	color: #343541;
}
.gras3{ color: #600; }


/* Colonne de gauche */

#sidebar {
	float: left; 
	width: 201px; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	padding-left: 18px;
}
#sidebar p {
	margin-bottom: 8px;
}
#sidebar li {
	 margin-bottom: 5px;
	 font-size: 95%;
	 line-height: 14px;
}
.encart {
	font-weight: 700;
	font-size: 80%;
	border: 1px solid #990000;
	text-align: justify;
	padding: 4px;
	line-height: 14px;
}
.encart h2{
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	color: #990000;
}
.imgSidebar {
	margin-left: -5px;
}

/* Panier */
.basket {
	background-image: url(../img/panier.jpg);
	background-repeat:no-repeat;
	width: 172px;
	height: 93px;
	margin-left: 17px;
	padding: 15px;
	color: #ffffff;
}
a.lienBasket {
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	text-decoration: underline;
}

/* Partie principale avec deux colonnes */

.deuxColonnes {
	float: left;
}
.deuxColonnes div {
	width: 326px;
	float: left;
	margin: 0 5px 0 0;
}
.deuxColonnes div p {
	margin-bottom: 8px;
}
.deuxColonnes div li {
	margin: 10px 0;
}


/* Menus
====================================================== */

#header1 a:link, #header2 a:link, #footer a:link,
#header1 a:visited, #header2 a:visited, #footer a:visited,
#header1 a:active, #header2 a:active, #footer a:active,
#menuPrincipal a:link, #menuPrincipal a:visited, #menuPrincipal a:active {
	color: #FFF;
	font-weight: 700;
}

/* Menu Principal */

ul#menuPrincipal {
	margin-top: -25px;
	margin-left: 20px;
	position: absolute;
}
#menuPrincipal li {
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	border-right: 1px dotted #FFF;
}
#menuPrincipal li.last {
	border-right: 0;
}
#menuPrincipal a.actuel {
	color: #ECD9A6;
}
#menuPrincipal a:hover {
	color: #D1B573;
	text-decoration: none;
}

/* Menu Langue */

ul#langue {
	float: left;
	list-style-type: none;
	padding-left: 30px;
}
#langue li {
	display: inline;
	margin-right: 4px;
	padding-right: 6px;
	border-right: 1px solid #FFF;
}
#langue li.last {
	border-right: 0;
}

/* Menu Extranet */

ul#extranet {
	float: right;
	padding-right: 30px;
	list-style-type: none;
}
#extranet li {
	display: inline;
}

/* Menu Footer */

ul#footer li {
	float: right;
	margin-right: 20px;
	margin-top: 3px;
	list-style-type: none;
	display: inline;
}

/* Menus Extra */

div#liensExtra {
	width: 920px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#liensExtra a:link, #liensExtra a:visited, #liensExtra a:active {
	color: #9f9476;
}
ul#liensExtraMenuPrincipal {
	margin: 0 auto;
	width: 600px;
}
ul#liensExtraMenuPrincipal li {
	display: inline;
	margin: 0 5px;
}
ul#liensExtraVins {
	margin: 15px 0;
}
ul#liensExtraVins li {
	display: inline;
	float: left;
	width: 25%;
	text-align: center;
}

/* Tableau de la boutique */
/* Tableau paiement par chèque */


.tableauBoutique, .tableauCheque {
	width: 99%;
}
.tableauCheque {
	/*border: solid 1px #847248;*/
}
tfoot.recapBDC {
	font-size: 120%;
}
tr.pair {
	background-color: #f0e2bb;
}
tr.impair {
	background-color: #EBDBA9;
}
td, th {
	padding: 4px 2px 2px 2px;
}
.tableauBoutique th, .tableauCheque th {
	vertical-align: middle;
	font-weight: 700;
	color: #600;
}
.tableauBoutique th a {
	color: #600;
	text-decoration: underline;
}
.tableauBoutique td, .tableauCheque td {
	vertical-align: middle;
}
.tableauBoutique p, .tableauCheque p {
	margin-bottom: 0;
}
a.panier:link, a.panier:visited, a.panier:hover, a.panier:active,
a.hautPage:link, a.hautPage:visited, a.hautPage:hover, a.hautPage:active {
	float: right;
	font-style: oblique;
	text-decoration: underline;
	font-size: 11px;
	color: #600;
	margin-top: 10px;
}

/* Total commande */

.totalCommande {
	margin-left: 20px;

}
.totalCommande p {
	margin: 5px 0;
}
.totalCommande  label {
	float: left;
	position: relative;
	width: 250px;
	text-align: right;
}
.totalCommande input, .totalCommande select, .totalCommande span.afficheDonnees {
	position:relative;
	left: 20px;
}
.totalCommande span.afficheDonnees {
	font-weight: 700;
}
/* Coordonnees */

.coordonnees {
	margin-left: 20px;
	position:relative;
}
.titreLivraison {
	margin-left: 135px;
	height: 40px;
}
.titreFacturation {
	margin-left: 25px;
	height: 40px;
}
.coordonnees p {
	margin: 5px 0;
}
.coordonnees  label {
	float: left;
	position: relative;
	width: 110px;
	text-align: left;
}
.coordonnees input, .coordonnees textarea {
	position:relative;
	left: 20px;
}

/* Paiement carte bleue */

.paiement input {
	margin: 20px auto;
	display: block;
}

/* annonce */
#annonce {
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}