body 
	{
	text-align: center;
	background-color: #4682B4;
	color: #375577;
	font-size: 12px;
	font-family: Times New Roman;
	line-height: 22px; 
	margin: 0
	}

#maintable {
	margin-top: 30px;
	text-align: center;
	visibility: visible;
	overflow: auto;
	border-width: 0px;
	}
#maintable table {
	width: 950px;
	font-size: small;
	text-align: left;
	background-color: transparent; 
	overflow: auto;
	border-width: 0px;
	}
#maintable th {
	height: 30px;
	text-align: center;
	color: #fc0;
	border-width: 0px;
	}
#maintable td { 
	height: 600px;
	text-align: left;
	background-color: #F8F8FF;
	color: #355577;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	}

#subtable {
	visibility: visible;
	position: relative;
	}
#subtable table {
	vertical-align: top;
	font-size: small;
	text-align: left;
	}
#subtable th {
	vertical-align: top;
	text-align: right;
	background-color: #B0C4DE;
	color: #FFFFFF;	
	width: 150px;
	height: 400px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	}
#subtable td {
 	vertical-align: top;
	border-width: 0px;
	padding: 10px 0px 0px 10px;
	}

#invisibletable { 
	visibility: visible;
	position: relative;
	}
#invisibletable table {
	font-size: small;
	width: 650px;
	background-color: transparent; 
	padding: 0px 4px 0px 4px;
	border-width: 0px 0px 0px 0px
	}
#invisibletable tr {
	border-style: solid;
	}
#invisibletable td { 
	height: 16px;
	}
#invisibletable th { 
	background-color: transparent; 
	height: 16px;
	}

#minitable { 
	text-align: center;
	display: block;
    margin-left: 80px;
    margin-right: 80px
	}
#minitable table{ 
	width: 400px;
	border-style:solid; 
	border-width:1px; 
	border-color:black;
	}
#minitable tr { 
	border-style:solid; 
	border-width:1px; 
	border-color:red;
	}
#minitable td { 
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;
	padding: 0px 4px 0px 4px;
	background-color: #4682B4;
	color: #F8F8FF;
	height: 20px;
	text-align: center;
	}
#minitable th { 
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;
	padding: 0px 4px 0px 4px;
	background-color: #4682B4;
	color: #F8F8FF;
	height: 20px;
	text-align: center;
	}	

#tariftable { 
	visibility: visible;
	text-align: center;
	}
#tariftable table {
	font-size: small;
	text-align: center;
	width: 700px;
	background-color: transparent; 
	}
#tariftable tr { 
	text-align: center;
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;
	height: 16px;
	}
#tariftable th { 
	text-align: center;
	background-color: #4682B4;
	color: #F8F8FF;
	height: 16px;
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;
	}
#tariftable td { 
	text-align: center;
	background-color: #B0C4DE;
	color: #355577;
	height: 16px;
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff; 
	}



.element-de-menu
	{
	color: #375577;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #758642;
	border-left: 0 none
	}

a 
	{
	color: #375577;
	text-decoration: none
	}

a:hover 
	{
	color: #fc0;
	text-decoration: none
	}

a span 
	{
	color: #fc0;	
	text-shadow:black;	
	font-size: 14px;	
	font-weight: bold ;	
	text-decoration: none
	}

a:hover span
	{
	color: white;
	text-decoration: none
	}

a.image { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     background-image:  url(images/locationAuvergneGite1_cuisine2.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image:  url(images/locationAuvergneGite1_cuisine3.jpg); /* source for target image */
     } 

h1 {
   font-size: 18px;	
   color: #9BAF13;
   font-style: italic;
   }
h2 {
   color: #a00000;
   font-size: 14px;
   }   
h3 {
   color: #a00000;
   font-size: 12px;
   font-style: italic;
   }
h4 {
   color: #a04060;
   font-size: 13px;
   }
h5 {
   color: #a00000;
   font-size: 10px;
   font-style: italic;
   }
	
	

