/* PMP CONCEPT 11/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: #e4eaea;
	color: #5e5e5e;
	line-height: 15px;
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 20px;
	height: 100%;
	background-image: url(../_image/fond_page.png);
	background-position: center top;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

.vide {
	display: none;
}

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

a {
	color: #4b4b4d;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #8e1c1c;
	text-decoration: underline;
}

img { border: 0; }



/****************** Haut Site ******************/
#hautSite {
	width: 764px;
    margin: 0 auto;
}

#logoSite {
	height: 99px;
    display: block;
	background-image: url(../_image/chateaucornelie.png);
}

/* en-tete */
#entetephoto div { height: 97px; background-image: url(../_image/haut.jpg); }
#entetephoto.accueil div { height: 200px; background-image: url(../_image/haut_accueil.jpg); }
#entetephoto.chateau div { height: 97px; background-image: url(../_image/haut_chateau.jpg); }
#entetephoto.vignoble div { height: 97px; background-image: url(../_image/haut_vignoble.jpg); }
#entetephoto.vins div { height: 97px; background-image: url(../_image/haut_vins.jpg); }
#entetephoto.actualites div { height: 97px; background-image: url(../_image/haut.jpg); }
#entetephoto.degustations div{ height: 97px; background-image: url(../_image/haut.jpg); }
#entetephoto.contact div { height: 97px; background-image: url(../_image/haut.jpg); }

/* en-tete MENU */
#entete {
	width: 764px;
    height: 39px;
    margin: 3px auto;
	background-image: url(../_image/fr/menu.png);
	background-repeat: no-repeat;
}
#entete #entetenav { margin: 0; padding: 0; }
#entete #entetenav li { display: inline; }
#entete #entetenav li a { 
	float: left; 
    width: 117px; 
    height: 0; 
    padding-top: 39px;
	overflow: hidden;
	background-image: url(../_image/fr/menu.png);
	background-repeat: no-repeat;
}

/* boutons */
#entete #entetenav li#etn-chateau a { background-position: 0 0; width: <?php echo $css[7]; ?>px; margin-left: 0px; }
#entete #entetenav li#etn-vignoble a { background-position: -151px 0; width: <?php echo $css[8]; ?>px; margin-left: 1px; }
#entete #entetenav li#etn-vins a { background-position: -241px 0; width: <?php echo $css[9]; ?>px; margin-left: 1px; }
#entete #entetenav li#etn-actualites a { background-position: -291px 0; width: <?php echo $css[10]; ?>px; margin-left: 1px; }
#entete #entetenav li#etn-degustations a { background-position: -390px 0; width: <?php echo $css[11]; ?>px; margin-left: 1px; }
#entete #entetenav li#etn-trouvez a { background-position: -511px 0; width: <?php echo $css[12]; ?>px; margin-left: 1px; }
#entete #entetenav li#etn-contact a { background-position: -683px 0; width: <?php echo $css[13]; ?>px; margin-left: 1px; }
/* PAR-DESSUS ETATS */
#entete #entetenav li#etn-chateau a:hover { background-position: 0 -39px; }
#entete #entetenav li#etn-vignoble a:hover { background-position: -151px -39px; }
#entete #entetenav li#etn-vins a:hover { background-position: -241px -39px; }
#entete #entetenav li#etn-actualites a:hover { background-position: -291px -39px; }
#entete #entetenav li#etn-degustations a:hover { background-position: -390px -39px; }
#entete #entetenav li#etn-trouvez a:hover { background-position: -511px -39px; }
#entete #entetenav li#etn-contact a:hover { background-position: -683px -39px; }
/* ACTIVE ETATS */
#entete.chateau #entetenav li#etn-chateau a,
#entete #entetenav li#etn-chateau a:active { background-position: 0 -78px !important; }
#entete.vignoble #entetenav li#etn-vignoble a,
#entete #entetenav li#etn-vignoble a:active { background-position: -151px -78px !important; }
#entete.vins #entetenav li#etn-vins a,
#entete #entetenav li#etn-vins a:active { background-position: -241px -78px !important; }
#entete.actualites #entetenav li#etn-actualites a,
#entete #entetenav li#etn-actualites a:active { background-position: -291px -78px !important; }
#entete.degustations #entetenav li#etn-degustations a,
#entete #entetenav li#etn-degustations a:active { background-position: -390px -78px !important; }
#entete.trouvez #entetenav li#etn-trouvez a,
#entete #entetenav li#etn-trouvez a:active { background-position: -511px -78px !important; }
#entete.contact #entetenav li#etn-contact a,
#entete #entetenav li#etn-contact a:active { background-position: -683px -78px !important; }

/****************** Coeur Site ******************/
#coeurSite {
	width: 726px;
    margin: 0 auto;
    background-color: #ffffff;
    min-height: 200px;
    overflow: hidden;
    padding: 19px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 9px;
    color: black;
}
h2 a {
	text-decoration: none;
}
h3 {
    font-size: 13px;
    color: #4a4c65;
    margin-bottom: 3px;
}

.souligne {
	padding-bottom: 8px;
    background-image: url(../_image/souligne.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.lien {
	color: #8e1c1c;
    background-image: url(../_image/puce01.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-size: 10px;
    text-decoration : none;
    float: right;
}
.lien2 {
	color: #8e1c1c;
    background-image: url(../_image/puce01.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-size: 14px;
    text-decoration : none;
}

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

.rouge { color: #8e1c1c; }

.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; }

/* accueil */
#invitationaccueil {
	float: right;
	display:block:
}
#invitationaccueil A {
	display:block;
}
#accueilc { width: 505px;
}

.retrait { padding-left: 12px; padding-right: 34px;
	position:relative; }

#signature {
	width: 168px;
    height:0;
	padding-top:84px;
    background-image: url(../_image/signature.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    overflow: hidden;
	top:50px;
	left:0;1
}

.boutiqueligne A {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../_image/fr/boutique_coin.png);
	background-image:
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 225px;
	height:0;
	padding-top:130px;
	display: block;
	overflow: hidden;
}

/* chateau cornelie */
/*onglet*/
#onglets {
	width: 764px;
	background: #ffffff url(../_image/onglet_fond.png) bottom repeat-x;
    position: relative;
    margin-left: -19px;
    margin-bottom:20px;
    margin-top: -20px;
}
#onglets ul {
	margin: 0;
    list-style: none;
    height: 21px;
    padding: 11px 10px 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: #4a4c65;
    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:#8e1c1c; }
#onglets a:hover { background-position:0% 0; }
#onglets a:hover span { background-position:100% 0; }

/* vins */
h3.titreCuvee {
	padding-top: 85px;
    padding-bottom: 15px;
	width: 278px;
    height: 18px;
    font-size: 16px;
    color: black;
    font-weight: normal;
}
.tabcuvee {}
.tabcuvee td {
	width: 358px;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 10px 0;
    vertical-align: top;
}
.tabcuvee td img { margin-bottom: 10px; }
.tabcuvee td strong {
	font-weight: normal;
    font-size: 16px;
    color: #8e1c1c;
}

.listevins {
	list-style: none;
    padding-left: 19px;
}
.listevins li a {
	padding-left: 14px;
    background-image: url(../_image/puce02.png);
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none;
}

/* fiche vin */
#fichevin {
	float: right;
    width: 474px;
    padding-top: 20px;
}
#fichevin h2 {
	margin-bottom: 25px;
}
#fichevin p {
    font-size: 14px;
    line-height: 16px;
}
#fichevin strong {
	color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
#boutvin {
	float: left;
    width: 230px;
    text-align: center;
}
.auteurcommentaire {
	font-size: 11px;
	color:#8e1c1c;
	text-align:right;
	padding-bottom:10px;
}

/* actualites */
#comments dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 20px 0;
	background: transparent url(../_image/comment-pic.png) no-repeat 10% 100%;
    font-size: 11px;
    line-height: 13px;
}

#comments dl {
	margin: 0;
	padding: 0;
}

#comments dd p {
	margin: 0;
	padding: 20px 0 0 0;
}

#comments dd {
    border-top: 1px solid #e5e7e7;
    border-bottom: 1px solid #e5e7e7;
    background-color: #f7f9f9;
    padding: 0 20px 15px 20px;
    margin: 0;
}

#comment-form, .resultatDegust {
	margin-top: -9px;
	padding: 20px 20px 5px 20px;
	border-top: 1px solid #a9adad;
	border-bottom: 1px solid #a9adad;
	background-color: #e4eaea;
	font-size: 11px;
    line-height: 13px;
    overflow: hidden;
}

#comment-form input, #comment-form textarea {
	color: #000;
	border: 1px solid #a9adad;
	padding: 0;
	font: 11px Arial, sans-serif;
	margin: 2px 3px 1px 3px;
}

#comment-form .erreurSaisie{
	color:red;
}

.minilien a, #comments .info, .resultatDegust .commentactu {
    background-position: left;
    background-repeat: no-repeat;
	padding-left: 16px;
}

.resultatDegust {
	margin-top: 10px;
	height:70px;
}
.resultatDegust img { margin-right: 15px; }
.resultatDegust h3 { margin-bottom: 15px; }
.resultatDegust strong { font-size: 16px; letter-spacing: 2px; }
.resultatDegust em { font-style: normal; padding-left: 10px; }
.resultatDegust .rouge { font-size: 20px; }
.resultatDegust .commentactu { float: right; }

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: #333;
	font-weight: bold;
}

table.tableform td input.checkbox {
	border: none;
} 

#fields input, #fields textarea {
	padding: 2px;
}

#fields input.button {
	border: none;
}

#telechargeFichier{
	float:right;
	text-decoration:none;
	border:none;
}

.paractu {
	margin-bottom:15px;
}

/*erreur formulaire*/
.comment-form .erreurForm {
}
table.tableform .erreurForm td, table.tableform .erreurForm input, table.tableform .erreurForm textarea {
}
table.tableform .erreurForm th {
	color: #ff4747;
}


/* degustation */
.degustation {
	padding-top: 15px;
}
.degustation h3 {
	color: #4a4c65;
}
.degustation h3 em {
	font-weight: normal;
    font-style: normal;
    color: #a9adad;
}

/*galerie*/
#galeriePhoto {
	clear: both;
}
#galeriePhoto img { border: none; }
#galeriePhoto a.zoomPhoto {
	margin-right: 14px;
    margin-bottom: 10px;
    border: 1px solid #7f2023;
    padding: 2px;
    display: block;
    float: left;
}
#galeriePhoto a:hover.zoomPhoto {
    border: 1px solid #b72527;
}


/* contact */
#coordonnees {
	float: right;
    width: 190px;
    background-color: #ffffff;
    padding: 0px 15px 10px 15px;
}
#boutonForm {
	text-align: center;
}
.telecharger {
	width:239px;
    height:0px;
    padding-top:45px;
    display:block;
    overflow:hidden;
    background-image:url(../_image/telecharger.png);
}
.commander {
	width:239px;
    height:0px;
    padding-top:45px;
    display:block;
    overflow:hidden;
    background-image:url(../_image/commander.png);
}

/****************** Bas Site ******************/
#mentions {
	width: 726px;
    height: 30px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0 19px 0 19px;
    color: #a9adad;
    font-size: 11px;
}
#pmpconcept {
	display: block;
    width: 25px;
    height: 0;
    background-image: url(../_image/pmpconcept.png);
    background-position:  0 0;
    background-repeat: no-repeat;
    padding-top: 30px;
	overflow: hidden;
    position : absolute;
    margin-left: 140px;
    margin-top: -8px;
}

#basSite {
	width: 726px;
    height: 26px;
    margin: 0 auto;
    background-image: url(../_image/bas_page.png);
    background-position:  0 0;
    background-repeat: no-repeat;
    padding: 0 19px 0 19px;
}


/** OU TROUVEZ NOS VINS **/
/*revendeur France*/
.revendeurFrance,
.revendeurEtranger {
	width: 327px;
	float: left;
	
	background-color: #e4eaea;
	height: 86px;
	
	padding: 10px 10px 10px 20px;
}
.revendeurFrance h4,
.revendeurEtranger h4 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #8e1c1c;
	padding-left: 13px;
	margin-bottom: 3px;
	background-image: url(../_image/puce01.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.revendeurFrance p,
.revendeurEtranger p {
	text-align: left;
	margin: 0px;
}
.revendeurFrance address,
.revendeurEtranger address {
	margin-bottom: 5px;
	color: #5e5e5e;
    font-style: normal;
}
.revendeurFrance span,
.revendeurEtranger span {
	font-size: 11px;
	line-height: 12px;
    color: #7d7d7d;
}
.posD {
	margin-left: 10px;
}
.posB {
	margin-top: 15px;	
}

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



/****************** PMPUP ******************/
/* ------------------------------------ */
/*                                      */
/*            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;
    
}

a.pmpup-credits,
a.pmpup-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}

a.pmpup-credits:hover,
a.pmpup-credits:hover i {
    color: white;
    background-color: gray;
}

.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-html-content {
	position: absolute;
	display: none;
}

/* Controlbar example */
.controlbar {
	background: transparent url(../_scripts/pmpup/graphics/controlbar2.gif) no-repeat;
	width: 210px;
	height: 32px;
}

.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

.control {
	float: right;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 10px;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #9b090e;
}
.control:hover {
	color: #ca3489;
}

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

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

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

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




/* Bouton commander */
.btt_commander {
	width:195px;
	height:0;
	padding-top:48px;
	overflow:hidden;
	display:block;
	
	background-image:url(../_image/fr/btt_commander.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

/* Happy hours */
TR.happyhours .blacktxtn {
	background-image:url(../_image/campagne/happy-hours/happy-hours-panier.png);
	background-position:top right;
	background-repeat:no-repeat;
}
TR.happyhours .blacktxtn STRONG {
	color:#8e1b1d;
}
#coeurSite TR.happyhours .prix STRONG {
	font-size:16px;
	display:block;
	color:#8e1b1d;
}
/* Happy hours */
tr.primeur2009 .blacktxtn {
	background-image:url(../_image/campagne/primeur2009/primeur2009_panier.png);
	background-position:top right;
	background-repeat:no-repeat;
}
TR.primeur2009 .blacktxtn STRONG {
	color:#8e1b1d;
}