html {
/*	font-family : "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;*/
/*	font : normal 11px/14px Arial, sans-serif; */
	font-family: Verdana, Arial, Helvetica;
}

body {
/*	background-color:#008A8A;*/
	background-color:#EDEDF4;
}

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

/* Page
-------------------------------------------------------- */
#page {
	width: 980px;
}

.post-content p { 
	color: #000066;  
}

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

/* Le contenu principale */
/*-------------------------------------------------------- */

#main {
	width: 727px;
/*	background: #516195;
	background: #064780;
	background: #364795;
	background: #1f93cc;
	background:#60b2e8;*/
	background: #364795;
}

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

.post-cont-index {
	color: #c3c1c1;
}

.txtRouge {
/*	background-Color: #c80182; */
	padding: 0 10px 0 10px;
/*	color:#000000; */
	color: #c80182;
	font-weight: bold;
}

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


.post-title { 
/*	color: #FFFF00; */
	color: #EDEDF4;
}

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

.post-info {
	color:#FFF;
}
.post-info a {
	color:#FFFS;
}


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


/****************************/
/* 	début menu	déroulant	*/
/****************************/

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

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

table.tablAccueil {
	background-image:url(images/fonds/fondNewsAcceuil.png);
	}
table.tablAccueil thead {
/*	background-color:#d6d6d6;*/
	}
table.tablAccueil tfoot {
/*	background-color: #d6d6d6;*/
	}
table.tablAccueil td {
	border:1px;
	padding:5px; 
	color: #000066;
	}
table.tablAccueil caption {
		color: #FFF;
}


table.tableau {
	}
table.tableau thead {
/*	background-color:#d6d6d6; */
	background-color: #eee;
	}
table.tableau tfoot {
/*	background-color: #d6d6d6; */
	background-color: #eee;
	}
table.tableau td {
	color: #000066;
	}
table.tableau tr.impaire td {
	   background-color: #eee;
	}
table.tableau tr.newsimpaire td {
		background-color: #eee;
	}
/* Partie pour les locations saisonnieres */
table.tableau tr td.td_disponible {
/*		background:#a8cb91; */
		background:#00FF66;
		color:#000066;
	}
table.tableau tr td.td_reserve { 
/*		background:#B76161; */
		background:#c80182;
		color:#000066;
}
table.tableau tr td.td_non_renseigne {
/*		background:#AAC2D1; */
		background:#21acf7;
		color:#000066;
}
table.tableau caption {
		color: #FFF;
}


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

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

