/* PMP CONCEPT 12/2007 */


/* ------------------------------------ */
/*                                      */
/*            GENERAL                   */
/*                                      */
/* ------------------------------------ */
body, ul, li, p, fieldset, legend, h1, h2, h3, h4, form, select { padding:0; margin:0; text-indent:0; border:0; }

body {
	background: #fff;
    color: #7e4636;
    line-height: 15px;
    font-size: 12px;
    font-family: Tahoma, Arial;
    margin: 0 0 20px 0;
    height: 100%;
}

a {
    color: #7e4636;
}
a:hover {
    color: #9d3a17;
}

.vide, legend { position:absolute; left:-5000px; }

p { text-align: justify; margin-bottom: 14px; }

img { border:0 none; }

#hautSite,
#coeurSite,
#basSite {
	overflow:hidden;
    margin:0 auto;
    clear:both;
}

/*couleur*/
.rouge { color:#9b090e; }
.bleuFonce { color:#143d61; }
.rose { color:#c93388; }

.normal { font-weight:normal; }

.infos { padding:10px; border:1px solid #ffe100; background:#fffad7; clear:both; }

.visible { display:block; visibility:visible; }
.invisible { display:none; visibility:hidden; }

.gauche { float: left; }
.droite { float: right; }

.sepHori {
	width: auto;
	height: 21px;
	background-image: url(../_image/sephori.png);
	background-position: left bottom;
    background-repeat: repeat-x;
}
.titre {
	height: 21px;
	margin-top: -21px;
	margin-bottom: 25px;
	overflow: hidden;
}
.titre span {
	height: 0;
    padding-top: 21px;
    display: block;
}


.photoDroite {
	float: right;
    text-align: right;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 10px;
    line-height: 11px;
    color: #9c7e2d;
 }
.photoDroite img { border: 1px solid #7f2023; padding: 2px; }

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #9d3a17;
}

address {
	font-style: normal;
}

/* ------------------------------------ */
/*                                      */
/*            HAUT SITE                 */
/*                                      */
/* ------------------------------------ */
#hautSite {
	background-image: url(../_image/tiret.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}
#hautSite #coeurHaut {
	background-image: url(../_image/fond_haut.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 235px;
    width: 870px;
    margin: 0 auto;
}

#logoSite {
	width: 185px;
    height: 135px;
    margin-left: 86px;
    top: 67px;
    position: absolute;
	overflow: hidden;
}
#logoSite a {
    height: 0;
    padding-top: 150px;
    display: block;
}

/* en-tete MENU */
#entete {
	width: 674px;
    height: 49px;
    margin-left: 28px;
	background-image: url(../_image/en/menu.png);
	background-repeat: no-repeat;
    background-position: 0 0;
}
#entete #entetenav { margin: 0; padding: 0; }
#entete #entetenav li { display: inline; }
#entete #entetenav li a { 
	float: left;
    height: 0;
    padding-top: 49px;
	overflow: hidden;
	background-image: url(../_image/en/menu.png);
	background-repeat: no-repeat;
}
/* boutons */
#entete #entetenav li#etn-domaine a { background-position: 0 0; width: 155px; margin-left: 0px; }
#entete #entetenav li#etn-culture a { background-position: -159px 0; width: 199px; margin-left: 4px; }
#entete #entetenav li#etn-vin a { background-position: -362px 0; width: 80px; margin-left: 4px; }
#entete #entetenav li#etn-trouvez a { background-position: -446px 0; width: 172px; margin-left: 4px; }
#entete #entetenav li#etn-actualite a { background-position: -622px 0; width: 49px; margin-left: 4px; }

/* PAR-DESSUS ETATS */
#entete #entetenav li#etn-domaine a:hover { background-position: 0 -49px; }
#entete #entetenav li#etn-culture a:hover { background-position: -159px -49px; }
#entete #entetenav li#etn-vin a:hover { background-position: -362px -49px; }
#entete #entetenav li#etn-trouvez a:hover { background-position: -446px -49px; }
#entete #entetenav li#etn-actualite a:hover { background-position: -622px -49px; }

/* ACTIVE ETATS */
#entete.domaine #entetenav li#etn-domaine a,
#entete #entetenav li#etn-domaine a:active { background-position: 0 -98px !important; }
#entete.culture #entetenav li#etn-culture a,
#entete #entetenav li#etn-culture a:active { background-position: -159px -98px !important; }
#entete.vin #entetenav li#etn-vin a,
#entete #entetenav li#etn-vin a:active { background-position: -362px -98px !important; }
#entete.trouvez #entetenav li#etn-trouvez a,
#entete #entetenav li#etn-trouvez a:active { background-position: -446px -98px !important; }
#entete.actualite #entetenav li#etn-actualite a,
#entete #entetenav li#etn-actualite a:active { background-position: -622px -98px !important; }

/*mini picto*/
#enteteSuite {
	height: 10px;
	position: absolute;
	top: 33px;
	margin-left: 788px;
}
#enteteSuite li { display: inline; }
#enteteSuite li a {
	float: left;
    height: 0;
	width: 11px;
	overflow: hidden;
    padding-top: 11px;
	background-repeat: no-repeat;
}
#enteteSuite #etn-home a { background-image: url(../_image/home.png); }
#enteteSuite #etn-contact a { background-image: url(../_image/mail.png); margin-left: 13px; }



/* ------------------------------------ */
/*                                      */
/*            BAS PAGE	                */
/*                                      */
/* ------------------------------------ */
#basSite {
    width: 810px;
    margin-top: -20px;
	background-image: url(../_image/fond_site-b.png);
    background-repeat: no-repeat;
    height: 44px;
    padding: 25px 30px 0 30px;
    
    font-size: 9px;
}
#basSite p {
	text-align: center;
}
#basSite a {
	text-decoration: none;
}

#pmpconcept {
	width: 25px;
	height: 30px;
	display: block;
	background-image: url(../_image/logopmpconcept.png);
    background-repeat: no-repeat;
	/*position: absolute;
	margin-left: 785px;*/
	float: right;
}
#pmpconcept span {
	height: 0;
	display: block;
	overflow: hidden;
}

/* ------------------------------------ */
/*                                      */
/*            COEUR PAGE                */
/*                                      */
/* ------------------------------------ */
#coeurSite {
	background-image: url(../_image/fond.png);
    background-position: 0 0;
}
#t_rouge {
	background-image: url(../_image/t_rouge.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
#bordurePage {
	margin: 0 auto;
    width: 854px;
    background-color: #ffffff;
	background-image: url(../_image/fond_coeursite.png);
    background-repeat: repeat-y;
    padding: 0 8px 0 8px;
}

#coeurTop {
	background-image: url(../_image/fond_coeursite-h.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 870px;
    display: block;
    position: absolute;
    top: 235px;
    left: 50%;
    margin-left: -435px;
}

.page {
    padding: 20px 23px;
    min-height: 325px;
	/*overflow: hidden;*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
.page ul {
	list-style: none;
	margin-left: 3px;
}
.page li {
	padding-left: 9px;
	margin-bottom: 6px;
	background-image: url(../_image/puce01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*TITRE*/
.titre#titreVins {
	background-image: url(../_image/en/titre_nosvins.png);
	width: 103px;
}
.titre#titreDomaine {
	background-image: url(../_image/en/titre_ledomaine.png);
	width: 205px;
}
.titre#titreCulture {
	background-image: url(../_image/en/titre_culture.png);
	width: 281px;
}
.titre#titreContact {
	background-image: url(../_image/en/titre_contact.png);
	width: 83px;
}
.titre#titreActualite {
	background-image: url(../_image/en/titre_actualite.png);
	width: 54px;
}
.titre#titreSalon {
	background-image: url(../_image/en/titre_salon.png);
	width: 155px;
}
.titre#titreOutrouvervin {
	background-image: url(../_image/en/titre_outrouvervin.png);
	width: 241px;
}



/*accueil*/
.accueil {
	background-image: url(../_image/fond-01.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0;
}
.accueil .gauche {
	width: 479px;
}
.accueil .droite {
	width: 328px;
	padding-right: 23px;
}
.accueil .titre {
	margin-bottom: 12px;
}

h2#bienvenue {
	width: 225px;
	height: 37px;
	padding: 39px 0 0 49px;
	background-image: url(../_image/en/bienvenue.png);
	background-position: 49px 39px;
	background-repeat: no-repeat;
	margin-bottom: 23px;
}
h2#bienvenue span {
	overflow: hidden;
	height: 0;
    display: block;
}
p#txt1,
p#txt2 {
	font-size: 12px;
	line-height: 18px;
}
p#txt1 {
	margin-left: 106px;
	margin-bottom: 20px;
	width: 341px;
}
p#txt2 {
	margin-left: 216px;
	width: 231px;
	text-align: right; 
}

div#sepVert {
	width: 4px;
	height: 325px;
	display: block;
	background-image: url(../_image/sepvert.png);
	margin-top: 20px;
	float: left;
}

img#drouin_01 {
	margin-top: 35px;
	margin-bottom: 21px;
}

img#drouin_03 {
	margin-top: 35px;
	margin-bottom: 21px;
	margin-right:4px;
}

/*intro flash*/
.introFlash { width:0; height:0; position:absolute; top:0; left:50%; margin-left:-435px; z-index:200; }


/*Le Domaine*/
.domaine {
	background-image: url(../_image/fond-02.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.domaine p {
	padding-left: 173px;
	width: 508px;
}
.drouin_02 {
	float: right;
	clear:both;
	margin-bottom:15px;
	width:103px;
}

/*Culture et vinification*/
.culture {
	background-image: url(../_image/fond-03.png);
	background-position: 71px 0;
	background-repeat: repeat-y;
}
.culture div.gauche {
	width: 173px;
}
.culture div.droite {
	width: 630px;
}
img.historique {
	position: absolute;
	margin-left: -150px;
}
div.historique {
	margin-bottom: 25px;
	overflow: hidden;
}

/*Vin*/
.vin {
	background-image: url(../_image/fond-04.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.vin ul {
	padding-top: 11px;
	margin-left: 70px;
}
.vin li {
	background-image: none;
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 14px;
}
.vin li a {
	text-decoration: none;
	color: #9d3a17;
}
.vin li a:hover {
	text-decoration: underline;
}

/*fiche vin*/
.fichevin {
	padding-left: 250px;
}
.fichevin #infoVin {
	padding-left: 66px;
}
.fichevin h3 {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 20px;
}
.fichevin p {
	font-size: 14px;
	line-height: 17px;
}
.fichevin p strong {
	color: #9d3a17;
}
#parcelle {
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	width: 102px;
	height: 63px;
	/*margin-top: -50px;*/
	top: 255px;
	margin-left: 480px;
}
#retourVin {
	text-align: right;
}
#retourVin a {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../_image/retour.png);
	padding: 6px 27px 4px 0;
	text-decoration: none;
	font-size: 14px;
	color: #9d3a17;
	font-weight: bold;
}


/*Contact*/
.contact {
	background-image: url(../_image/fond-contact.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.contact .gauche {
	width: 446px;
}
.contact .droite {
	width: 362px;
}
#comment-form {
	/*padding: 20px 20px 5px 20px;
	border-top: 1px solid #af9e8f;
	border-bottom: 1px solid #af9e8f;
	background-color: #e9e3cd;*/
	font-size: 11px;
    line-height: 13px;
    overflow: hidden;
}
#comment-form input, #comment-form textarea {
	color: #7e4636;
	border: 1px solid #af9e8f;
	padding: 3px 2px 2px 5px;
	font: 11px Arial, sans-serif;
	margin: 2px 3px 1px 3px;
	width: 215px;
}

table.tableform {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}	
table.tableform th, table.tableform td {
	margin: 0;
	padding: 8px;
}	
table.tableform th {
	padding-top: 12px;
	text-align: right;
	vertical-align: top;
	color: #9d3a17;
	font-weight: bold;
}
table.tableform td input.checkbox {
	border: none;
}
/*erreur formulaire*/
.comment-form .erreurForm {
}
#comment-form .erreurForm input, #comment-form .erreurForm textarea {
	background-color: #e9e3cd;
	/*border: 1px solid #9d3a17;*/
}
table.tableform .erreurForm th {
	color: #d54f1f;
}

#fields input.button {
	border: none;
	padding: 0;
	width: auto;
}

#coordonnees {
	width:250px;
	float:left;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 10px;
}
#coordonnees strong {
	font-size: 18px;
	color: #9d3a17;
	font-weight: normal;
	line-height: 20px;
}

#planAcces {
	float:left;
	width: 110px;
	height: 76px;
	background-image: url(../_image/en/planacces.png);
}
#planAcces a {
	display: block;
	padding-top: 76px;
	height: 1px;
	overflow: hidden;
}


/*actualite*/

.actualite {
}

.actualite .gauche {
	width: 537px;
	margin-right: 20px;
}
.actualite .droite {
	width: 227px;
}

.listeactu {
	overflow: hidden;
	clear: both;
}
.listeactu h3 {
	font-size: 16px;
}
.suite {
	margin-top: 15px;
	padding-top: 15px;
	background-image: url(../_image/sepvert.png);
	background-repeat: repeat-x;
}

.photoactu {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 102px;
	height: 63px;
	overflow: hidden;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
/*telechargement*/
.telechargement {
	color: #b98242;
}

/*Galerie*/
.close, .open {
	clear: both;
}
.close h4, .open h4 {
	text-decoration: none;
	padding-left: 12px;
	font-size: 12px;
	cursor: pointer;
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #b10000;
}
.close div, .open div {
}
.close h4 {
	background-image: url(../_image/plus.png);
}
.close div {
	display:none;
}
.open h4 { 
	background-image: url(../_image/moins.png);
}
.open div {
	display:inherit;
	padding-top: 10px;
	padding-bottom: 10px;
}
.open div img {
	margin: 0 2px 3px 2px;
}

/*salon*/
dl.salon,
dl.salon dt,
dl.salon dd {
	margin: 0;
	padding: 0;
}
dl.salon {
	margin-bottom: 10px;
}
.salon h3 {
	font-size: 14px;
	color: #9d3a17;
	margin-bottom: 2px;	
}
dl.salon dd span {
	font-size: 10px;
	color: #b98242;
}


/*Ou Trouvez Nos Vins*/

/*onglet*/
#onglets {
	width: 808px;
	background: #ffffff url(../_image/onglet_fond.png) bottom repeat-x;
    position: relative;
    margin-bottom: 20px;
    margin-top: -20px;
}
#onglets ul {
	margin: 0;
    list-style: none;
    height: 21px;
    padding: 11px 23px 0;
}
#onglets li {
	display: inline;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
#onglets a {
	float: left;
    background: url(../_image/onglet_gauche.png) no-repeat 0 -22px;
    margin: 0;
    margin-left: 3px;
    padding: 0 0 0 7px;
    text-decoration: none;
}
#onglets a span {
	float: left;
    display: block;
    background: url(../_image/onglet_droite.png) no-repeat right -22px;
    padding: 5px 15px 0 6px;
    color: #7e4636;
    font-size:12px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#onglets a span { float:none; }
/* End IE5-Mac hack */
#onglets .current a { background-position:0 0; height:21px; border-bottom:1px solid white; }
#onglets .current a span { background-position:100% 0; padding-bottom:1px; color:#b10000; }
#onglets a:hover { background-position:0% 0; }
#onglets a:hover span { background-position:100% 0; }

/*revendeur France*/
.revendeurFrance,
.revendeurEtranger,
.revendeurWeb {
	width: 353px;
	float: left;
	
	background-color: #f8f7eb;
	height: 80px;
	
	padding: 10px 10px 10px 20px;
}
.revendeurFrance h4,
.revendeurEtranger h4,
.revendeurWeb h4 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #b10000;
	padding-left: 9px;
	margin-bottom: 3px;
	background-image: url(../_image/puce01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.revendeurFrance p,
.revendeurEtranger p {
	text-align: left;
	margin: 0px;
}
.revendeurFrance address,
.revendeurEtranger address {
	margin-bottom: 5px;
	color: #666;
}
.revendeurFrance span,
.revendeurEtranger span {
	font-size: 11px;
	line-height: 12px;
}

.posD {
	margin-left: 40px;
	/*width: 359px;
	padding-left: 24px;
	background-image: url(../_image/sepvert.png);
	background-repeat: repeat-y;
	background-position: left top;*/
}
.posB {
	margin-top: 15px;
	/*
	padding-top: 15px;
	background-image: url(../_image/sepvert.png);
	background-repeat: repeat-x;
	background-position: left top;*/
	
}

/*Revendeurs à l'étranger*/
.revendeurPays {
	border-bottom: 1px dashed #d5b899;
	padding-bottom: 3px;
	clear: both;
}
.suivi {
	padding-top: 20px;
}

/*Sites Internet*/
.revendeurWeb {
	height: 60px;
}
.revendeurWeb p {
	color: #666;
}
.revendeurWeb span {
	color: #7e4636;
}

/* changement de langue*/
#langue {
	position : absolute;
	top: 60px;
	left: 50%;
	margin-left: 330px;
	font-size: 10px;
}
#langue li {
	list-style: none;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: left;
}
#langue li a {
	text-decoration: none;
}
#langue li#en {
	background-image: url(../_image/drapeaux/en.png);
}
#langue li#fr {
	background-image: url(../_image/drapeaux/fr.png);
}

/* ------------------------------------ */
/*                                      */
/*            ZOOM		                */
/*                                      */
/* ------------------------------------ */
.pmpup {
	cursor: url('../_scripts/pmpup/graphics/zoomin.cur'), pointer;
    outline: none;
}

.pmpup span {
	display: none;
}

.pmpup-image {
    border-bottom: 1px solid white;
}

.pmpup-image-blur {
}

.pmpup-caption {
    border-bottom: 1px solid white;
    font-size: 10pt;
    padding: 5px;
    background-color: RGB(126,148,164);
	color: RGB(255,255,255);
}


.pmpup-title { 
	display: none; 
	border-bottom: 1px solid white; 
	font-size:10px; 
	padding: 5px; 
	color: RGB(126,148,164); 
	background-color:white; 
	overflow:hidden; 
	text-align:center; 
}

.pmpup-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(../_scripts/pmpup/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}

.pmpup-display-block {
    display: block;
}

.pmpup-display-none {
    display: none;
}

.pmpup-overlay {
	display: none;
	background: #fff;
}

.pmpup-html {
    background-color: white;
}

.pmpup-html-blur {
}
.pmpup-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}

.pmpup-html-content {
	position: absolute;
	display: none;
}

.pmpup-move .control {
	float: right;
	text-decoration: none;
	background-color: white;
	padding-left: 4px;
	padding-bottom: 2px;
}

/* Necessary for functionality */
.pmpup-display-block {
    display: block;
}

.pmpup-display-none {
    display: none;
}

.pmpup-move {
    cursor: move;
	position: absolute;	
}

.pmpup-body {
	padding: 0px;
	clear: both;
}