@charset "UTF-8";

@import "reset.css";

/* ------------------------------------ */
/*                                      */
/*            GENERAL	                */
/*                                      */
/* ------------------------------------ */
BODY {
	background-color:#ece5da;
	background-image:url(../_image/background.jpg);
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a7989d;
}
BODY, HTML {
	height:100%;
}

#background-page {
	background-image:url(../_image/background_page.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	
	min-height:100%;

	width:860px;
	margin:0 auto;
	
	overflow:hidden;
	padding-bottom:20px;
}

A {
}
A:hover {
}


/* ------------------------------------ */
/*                                      */
/*            HAUT                      */
/*                                      */
/* ------------------------------------ */
#hautsite {
	width:235px;
	padding-left:10px;
	float:left;
	
	position:relative;
}

/*menu*/
#hautsite #menuAccueil {
	top:0;
	left:248px;
	position:absolute;
	width:581px;
	height:32px;
	background-color:#bcaba8;
	padding-left:21px;
}
#hautsite #menuAccueil LI {
	display:inline;
	font-family:Times, "Times New Roman", serif;
	font-size:14px;
	color:#472c4b;
}
#hautsite #menuAccueil LI .menu_separateur {
	display:block;
	width:8px;
	height:32px;
	background-image:url(../_image/menui_separateur.png);
	background-position:0 17px;
	background-repeat:no-repeat;
	float:left;
}
#hautsite #menuAccueil LI A {
	color:#472c4b;
	padding:11px 5px 4px;
	display:block;
	float:left;
	border-top:2px solid #bcaba8;
}
#hautsite #menuAccueil LI A:hover {
	text-decoration:none;
	background-color:#4c314a;
	border-top:2px solid #4c314a;
	color:#ebe4d9;
}
#hautsite #menuAccueil.domaine LI#mn-domaine A,
#hautsite #menuAccueil.culture LI#mn-culture A,
#hautsite #menuAccueil.vins LI#mn-vins A,
#hautsite #menuAccueil.carte LI#mn-carte A,
#hautsite #menuAccueil.actualite LI#mn-actualite A,
#hautsite #menuAccueil.contact LI#mn-contact A {
	background-image:url(../_image/menu-background.png);
	background-position:0 0;
	background-repeat:repeat-x;
	border-top:2px solid #4c314a;
	color:#472c4b;
}

#feuilles-vigne {
	display:block;
	position:absolute;
	width:279px;
	height:66px;
	background-image:url(../_image/feuilles_vignes.png);
	background-position:0 0;
	background-repeat:no-repeat;
	top:32px;
	left:557px;
}

/*drapeaux*/
#langue {
	position:absolute;
	top:100px;
	left:25px;
}
#langue UL LI#en {
	background-image:url(../_image/drapeau/en.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:20px;
}
#langue UL LI#fr {
	background-image:url(../_image/drapeau/fr.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:20px;
}
#langue UL LI A {
	color:#a7999e;
	font-size:12px;
}
#langue UL LI A:hover {
	color:#e9e2d7;
	text-decoration:none;
}

/*gauche*/

#logoSite {
	width:201px;
	height:0;
	position:absolute;
	display:block;
	overflow:hidden;
	line-height:normal;
	background-position:0 0;
	background-repeat:no-repeat;
	left:26px;
	top:24px;
}

#montage {
	position:absolute;
	top:119px;
}
#montage #montage-top {
	background-image:url(../_image/montage-haut.jpg);
	background-position:0 0;
	background-repeat:no-repeat;	
	width:235px;
	height:25px;
}
#montage #montage-coeur {
	background-image:url(../_image/montage-coeur.jpg);
	background-position:0 0;
	background-repeat:no-repeat;	
	width:180px;
	height:482px;
	margin-left:27px;
}
#montage #montage-bas {
	background-image:url(../_image/montage-bas.jpg);
	background-position:0 0;
	background-repeat:no-repeat;	
	width:235px;
	height:25px;
}

/* ------------------------------------ */
/*                                      */
/*            BAS                       */
/*                                      */
/* ------------------------------------ */
BODY #bassite {
	clear:both;
	width:558px;
	margin-left:283px;
	padding-top:11px;
}
BODY #bassite A {
	color:#a7989d;
}

BODY #bassite A#pmpconcept {
	width:72px;
	height:0;
	padding-top:30px;
	display:block;
	overflow:hidden;
	background-image:url(../_image/pmpconcept.png);
	background-position:0 0;
	background-repeat:no-repeat;
	
	float:right;
	margin-top:-11px;
}



/* ------------------------------------ */
/*                                      */
/*            COEUR SITE                */
/*                                      */
/* ------------------------------------ */
BODY #coeursite {
	padding-top:100px;
	clear:both;
	width:532px;
	margin-left:283px;
	padding-bottom:40px;
	overflow:hidden;
	
	color:#472c4b;
	font-family:Times, "Times New Roman", serif;
	font-size:14px;
	line-height:16px;
	
	min-height:500px;
}

#coeursite H2 {
	clear:both;
	font-size:24px;
	font-weight:bold;
	margin-bottom:14px;
}
#coeursite H2 EM {
	font-size:18px;
	font-weight:normal;
}
#coeursite H3 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
#coeursite H3 EM {
	font-size:14px;
	font-weight:normal;
}
/*#coeursite H3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
}
#coeursite H3 EM {
	font-size:14px;
	font-weight:normal;
}*/

#coeursite P,
#coeursite UL  {
	margin-bottom:16px;
}
#coeursite STRONG {
	font-weight:bold;
}

#coeursite A {
	color:#7c2f86;
	text-decoration:underline;
}
#coeursite A:hover {
	color:#aa007c;
}

#coeursite UL LI {
	padding-left:15px;
	background-image:url(../_image/puce01.png);
	background-position:0 2px;
	background-repeat:no-repeat;
}

#coeursite .hr {
	height:111px;
	clear:both;
}
#coeursite .hr DIV {
	width:567px;
	height:111px;
	background-image:url(../_image/hr.png);
	background-position:0 0;
	background-repeat:no-repeat;
	position:absolute;
}
#coeursite .hr DIV HR {
	display:none;
}


#coeursite .photogauche,
#coeursite .photodroite {
	font-size:12px;
	color:#644e64;
	clear:both;
}
#coeursite .photogauche {
	float:left;
	padding:0 5px 5px 0;
}
#coeursite .photodroite {
	float:right;
	padding:0 0 5px 5px;
}
#coeursite .photogauche IMG,
#coeursite .photodroite IMG {
	border:3px solid #644e64;
	display:block;
}
#coeursite .photogauche P,
#coeursite .photodroite P {
	background-color:#bcaba8;
	padding:0 5px;
}
#coeursite .photogauche P {
	text-align:left;
}
#coeursite .photodroite P {
	text-align:right;
}

#coeursite .photodouble {
	overflow:hidden;
}
#coeursite .photodouble .photogauche,
#coeursite .photodouble .photodroite {
	clear:none;
}
#coeursite .photodouble .photodroite P {
	text-align:left;
}

/** ACCUEIL **/
#coeursite #photoaccueil IMG {
	border-width:10px;
}

#bloc_vins {
}

#bloc_vins,
#bloc_actualite {
	width:248px;
	float:left;
	margin-top:30px;
}
#bloc_actualite {
	margin-left:36px;
}

#bloc_vins P,
#bloc_actualite P {
	margin-bottom:5px;
	line-height:13px;
}
#bloc_vins UL,
#bloc_actualite UL {
	line-height:17px;
}

#bloc_vins DIV#aligncadre {
	width:167px;
	float:left;
}

#bloc_actualite A {
	text-decoration:none;
	color:#644e64;
}
#bloc_actualite A:hover {
	text-decoration:underline;
}
#bloc_actualite A STRONG {
	color:#7c2f86;
}


/** VINS **/
#coeursite .fichevin {
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:20px;
}
#coeursite .fichevin.fichedroite {
	float:right
}
#coeursite .fichevin P {
	margin:0;
	padding:0 10px;
	text-align:justify;
}

#coeursite .fichevin .infosvin {	
	width:313px;
	float:left
}
#coeursite .fichevin IMG {
	width:200px;
	height:127px;
}
#coeursite .fichevin H3 {
	text-align:center;
	font-size:18px;
	font-variant:small-caps;
	/*background-color:#bcaba8;*/
}
#coeursite .fichevin H3 EM {
	display:block;
}
#coeursite .fichevin H3 SPAN {
	font-size:16px;
}

/*onglet*/
#coeursite #onglets {
	width:532px;
	background:url(../_image/onglet_fond.png) bottom repeat-x;
    position:relative;
    margin-bottom:20px;
}
#coeursite #onglets UL {
	margin:0;
    list-style:none;
    height:21px;
    padding:11px 10px 0;
}
#coeursite #onglets LI {
	display:inline;
    margin:0;
    padding:0;
    font-size:12px;
    font-weight:normal;
}
#coeursite #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;
	margin-top:-1px;
}
#coeursite #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 \*/
#coeursite #onglets A SPAN {
	float:none;
}
/* End IE5-Mac hack */
#coeursite #onglets .current A {
	background-position:0 0;
	height:21px;
	border-bottom:1px solid #e8e1d6;
}
#coeursite #onglets .current A SPAN {
	background-position:100% 0;
	color:#aa007c;
}
#coeursite #onglets A:hover {
	background-position:0% 0;
}
#coeursite #onglets A:hover SPAN {
	background-position:100% 0;
}


/** CARTES **/

#agrandirplan {
	width:249px;
	padding-top:69px;
	height:0;
	display:block;
	overflow:hidden;
	float:left;
	clear:both;
}
IFRAME.googlemap {
	border:3px solid #644e64;
}

/** CONTACT **/
ADDRESS {
	margin-bottom:15px;
}

#planacces {
	width:150px;
	padding-top:44px;
	height:0;
	display:block;
	overflow:hidden;
	float:right;
	/*margin-top:-20px;*/
}
#boncommande {
	width:249px;
	padding-top:73px;
	height:0;
	display:block;
	overflow:hidden;
	float:right;
	clear:both;
}
#ventepropriete {
	width:149px;
	padding-top:13px;
	height:0;
	display:block;
	float:right;
	clear:both;
}

/*formulaire*/
.formulaire .erreursaisie,
.rouge {
	color:#990000;
	font-weight:bold;
}
.formulaire td,
.formulaire th {
	padding:2px;
	vertical-align:top;
}
.formulaire th {
	text-align:right;
	font-size:14px;
	font-weight:normal;
	padding-right:5px;
	padding-top:5px
}
.formulaire td {
	text-align:left;
	font-size:14px;
}
.formulaire td input,
.formulaire td textarea {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #b7b3a9;
	padding:1px 2px 1px 2px;
	width:200px;
}
.formulaire td textarea {
	height:70px;
}
.formulaire td input.num {
	width:60px;
}
.formulaire td input.autre {
	width:150px;
}
.formulaire td input.no {
	width:auto;
	border:0 none;
}
.infoForm {
	font-size:10px;
}

BODY #coeursite A.boutonForm {
	text-decoration:none;
	color:#e0d8cf;
}
/*BODY #coeursite A.boutonForm:hover {
	color:#58090f;
}*/