/* ========== CSS Hotel Restaurant Wanders ============ */

/*========= author: federicografia by Federico Garcia @ www.federicografia.com ===================*/

 body {
   background-color: #CCCCFF;
   padding: 0;
   margin: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
} 

/* core container*/


/* main navigation bar*/	
	
	ul{ }
	
	li{ }
	
#menu {
	margin: 0;
	list-style-type: none;
	line-height: 20px;
	height: 20px;
	background: #000033;
	position: relative;
	z-index: 2;
	color: #EEEEEE;
	font-size: 10px;
	padding-left: 5px;
}

#menu li { display: inline; list-style-type: none; }

#menu a { text-decoration: none; color: #EEEEEE; }

#menu a:hover{ color: #CCCCFF;}


/*subnavugational menu*/

#subnavi { color: #000033; }

#submenu {
	color: #EEEEEE;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	margin:auto;
	font-weight: bold;
} 

#submenu li { display: block; list-style-type: none; }

#submenu a{ color: #000033; text-decoration: none; }

#submenu a:hover{ color: #DDDDDD; }



/* contents*/	


	
.subheadline { padding-left: 60px; }	

.contents { margin-left: 60px; padding-top: 5px; padding-right: 50px; padding-bottom: 10px; }


	
	
/* bottom navigation bar*/	

#bottommenu {
	margin: 0;
	list-style-type: none;
	line-height: 20px;
	height: 20px;
	background: #000033;
	position: relative;
	z-index: 2;
	color: #EEEEEE;
	font-size: 10px;
	padding-left: 5px;
   }

#bottommenu li { display: inline; }

#bottommenu a{ color: #EEEEEE; text-decoration: none; }

#bottommenu a:hover{ color: #CCCCFF; }



/* fonts*/

a { color: #EEEEEE; }
p { color: #000033; font-size: 11px; }
h1 { color: #000033; font-size: 22px; padding-left: 60px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px;  }
h2 { color: #EEEEEE; font-size: 12px; }
h3 {  color: #EEEEEE; font-size: 18px; }
h4 { color: #000033; font-size: 11px; }
h5 { color: #000033; font-size: 9px; }
h6 { color: #EEEEEE; font-size: 10px; }
h7 { color: #000000; font-size: 10px; }
	
/*Thumbnails gallery*/





#contenu {
	height:550px;
	width:600px;
	font-size:12px;
	margin-left: 60px;
	position: relative;
}

#map {
	height:200px;
	width:600px;
	font-size:12px;
	margin-left: 60px;
	position: relative;
	margin-bottom: 60px;
}




#titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	text-align:left;
	padding-bottom:10px;
}


#titre p{
	font-size:16px;
	color:#000033;
	text-align:left;
	padding-bottom:20px;
	border: 1px;
	margin-bottom: 10px;
	cursor: pointer;
}


.thumb {
	border: 1px solid #000033;
	padding: 0px;
	height: auto;
	margin: 10px 10px 10px 0px;
	cursor: pointer;
}

}




mg.left {
float:left;
border: 1px double #CC0000;
margin-right: 10px;
margin-top: 3px;
}

img.right{
float:right;
border: 1px double #CC0000;
margin-right: 1px;
margin-top: 3px;
margin-left: 5px;
}

img.thumb{
	margin-bottom: 20px;
	margin-right: 20px;
}

img.line{
display: inline;
margin: 20px;
}



.designcredits { }

.credits{ }

.credits li{ padding-top: 5px; }


	#mark{
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	padding-bottom: 35px;
	padding-left: 30px;
	padding-right: 10px;
	width: 30px;
	height: 45px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	}

	.copyrights { text-align: center; padding-top: 10px; }

