html {
	/*font-family : "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;*/
	font-family: Garamond, "Times New Roman", Times, serif;	
}

body {
	background-color:#FFF;
	font-size: 15pt;
}

a:link, a:visited, a:hover { 
	color: #000000;
}

/* Page
-------------------------------------------------------- */
#page {
	width: 100%;
}

@page { size:21.0cm 14.85cm;
        margin-top:1.7cm;
        margin-bottom:1.4cm;
        margin-left:2cm;
        margin-right:2cm
}


/* Header
-------------------------------------------------------- */
#bandeauHaut {
	display:none;
}
#bandeauHautPrint {
	display:yes;
}


/* Le contenu principale */
/*-------------------------------------------------------- */
#espaceGauche {
	display:none;
}

#main {
	width: 100%;
}

/* Le contenu du billet( citation, bloc de code )
-------------------------------------------------------- */


.post-content h2 {
	color: #000000;
}
.post-content h3 { 
	color: #000000; 
}
.post-content h4 { 
	color: #000000; 
}


.post-title { 
	color:#000000; 
}

.post-title a:link, .post-title a:visited { 
	color: #000000; 
}

.post-info {
	color:#000000;
}
.post-info a {
	color:#000000;
}


/****************************/
/* 	début tauxExceptionnel	*/
/****************************/

#tauxExceptionnel{
	display:none;
}

/****************************/
/* 	début menu	déroulant	*/
/****************************/
 
#menu {
	display:none;
}

/* ---------------------- */
/* L'encart de recherche */
/* ---------------------- */

#recherche {
	display:none;
}



/* Les tableaux - utilisé pour les news */
/* ------------ */

table.tableau {
	border-color:#ffffff;
	}
table.tableau thead {
	background-color:#fff;
	}
table.tableau tfoot {
	background-color: #fff;
	}
table.tableau td {
	color: #000000;
	border: 1px solid #000000;
	}
table.tableau tr.impaire td {
	   background-color: #fff;
	}
table.tableau tr.newsimpaire td {
		background-color: #fff;
	}
/* Partie pour les locations saisonnieres */
table.tableau tr td.td_disponible {
		background:#a8cb91;
		color:#000000;
	}
table.tableau tr td.td_reserve { 
		background:#B76161;
		color:#000000;
}
table.tableau tr td.td_non_renseigne {
		background:#AAC2D1;
		color:#000000;
}
table.tableau caption {
		color: #000000;
}


/* style pour le catalogue des ventes
-------------------------------------------------------- */

table.tableau tr td.CatalogueSommaireTitre {
	color: #0000FF;
	font-size: 16pt;
	font-weight: bold;
}

table.tableau tr td.CatalogueSommaireReference {
	color: #993366;
	font-size: 16pt;
	font-weight: bold;
}

table.tableau tr td.CatalogueDetailTitre {
	color: #0000FF;
	border: 2px #0000FF solid;
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
}

.CatalogueDetailReference {
	color: #993366;
	text-decoration:underline;
	font-weight: bold;
	font-size: 16pt;
}

.CatalogueDetailDetail {
	font-size: 16pt;
}

.CatalogueDetailBleu {
	color: #0000FF;
}

/* Footer
-------------------------------------------------------- */
#footer {
	display:none;
}

/* impression des contacts pour les produits en vente
-------------------------------------------------------- */
#printContact {
	display:yes;
}

/* on ne doit pas imprimer les video
-------------------------------------------------------- */
#printNoVideo {
	display:none;
}
