@media print {
body, #container-contenu { 
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
#conteneur-droit-menu-secondaire-flash, #conteneur-droit-menu-secondaire, #conteneur-gauche-index div, #conteneur-gauche-interieur div, #flashdiv, div.jScrollPaneTrack, .acces-contenu { 
	display: none !important;
}
#container-general {
	top: 0 !important;
}
#conteneur-gauche-interieur, #conteneur-gauche-index {
	float: none !important;
	height: 150px !important;
	padding: 0 !important;
	margin: -20px 0 20px 225px !important;
}
#conteneur-contenu, #contenu-zone-texte {
	float: none !important;
}
h1.contenu-titre {
	float: none !important;
	padding: 10px 0 0 5px;
}
#container-contenu, div.jScrollPaneContainer, #pane3, #content {
	margin: 0;
	overflow: visible !important;
	width: 600px !important;
}
#pane3 {
	top: 0 !important;
}
}

/*-----------  classes communes Index Intérieur  -----------*/
.img-a-gauche {
    border: 1px solid #B0AEA9;
	background-color:#D8D6CE;
    margin: 5px 20px 5px 10px;
    padding: 3px;
    float: left;
}


.img-a-droite {
    border: 1px solid #B0AEA9;
	background-color:#D8D6CE;
    margin: 5px 0px 5px 30px;
    padding: 3px;
    float: right;
}
/*------------ remise à zéro  --------------------------*/


a {
    text-decoration: none;
    color: #000000;
	outline:none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

p {
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.spacer {
    clear: both;
    font-size: 1px;
    height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

/* supression des entourages de liens sur firefox + */
object {
	display: block;
	outline:none;
}

/*-----------------------------------------------------------------------------------
 STRUCTURE 
 ------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#575349;
	background: #999;
}

#container-general {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 980px;
	z-index: 10;
}

#frise {
	height: 620px;
	width: 100%;
	background: url(../images/fond.png) no-repeat center;
}

#container-contenu {
	position: relative;
	width: 980px;
	height: 600px;
	margin: 0 auto;
	padding:0 0 0 0;
}

div#conteneur-droit-rubrique {
	float:left;
	width:550px;
	height:240px;
	background-color:#C9C6BB;
	margin:0;
	padding:0 25px 0 25px;
}


/*-----------------------------------------------------------------------------------
 PAGE CONTENU
 ------------------------------------------------------------------------------------*/
div#conteneur-contenu {
	float:left;
	width:600px;
	height:600px;
	background-color:#C9C6BB;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.contenu-titre {
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	height:41px;
	font-size:38px;
	color:#FFFFFF;
	margin:8px 40px 0 0;
	padding:0 0 0 0;
	/*letter-spacing:-0.02em;*/
	display:inline;
	line-height:30px;
}

.contenu-separateur-titre {
	float:left;
	width:560px;
	height:18px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/separateur-contenu-titre.gif) no-repeat top left;
}

div#contenu-zone-texte {
	float: left;
	width:600px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#content {
	width:540px;
	padding:0 0 0 0;	
	margin:10px 0 30px 8px;
}

#content p {
	text-align:justify;
	margin:0 0 6px 0;
	padding:0 0  0 0 ;	
}

#content ul {
	margin:0 0 6px 8px;
	padding:0 0  0 0 ;
}

#content ul li {
	margin:0 0 2px 0;
	padding:0 0  0 0 ;
	
}

h1 {
	font: normal 17px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#3E3E3E;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	line-height:20px;
}

h2 {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#575349;
	margin:15px 0 10px 0;
	padding:0 0 0 0;
}

h3 {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#575349;
	margin:15px 0 10px 0;
	padding:0 0 0 0;
}

.cadre {
	width:508px;
    border: 1px solid #B0AEA9;
	background-color:#D8D6CE;
    margin: 20px 0 20px 0;
	padding:8px 15px 20px 15px;
}

#content .cadre p.cadre-titre {
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 0 0;
	padding:0 0 0 0;	
}

#content .cadre p.cadre-sous-titre {
	font-weight:bold;
	margin:10px 0 0 15px;
	padding:0 0 0 0;	
}

#content .cadre p {
	margin:0 0 0 35px;
	padding:0 0 0 0 ;	
}

/*-----------------------------------------------------------------------------------
  JQUERY CSS POUR BARRE SCROLL SI CONTENU LONG
 ------------------------------------------------------------------------------------*/
div#pane3 {
    height: 522px;
}		

.scroll-pane {
	float: left;
	position:relative;
	width: 600px;
	overflow: auto;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin:0 -16px 0 16px;
	padding:0 0 0 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../images/scroll-fond.gif) repeat-y top left;
}

.jScrollPaneDrag {
	position: absolute;
	background: #d4d2cd;
	background:  url(../images/scroll-barre.gif) no-repeat 50% 50%;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background:url(../images/scroll-fleche-top.gif) no-repeat top right;
	height:20px;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background:url(../images/scroll-fleche-bottom.gif) no-repeat top right;	
	height:20px;	
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}

a.jScrollArrowUp:hover {
	background-color: #f60;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}

a.jScrollArrowDown:hover {
	background-color: #f60;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}

/*-----------------------------------------------------------------------------------
  STRUCTURE INDEX PARTIE BANDEAU - CONTENU - ACTUALITES
 ------------------------------------------------------------------------------------*/

div#conteneur-droit-bandeau-flash {
	float:left;
	width:740px;
	height:360px;
	margin:0;
	padding:0;
}

div#conteneur-droit-bandeau-flash img {
	display:block;
}

/*--------------------------
  INDEX CONTENU
 --------------------------*/

h1.titre-contenu-index {
	height:52px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:38px;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	letter-spacing:-0.02em;
	line-height:40px;
	text-align: right;
}

/*div#texte-contenu-index {
	float:left;
	width:270px;
	margin:0 0 0 0;
	padding:0 15px 0 0;
	line-height:15px;
}*/

div#texte-contenu-index h2 {
	float:left;
	width:270px;
	margin:0 0 0 0;
	padding:0 15px 0 0;
	font: normal 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#575349;	
}

/*--------------------------
  INDEX ZONE ACTUALITES
 --------------------------*/

div#actu {
	float:left;
	width:265px;
	margin: -4px 0 0 0;
	padding: 0;
}

div#actu p.actu-titre {
	font: normal 23px "Times New Roman", Times, serif;
	color:#575349;
	border-bottom:1px solid #9b988d;
	margin:0 0 10px 0;
	padding:0 0 0 0;	
}

div#actu .actu-numerotation {
	margin:0 0 0 5px;
	padding:0 0 0 0;
}	

a.actu-numero {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#575349;
	margin:0 0 0 5px;
	padding:0 0 0 0;
}

a.actu-numero:hover {
	color:#A81F58;
}

a.actu-numero.selected {
	color:#A81F58;
}

p.actu-sous-titre {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#575349;
	text-transform:uppercase;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

p.actu-date {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#A81F58;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

p.actu-texte {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#575349;
	/*width:265px;*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:16px;
}

.actu-img-home {
    border: 1px solid #AEAA98;
	background-color:#D3D1C8;
    margin: 10px 0 10px 10px;
    padding: 3px;
    float: right;
}

a.actu-suite {
	color:#A81F58;
	text-decoration:none;
}

a.actu-suite:hover {
	color:#A81F58;
	text-decoration:underline;
}


/*-----------------------------------------------------------------------------------
 PAGES RUBRIQUE 
 ------------------------------------------------------------------------------------*/

.rubrique-titre {
	height:45px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:38px;
	color:#FFFFFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
	letter-spacing:-0.02em;
}

div#texte-contenu-rubrique h1 {
	font: normal 17px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#3E3E3E;
	margin:3px 0 5px 0;
	padding:0 0 0 0;
	/*line-height:20px;*/
}

div#texte-contenu-rubrique h2 {
	margin: 0;
	padding: 0;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#575349;	
}


div#rubrique-zone-texte {
	/*float:left;*/
	width:550px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a.liens-texte {
	color:#A81F58;
	text-decoration:none;
}

a.liens-texte:hover {
	color:#A81F58;
	text-decoration:underline;
}

a.acces-contenu {
	display: block;
	width:525px;
	padding: 10px 0 0 0;
	font: italic bold 20px "Times New Roman", Times, serif;
	color:#A81F58;
	text-decoration:none;
	text-align:right;
}


/*-----------------------------------------------------------------------------------
 STRUCTURE INDEX PARTIE NAVIGATION GAUCHE
 ------------------------------------------------------------------------------------*/

div#conteneur-gauche-index {
	float:left;
	width:215px;
	height:600px;
	margin:0;
	padding:0 0 0 25px;
	background:url(../images/fond-nav-gauche-index.jpg) no-repeat left top;
}

.boutons {
	width:215px;
	height:20px;
	margin:0 0 2px 0;
	padding:0 0 0 0;
}

a.boutons-nav-rubriques {
	display:block;
	height:20px;	
}

a.boutons-nav-rubriques span {
	display:none;
}

a.boutons-nav-rubriques:hover {
	background-position: left -20px !important;
}

#boutons-entreprises {
	background: url(../images/menu-entreprise.gif) no-repeat left top;
}

#boutons-particuliers {
	background: url(../images/menu-particuliers.gif) no-repeat left top;
}

#boutons-visites {
	background: url(../images/menu-visites.gif) no-repeat left top;
}

#boutons-chateau {
	background: url(../images/menu-chateau.gif) no-repeat left top;
}

#bouton-chateau-histoire {
	background: url(../images/bouton-chateau-histoire.gif) no-repeat left top;
}

#bouton-chateau-jardin {
	background: url(../images/bouton-chateau-jardins.gif) no-repeat left top;
}

#bouton-chateau-archive {
	background: url(../images/bouton-chateau-archives.gif) no-repeat left top;
}

#bouton-chateau-mecene {
	background: url(../images/bouton-chateau-mecene.gif) no-repeat left top;
}

#bouton-chateau-ami {
	background: url(../images/bouton-chateau-amis.gif) no-repeat left top;
}

a.texte-menu {
	text-decoration:none;
	color:#575349;
	font-weight:normal;
}

a.texte-menu:hover {
	text-decoration:none;
	color:#A51651;
	font-weight:normal;
}

.texte-menu-position {
	margin:0 10px 0 3px;
	padding:0 0 0 0;

}
.texte-menu-separateur {
	margin:8px 22px 6px 0;
	padding:0 0 0 0;
	border-top:1px solid #C9C5B9 ;
}

#menu-index {
	height:210px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu-chateau {
	position:relative;
	margin:0 0 0 0;
	padding:50px 0 0 0;
}

#menu-chateau p {
	margin:5px 0 0 0;
	padding:0 0 0 0;
}


/*-----------------------------------------------------------------------------------
 STRUCTURE INTERIEUR PARTIE NAVIGATION GAUCHE
 ------------------------------------------------------------------------------------*/

div#conteneur-gauche-interieur {
	float:left;
	width:215px;
	height:600px;
	margin:0;
	padding:0 0 0 25px;
	background:url(../images/fond-nav-gauche-interieur.jpg) no-repeat left top;
}

div#conteneur-gauche-interieur ul {
	margin:0;
	padding:0;
}

div#conteneur-gauche-interieur ul li {
	margin:0;
	padding:0;

}

div#conteneur-gauche-interieur ul li ul {
	margin:0 0 10px 0px;
	padding:0;
}

div#conteneur-gauche-interieur ul li ul li {
	margin:0 0 0 0;
	padding:0 10px 0 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-weight:normal;
	color:#575349;
}

div#conteneur-gauche-interieur ul li ul li a {
	/*display:block;*/
	margin:0 0 0 0;
	padding:0 0 0 32px;	
	color:#575349;
	text-decoration:none;
	font-weight:normal;
}

div#conteneur-gauche-interieur ul li ul li a:hover {
	/*margin:0 0 0 0;
	padding:0 0 0 32px;*/
	color:#A51651;
	text-decoration:none;
	font-weight:normal;	
}

div#conteneur-gauche-interieur ul li ul li a.current {
	color:#A51651;
	text-decoration:none;
	background:url(../images/fleche-menu-current.gif) no-repeat left 4px;
	
}

.menu-ouvert {
	display:block;
}

.menu-ferme {
	display:none
}




/*-----------------------------------------------------------------------------------
 NAVIGATION MENU SECONDAIRE DE DROITE - Actu, newsletter, venir au chateau, contact
 ------------------------------------------------------------------------------------*/

div#conteneur-droit-menu-secondaire-flash {
	float:left;
	width:140px;
	height: 360px;
	background-color:#BCB9AF;
	margin:0;
	padding:0;
}

div#conteneur-droit-menu-secondaire {
	float:left;
	width:140px;
	height: 240px;
	background-color:#BCB9AF;
	background:url(../images/fond-menu-secondaire.jpg) no-repeat left top;
}

div#conteneur-droit-menu-secondaire ul {
	margin: 10px 15px 0 10px;
	padding:0 0 0 0;
}

div#conteneur-droit-menu-secondaire li  {
	margin: 0 0 0 0;
	padding:3px 0 3px 0;
	color:#6F6A58;
	border-bottom:1px solid #aeaa98;
}

div#conteneur-droit-menu-secondaire li a  {
	text-decoration:none;
	color:#6F6A58;
}

div#conteneur-droit-menu-secondaire li a:hover  {
	text-decoration:none;
	color:#433A1B;
}



/*-----------------------------------------------------------------------------------
 STRUCTURE INTERIEUR PARTIE NAVIGATION GAUCHE BASSE - SEM 360, Mentions legales...
 ------------------------------------------------------------------------------------*/

div#menu-additionnel {
	position:absolute;
	top:486px;
	left:23px;
	width:195px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

div#menu-additionnel ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

div#menu-additionnel ul li {
	display:block;
	float:left;
	margin:0 1px 1px 0;
	padding:7px 0 0 0;
	height:42px;
	width:64px;
	background-color:#DBDBDB;
	text-align:center;	
	font: normal 11px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#menu-additionnel ul li a {
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#797979;
}

/*-----------------------------------------------------------------------------------
 Formulaire de contact
 ------------------------------------------------------------------------------------*/
form#contact {
	margin:20px 0 0 0;
}

form#contact fieldset {		
	font-style: normal;	
	border:#EAE7DD 1px solid; 
	padding:0 0 0 0; 
	margin:10px 30px 0 0;	
}

form#contact p {
	padding:2px 0 8px 0;
}

form#contact legend	{
	color:#434343; 
	font-size:12px; 
	font-weight:bold;
}

form#contact p label {
	display:inline;
	float:left;
	width:155px;
	margin-left:10px;
	text-align:right;
	font-weight: normal;
	color:#434343;
}


form#contact p select, form#contact p textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	color: #292929;
}

form#contact p .bt {
	margin-left:5px;
	margin-right:10px;
}

.class-select {
	background-color:#FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	color: #292929;
	height:20px;
	width:260px;
	margin-left:5px;	
} 

.checkform, .focus-checkform  {
    background-color: #F7F6F2;
    padding: 0;
    margin: -3px 0 0 0;
	background:none;
	border:none;	
}

form#contact .inputform {
	background-color:#FFFFFF;
	border-color:#D2C9B8;
	border-style:solid;
	border-width:1px;	
	font-size: 11px;
	color: #292929;
	padding: 0 4px 0 2px;
	margin-left:5px;
	height:18px;
} 

form#contact .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background-color:#F7F6F2;;
	border-color:#D2C9B8;
	border-style:solid;
	border-width:1px;	
	font-size: 11px;
	color: #292929;
	padding: 0 4px 0 2px;
	margin-left:5px;
	height:18px;	
}

.inputformfocustextearea {	/*** Mise en avant des champs en cours d'utilisation ***/
	width:250px;
	padding: 0 4px 0 2px;
	margin-left:5px;
	overflow:auto;
	background-color:#FFFFFF;
	border:#D2C9B8 1px solid;
	scrollbar-arrow-color :#483300;	/*couleur pour les pointeur de défilement*/
	scrollbar-darkshadow-color :#E7E7E7;	/*couleur pour les ombres*/
	scrollbar-face-color : #fdf4f5;	/*couleur pour la surface*/
	scrollbar-highlight-color : #CCCCCC;	/*couleur pour le bord haut et le bord gauche*/
	scrollbar-shadow-color : #666666;	/*couleur pour le bord droit et le bord du bas*/
	scrollbar-track-color : #fdf4f5;	/*couleur pour la barre de défilement non cachée par le pointeur de défilement	*/
}

.focustextearea {	/*** Mise en avant des champs en cours d'utilisation ***/
	background-color:#F7F6F2 ;
	width:250px;
	padding: 0 4px 0 2px;
	margin-left:5px;
	overflow:auto;
	border:#D2C9B8 1px solid;
	scrollbar-arrow-color :#483300;	/*couleur pour les pointeur de défilement*/
	scrollbar-darkshadow-color :#E7E7E7;	/*couleur pour les ombres*/
	scrollbar-face-color : #fdf4f5;	/*couleur pour la surface*/
	scrollbar-highlight-color : #CCCCCC;	/*couleur pour le bord haut et le bord gauche*/
	scrollbar-shadow-color : #666666;	/*couleur pour le bord droit et le bord du bas*/
	scrollbar-track-color : #fdf4f5;	/*couleur pour la barre de défilement non cachée par le pointeur de défilement	*/
}


.alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid red;
}

.messageAlerte {	/*** Mise en forme des message d'alerte ***/
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	/*background: url('icon_alert.gif') no-repeat left center;*/
}

.contact-bouton {
	border:#D2C9B8 1px solid;
	background-color:#FFFFFF;
	font-size: 11px;
	color: #434343;
	font-weight:bold;
	margin:0 0 40px 170px;
	padding: 1px 10px;
	width:100px;
	height:20px;
	cursor:pointer;
}

.contact-bouton-nom-merci {
	border:#D2C9B8 1px solid;
	background-color:#FFFFFF;
	font-size: 11px;
	color: #434343;
	font-weight:bold;
	margin:0 0 40px 55px;
	padding: 1px 10px;
	width:100px;
	height:20px;
	cursor:pointer;
}


.avertissement {
	font: normal 11px Arial, Helvetica, sans-serif;
    color: #A81F58;
    margin: 0 20px 0 2px;
	padding:0 0 0 0;
}

.legend-checkbox {
	font: normal 11px Arial, Helvetica, sans-serif;
    color: #526671;
    margin: 0 0 0 0;
	padding:0 0 0 0;
}

.legend-radio {
	font: bold 11px Arial, Helvetica, sans-serif;
    color: #526671;
    margin: 0 5px 0 2px;
	padding:0 0 0 0;
}

.input-legende {
    font: normal 10px Arial, Helvetica, sans-serif;
    color: #526671;
    margin: 0 0 0 5px;
    padding: 0 0 0 0;
	height:18px;
}

form#contact table {
	/*float: right;*/
	margin:-12px 10px 8px 0;
	padding:0 0 0 0;
	border:0;
}

form#contact td {
	text-align:left;
}

.field_error {
	border:3px solid #FF0000;
}
/*-----------------------------------------------------------------------------------
 PARTIE FLASH FOND DE PAGE
 ------------------------------------------------------------------------------------*/
#flashdiv {
	position: absolute;
	left:0;
	top:0;
	width: 980px;
	height: 600px;
	margin: 0 auto;
	z-index: 1;
}
.flash-replaced .alt {
	display: none;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
