/* CSS Document */

/* body bgcolor */ 
body,html 
{
	background-color:#590000;
	color:#FFFFFF;
	margin:0;
   padding:0;
   height:100%;
   border:none;
   font-family:Comic Sans MS;
   font-size:95%;
}

/* Headers 	*/
h1
{
	font-size:40px;
}

/* Links */
a
{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited	{color:#FFFFFF;}
a:hover 		{text-decoration:underline;}
/*align styles */
.right 
{
	text-align: right;
}

.center 
{
	text-align: center;
} 

.hidden
{
	display: none;
}

/* Tables */
table.main
{
	height:65%;
	width:100%;
	background-color: #660000;
}

table.left
{
	height:65%;
	width:100%;
	background-color: #660000;
	text-align:center;
}

table.middle
{
	height:100%;
	width:100%;
	background-color: #660000;
}

table.bottom
{
	width:100%;
	height:15%;
	background-color: #660000;
}

td.main
{
	width:80%;
	vertical-align:middle;
}

/*********************************
            Tarif.html 
 *********************************/

table.tarif
{
	border-spacing: 0;
	border-color: white;
}


tr.tarif_titre
{
	background-color: #590000;
	text-align:center;
}

tr.tarif_gite
{
	background-color: #980000;
	text-align:center;
}

tr.tarif_conge
{
	background-color: #B00000;
	text-align:center;
}

tr.tarif_fete
{
	background-color: #980000;
	text-align:left;
}

td.tarif_period
{
	text-align:left;
}

