@charset "UTF-8";
@import url(paragraphe.css);

/* -------------------------------- */
/* Définition des balises HTML		*/
/* -------------------------------- */
html {
	font-size: 100%;
}
body {
	background: #fffce2 repeat-x center top;
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	font: 12px/17px "Verdana", Lucida Grande, Lucida, sans-serif;
}


/* -------------------------------- */
/* Haut site						*/
/* -------------------------------- */
#hautsite {
	height: 379px;
	background-color: #2e2e2e;
	background-image: url(../_image/fondheader.png);
	background-repeat: no-repeat;
	background-position: center 0;
	border-top: 27px solid #1b1b1b;
	border-bottom: 17px solid #7d7d7a;
}
#hautsite .content {
	width: 760px;
	margin: 0 auto;
	position: relative;
	height: 407px;
}
#hautsite.mn-acc {
	border-bottom-style: none;
}
#hautsite .content.mn-acc {
	background: url(../_image/accueilheader.png);
	background-repeat: no-repeat;
	background-position: center 210px;	
}
#hautsite .content.mn-char {
	background: url(../_image/histoireheader.png) no-repeat 0 209px;
}
#hautsite .content.mn-cuv {
	background: url(../_image/cuveesheader.png) no-repeat 0 209px;
}
#hautsite .content.mn-actu {
	background: url(../_image/actualiteheader.png) no-repeat 0 209px;
}
#hautsite .content.mn-cont {
	background: url(../_image/contactheader.png) no-repeat 0 209px;
}

h1.logosite {
	margin: 0;
	padding: 0;
	line-height: normal;
}
a.logosite,
h1.logosite a {
	background: url(../_image/vignoble-charmet2011.png) no-repeat 226px 22px;
	width: 760px;
	height: 0;
	overflow: hidden;
	margin: 0;
	position: absolute;
	clear: both;
	padding: 187px 0 0;
}

/** Menu haut **/
#menuNav {
	position: absolute;
	top: -27px;
	left: 0;
	clear: both;
}
#menuNav li {
	float: left;
	list-style-type: none;
}
#menuNav li a {
	font-size: 14px;
	color: #8d8d8d;
	width: 150px;
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #2e2e2e;
	height: 25px;
	padding-top: 2px;
}
#menuNav li a:first-child {
	border-left: 1px solid #2e2e2e;	
}
ul#menuNav.mn-acc li#mn-acc a,
ul#menuNav.mn-char li#mn-char a,
ul#menuNav.mn-cuv li#mn-cuv a,
ul#menuNav.mn-actu li#mn-actu a,
ul#menuNav.mn-cont li#mn-cont a,
#menuNav li a:hover {
	background-color: black;
	color: #eac53e;
	text-decoration: none;	
}

/* -------------------------------- */
/* Bas site							*/
/* -------------------------------- */
#bassite {
	background-color: #ad8e07;
	height: 110px;
	padding-top: 20px;
	clear: both;
}
#bassite .content {
	width: 760px;
	margin: 0 auto;
	position: relative;
}

#bassite address {
	color: #eae3c1;
	font: bold 12px/16px Verdana, "Lucida Grande", Lucida, sans-serif;
}
.copyright,
.copyright a {
	color: #d6c783;
	font-size: 11px;
}

#pmpconcept {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../_image/fr/pmpconcept.png) no-repeat;
	height: 0;
	padding-top: 30px;
	width: 68px;
	overflow: hidden;
}
#pmpconcept:hover {
	background-position: -68px;
}
/* -------------------------------- */
/* Coeur site						*/
/* -------------------------------- */
#coeursite  {
	width: 760px;
	margin: 0 auto;
	background: url(../_image/1650.png) no-repeat right bottom;
	clear: both;
	min-height: 362px;
	padding-top: 65px;
	padding-bottom: 96px;
	overflow: hidden;
	position: relative;
}
.noborder {
	border-style: none !important;
	padding-top: 0;
}
.margeGauche {
	padding-left: 32px;
}
.margeGauche strong {
	display: block;
	font-style: normal;
	font-weight: normal;
}
.margeGauche span {
	font-weight: bold;
}

/** ACCUEIL **/
#coeursite.mn-acc {
	min-height: 212px;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #2e2e2e ;
	background-image: url(../_image/fondheader.png);
	background-repeat: none;
	background-position: center -380px;
}
#coeursite.mn-acc > .content {
	width: 760px;
	margin: 0 auto;
	background: url(../_image/1650.png) no-repeat right 154px;
	clear: both;
	overflow: hidden;
	position: relative;
	height: 212px;
}
#coeursite.mn-acc > .content p,
#coeursite.mn-acc > .content a {
	color: #fffce2;
	width: 615px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid black;
}
#coeursite.mn-acc > .content p:first-child {
	padding-top: 24px;
	padding-bottom: 44px;
}
#coeursite.mn-acc > .content p + p {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	border-bottom-style: none;
	position: absolute;
	text-align: center;
	width: 760px;
	margin-top: -16px;
}
#coeursite.mn-acc > .content a {
	font: normal 26px "Alex brush", cursive;
	color: #ad8e07;
	padding: 5px 15px;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
	border-radius: 5px;	
	background-color: black;
}
#coeursite.mn-acc > .content a:hover {
	color: #fffce2;
}
/* Colonne Gauche */
#colonneGauche {
	width: 371px;
	float: left;
}
#colonneGauche p {
	text-align: left;
}
#colonneGauche strong {
	color: #ad0926;
	font-size: 16px;
}

/* Colonne Droite */
#colonneDroite {
	width: 346px;
	background: url(../_image/ombre-encart-acc.png) no-repeat 12px 0;
	height: 340px;
	float: right;
}
.encartSmall {
	width: 302px;
	min-height: 300px;
	float: right;
	margin-top: 8px;
	padding-top: 14px;
	padding-left: 12px;
	padding-right: 12px;
	background: white url(../_image/bouteille-acc.png) no-repeat 22px 66px;
}
.encartSmall h2 {
	color: #ad8e07;
	font: 33px "Alex Brush", cursive;
	margin: 0 0 3px;
	padding: 0;
}
.encartSmall h2 + ul {
	margin: 0 0 0 81px;
	padding: 0 0 3px;
}
.encartSmall ul li {
	text-align: left;
}
.paragraphe ul.sousListe {
	margin-bottom: 9px;
}
.paragraphe ul.sousListe li {
	background: url(../_image/puceDoree.png) no-repeat left 9px;
}

/* Vignoble CHARMET */
.blocInfo {
	border-top: 4px dotted #ad8e07;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.blocInfo:first-child {
	margin: 0;
	border-style: none;
	padding-top: 0;
	min-height: 450px;
}
.histoire {
	background: url(../_image/photo-historique.jpg) no-repeat 420px 70px;
	height: 331px;
	padding-bottom: 0;
}
.histoire p.imgAlign {
	clear: both;
}

.blocInfo p {
	width: 329px;
	margin-left: 32px;
	margin-bottom: 20px;
	margin-top: 0;
}
.blocInfo p.imgAlign {
	padding: 0;
	width: 360px;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ad8e07;
	margin: 0 0 20px 18px;
	overflow: hidden;
}
.blocInfo p.xxl {
	height: 288px;
}
.blocInfo p.imgAlign a {
	float: left;
}
.gauche {
	float: left;
	display: block;
}
.droite {
	float: right;
	display: block;
}
.blocInfo p img {
	margin: 0;
	padding: 0;
}
.blocInfo p.imgAlign img:first-child {
	margin-left: 0;
}

/** Cuvées Fruitées **/
.listeVins {
	background: url(../_image/ombre-encart-cuv.png) no-repeat left top;
	margin-left: 21px;
	padding-top: 8px;
	margin-bottom: 50px;
}
.encartXXL {
	min-height: 220px;
	margin-top: 0;
	background-color: white;
	margin-left: 7px;
	padding: 14px 12px 20px 23px;
}
.encartXXL ul {
	
}
.encartXXL ul li {
	clear: both;
	min-height: 117px;
	margin-bottom: 15px;
}
.encartXXL ul li a {
	float: left;
	margin-right: 30px;
}
.encartXXL ul li h2 {
	
}
.encartXXL ul li p {
	width: 363px;
	display: block;
	float: left;
	text-align: left;
	margin-top: 0;
	padding: 0;
}
.encartXXL ul li p strong {
	display: block;
}
#recompense {
	color: #ad8e07;
	clear: both;
	overflow: hidden;
}
.paragraphe #recompense ul {
	width: 355px;
	text-align: left;
	line-height: normal;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
}
.paragraphe #recompense ul:first-child {
	padding-left: 0;
}
.paragraphe #recompense ul li {
	padding-left: 10px;
	background: url(../_image/puceDoree.png) no-repeat 0 7px;
	font-size: 10px;
	margin-bottom: 8px;
}

/** Bouton Ancre Recompenses **/
p.bttRecomp {
	position: absolute;
	top: 0;
	right: 8px;
	padding: 0;
	margin: 8px 0 0;
}
.bttRecomp a {
	position: relative;
	padding: 9px 22px 8px 9px;
	color: white;
	font-size: 14px;
	background-color: #7d7d7a;
	   -moz-box-shadow: 1px 1px 52px 0,4% #aaa; 
  	-webkit-box-shadow: 1px 1px 2px #aaa; 
  	box-shadow: 1px 1px 2px #555;
  	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
    zoom: 1; 
}
.fleche {
    background: transparent url("../_image/puce-btt-recomp.gif") no-repeat scroll 0 -36px;
    display: block;
    height: 18px;
    right: -4px;
    top: 50%;
    width: 21px;
	position: absolute;
	margin-top: -8px;
}
.bttRecomp a:hover {
	color: white;
	background: #7d7d7a url(../_image/degrad-btt-recomp.png) repeat-x 0 top;
}
.bttRecomp a:hover .fleche {
	background-position: 0 -36px;
}


/** Actualites **/
.full p {
	width: 728px !important;
	margin: 0;
	padding: 0;
}
.actu p {
	width: 520px;
	margin: 0;
	padding: 0;
}
.actu:first-child {
	padding-top: 0;
}
blocInfo + h2 {
	margin-top: 0;
}
.actu p img {
	border: 1px solid #ad8e07;
}
.imgActu {
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ad8e07;
}
/* navigation */
.navigation {
	border-top: 4px dotted #ad8e07;
	color: #806652;
	text-align: left;
	padding-top: 20px;
}
.navigation a,
.navigation strong {
	background-color: #ad8e07;
	border: 1px solid #866e04;
	display: inline-block;
	font-size: 10px;
	line-height: 18px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
}
.navigation a:hover,
.navigation strong {
	background-color: #2e2e2e;
	border: 1px solid black;
	color: white;
}
a.suiv,
a.prec  {
	width: 4px;
	height: 0;
	border-style: none !important;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 0;
	background-color: #fffce2 !important;
}
.suiv {
  	background: url(../_image/puce-suivant.png) no-repeat center 5px;
}
.prec {
  	background: url(../_image/puce-precedent.png) no-repeat center 5px;
}
a.suiv:hover,
a.prec:hover {
	background-position: center -17px;
}


/** Contact **/
#colonneDroite.plan {
	text-align: right;
}
.plan {
	background: url(../_image/plan.jpg) no-repeat right 22px !important;
}
/* -------------------------------- */
/* 	Formulaire 1					*/
/* -------------------------------- */
.formulaire_1 {
	padding-top: 17px;
}
.formulaire_1 p {
	margin-top: -9px;
	margin-bottom: 12px;
}
.formulaire_1 input {
	margin-top: 5px;
}
.formulaire_1 input,
.formulaire_1 textarea {
	border: 1px solid #ad8e07;
	background: white;
	padding-left: 4px;
}
.formulaire_1 input.input {
	width: 180px;
	height: 18px;
}
.formulaire_1 input.input-small {
	width: 86px;
	height: 18px;
}
.formulaire_1 input.input-maxi,
.formulaire_1 textarea.input-maxi {
	width: 359px;
	height: 69px;
}
.formulaire_1 label,
.formulaire_1 .label {
	display: inline-block;
	width: 178px;
	border-bottom: 1px dotted #d3d3d3;
 	padding-bottom: 1px;
	float: left;
}
.formulaire_1 input[type="text"]:focus, .formulaire_1 input.text:focus, .formulaire_1 textarea:focus {
	background: #f8f8f8;
}
form .alert {
	color: #ad0926;
	background-color: #ede9c2;
	font-size: 10px;
	padding: 5px;
}
/*Erreurs formulaires*/
.formulaire_1 input.erreur,
.formulaire_1 textarea.erreur,
form .erreur {
	color: #d6001a;
}
.formulaire_1 p.erreur input,
.formulaire_1 p.erreur textarea {
	border: 1px solid red;
	background-color: #f6d0b8;
}
span.important {
	color: #d6001a;
}
.separLigne {
	clear: both;
	padding-top: 20px;
}
a.bouton,
p input.bouton {
	padding: 11px 17px 12px 35px;
	color: #fffce2;
	background: black url(../_image/puce-bouton-form.png) no-repeat 14px center;
	font-size: 16px;
}
p input.bouton {
	height: 40px;
	
	border-style: none;
	display: block;
	padding-right: 13px;
	padding-left: 34px;
	
	margin-bottom: 0;
	margin-top: 17px;
}
p input.itineraire,
a.itineraire {
	margin-top: 321px;
	display: block;
}
p input.bouton:hover,
a.bouton:hover {
	background-color: #ad8e07;
}

























