﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin-left: auto; /*Centrage*/
	margin-right: auto; /*Centrage*/
	text-align: center; /*hack Centrage sous ie*/
	font-family: Arial, Helvetica, sans-serif;
	width: 980px;
	font-size: 12px;
	background-color: #C0C0C0;
}

strong {
	/*text-decoration: underline;*/
}

.breadcrumb {
	padding: 8px 0 16px 0;
}

/*Wrapper + mainContent Class : Globe*/
#wrapper {
	background-color: White; /*border:1px solid #56A5EC;*/
	position: relative;
	text-align: left; /*hack Centrage*/
	width: 980px;
}

#mainContent {
	position: relative;
	top: 0px !important;
	margin: 0;
	width: 980px;
}

#mainContent form {
	margin: 0;
}

#mainContent .home {
	margin: 0.2cm 0.8cm 0.2cm 0.8cm;
	padding: 0;
}
#mainContent .home div.li {
	padding: 0.2cm;
}
#mainContent .home div.li div.description {
}

#mainContent marquee {
	margin: 0 1cm 0 1cm;
}
#mainContent marquee img {
	width: 175px;
	height:116px;
	border: 0;
}

.mosaic {
	width: 900px; 
	height: 464px; 
	margin: 0.5cm 1cm 0 1cm;
	overflow: hidden;
}
.mosaic img {
	width: 175px;
	height:116px;
	margin: 1px;
}
/* Header(Banner) Section with Coordinates and QuickLinks */

#header {
	/*border-top: 3px solid #56A5EC;*/
	height: 96px;
	overflow: hidden;
	background: #666666 url('logo_bird.png' ) no-repeat top left;
	width: 980px;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#header a:link, a:visited {
	color: #56A5EC;
}

#header .coordinates {
	position: absolute;
	top: 4px;
	left: 230px;
	border-left: solid 1px white;
	color: white;
	font-family: arial, verdana;
	font-size: 12px;
	display: block;
}
#header .coordinates a {
	text-decoration: none;
	color: white;
}
#header .coordinates a:hover {
	text-decoration: underline;
	color: white;
}

.block input.go {
	width: 26px;
}

#reference {
	border: black 1px solid;
	width: 80px;
}

#quicklinks {
	width: 360px;
	height: 92px;
	top: 4px;
	right: 4px;
	position: absolute !important;
	font-family: arial, verdana;
	font-size: small;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#quicklinks .header {
	background-color: #FDD017; /*gold*/
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#quicklinks .body {
	background-color: #FFF8C6; /*lemonchiffon*/
	text-align: left;
}

#quicklinks .go:hover {
	background-color: #FDD017; /*gold*/
}

#quicklinks .go {
	width: 30px;
	font-weight: bold;
	font-size: 12px;
	background-color: black;
	color: white;
	border: solid 1px black;
	vertical-align: baseline;
}

#quicklinks form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#quicklinks a, #quicklinks {
	text-decoration: none;
	color: black !important;
}

#quicklinks a:hover {
	text-decoration: underline;
}

/* Horizontal Navigation (tabs ->links ; flags->languages flags) */
#tab_nav {
	overflow: visible;
	height: 16px;
	background-color: black;
	color: white;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	width: 980px;
	position: relative;
	left: 0px;
	z-index: 200;
}

#tab_nav .tabs {
	position: absolute;
	top: 0px;
	left: 230px;
	height: 16px;
	padding: 0;
	margin: 0;
}

#tab_nav a, #tab_nav a:hover {
	text-decoration: none;
	color: White;
}

#tab_nav .flags {
	position: absolute;
	width: 230px;
	left: 0px;
	top: 1px;
	text-align: center;
	height: 14px;
}

#tab_nav .flags img {
	border: 0px;
}

/* Footer */

#footer {
	position: relative;
	font-size: 10px;
	width: 980px;
	position: relative;
	left: 0px;
	background-color: #56A5EC;
	color: #FFFFFF;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


/* Left Navigation */

#navigation {
	width: 222px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: white;
	float: left;
	margin: 4px;
}

#navigation a {
	text-decoration: none;
	color: Black;
}

#navigation .header {
	font-weight: bold;
	text-align: center;
	background-color: #87ceeb;
	color: black;
}

#navigation a:hover {
	text-decoration: underline;
	color: #87ceeb;
}

#navigation img {
	border: 0px;
}

.action {
	margin-top: 4px;
	font-weight: bold;
	color: black;
	font-family: Arial, Verdana;
}

.action a {
	text-decoration: none;
	color: black;
}

.action a:hover {
	text-decoration: underline;
	color: black;
}

table.openingHours {
	width: 200px;
	border-collapse: collapse;
	margin: 4px;
}

.openingHours th {
	border: solid 1px #87ceeb;
	background-color: White;
}

.openingHours td {
	text-align:center;
	border-right: solid 1px #87ceeb;
	border-bottom: solid 1px #87ceeb;
	background-color: White;
}
.openingHours td.corner {
	background-color: inherit;
}

.block {
	margin-bottom: 4px;
}

.block a {
	text-decoration: none;
	color: Black;
}

.block .header, .block .body {
	font-family: Arial;
	font-size: 12px;
	border-left: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
}

.block .body {
	background-color: #F0F8FF;
	padding: 2px;
}

.block .body, .block .body td {
	font-family: Arial;
	font-size: 12px;
	color: black;
}

.block .header {
	font-weight: bold;
	text-align: center;
	background-color: #87ceeb;
	color: black;
}

.block input#ref {
	border: black 1px solid;
	width: 80px;
}

/* Separation between SideMenu and BodyContent */
.vrule {
	height: 100%;
	background-color: #666666;
	width: 1px;
}

/* Main Content */

#content1 {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	width: 960px;
}

#content2 {
	margin-left: 245px;
	margin-right: 10px;
	width: 720px;
	font-family: Arial;
}

h1, #master_BodyContent_ShowDetailsBlockCtrl_ibody h2, h2.h1 {
	font-size: 150%;
	font-family: georgia, arial, verdana;
	font-weight: bold;
	font-style: italic;
	border-bottom: solid #666666 1px;
	color: #666666;
	margin-top: 0;
	padding-top: 8px;
	margin-bottom: 12px;
}

h2 {
	color: #666666;
	font-style: italic;
	font-family: georgia, arial, verdana;
	font-size: 14px;
	margin: 4px 0 8px 0;
	padding: 0;
}

ul {
	margin-top: 4px;
}

#content p {
	font-size: 80%;
	line-height: 1.6em;
}

#inner {
	overflow: auto;
	height: auto;
	top: 112px;
	bottom: 0px;
	position: absolute;
	width: 100%;
}

p, li {
	font-family: arial, verdana;
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: justify;
}
li p {
	font-size: 100% !important;
}

a {
	color: #3399CC;
}

a:hover {
	color: #56A5EC;
}

#content1 a, #content2 a {
	font-weight: bold;
}

a.noop, a.noop:hover {
	color: black;
	font-weight: normal !important;
	text-decoration: none !important;
}

.city {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin:0;
	padding: 0;
	font-style: normal;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.city strong {
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}

.city em {
	font-style: normal;
	display: inline;
	float: right;
	text-align:center;
	text-transform: none;
}

h1.city {
	font-size: 16px;
}

.info {
	font-weight: bold;
}

#content2 .list .city, #content2 .list .city strong, #content2 .list .city em {
	font-size: 12px;
}

#inner .list, #inner .list a td {
}
#inner .list a table {
	width: 100%;
	display: block;
	background-color: #F5F5F5 !important; /*whitesmoke*/
	border: outset 1px #DCDCDC !important; /*gainsboro*/
	table-layout: fixed;
}
#inner .list a th {
	width: 114px !important;
	background-color: #666666 !important;
	text-align: center;
	vertical-align: top;
}
#inner .list td.more {
	color: #666666;
}
#inner .list a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#inner .list a table#hover {
	background-color: #DCDCDC !important; /*gainsboro*/
}

/*Search Block*/

.search {
	background-color: #F0F8FF; /*aliceblue;*/
	border-left: solid 1px #DCDCDC;
	border-top: solid 1px #DCDCDC;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	padding: 4px;
}

.search TD {
}

.search TH {
	font-weight: normal;
	text-align: right;
}

.search A {
	color: rgb(30,131,174) !important;
}

.search .note {
	font-style: italic;
	color: #666666;
	margin-top: 4px;
}

.search input.text {
	border: black 1px solid;
	width: 80px;
}
.search input.longtext {
	border: black 1px solid;
}

.search select, .search textarea {
	border: black 1px solid;
}

.search h2 {
	color: rgb(30,131,174);
	font-style: italic;
	font-family: georgia, arial, verdana;
	font-size: 14px;
	border-bottom: solid 1px rgb(30,131,174);
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
}

.search BLOCKQUOTE {
	margin: 4px;
	margin-left: 8px;
	margin-bottom: 8px;
}

.noresult {
	font-size: 100%;
	font-style: italic;
	color: #666666;
	margin: 4px;
	padding: 4px;
	margin-top: 16px;
	border: solid 1px #666666;
	background-color: #F5F5F5;
	text-align: center;
}

.more {
	font-style: italic;
	text-align: right;
}

.more em {
	float: left;
	font-style: normal;
	font-weight: bold;
	color: Black;
}

a.strong {
	color: #008000 !important;
}

/*Gallery*/

#gallery {
	text-align: center;
	background-color: #F5F5F5 !important;
	border: 1px outset gainsboro !important;
}
#gallery img {
	margin: 4px;
	border: outset 1px #666666 !important;
	width: 460px;
	height: 305px;
}

.video {
	text-align: center;
	background-color: #F5F5F5 !important;
	border: 1px outset gainsboro !important;
	padding: 4px;
}
/* Contact Block*/
#contact .header {
	background-color: #CD5C5C;
	color: White;
	font-size: 14px;
}

#contact table {
	table-layout:fixed !important;
	width:100%;
}

body#contact {
	margin:0;
	padding:2px 10px 2px 10px;
	width:auto;
	overflow: hidden;
}

#contact .body, #contact .body TD {
	background-color: #FFF0F0;
	text-align: left;
	font-size: 14px;
}

#contact .email {
	font-family: arial, verdana;
	border: solid black 1px;
	width: 320px;
}
#contact .message {
	font-family: arial, verdana;
	font-size: 12px;
	border: solid black 1px;
	width: 320px;
}

#contact input.go {
	width: 75px;
	margin-left: 249px;
	margin-top: 2px;
	background-color: Black;
	color: White;
}

#contact input.go:hover {
	background-color: #CD5C5C;
}

#contact a, #contact a:focus {
	color: #CD5C5C;
	font-weight: bold;
}

#contact form {
	margin: 0 !important;
	padding: 2px !important;
	text-align: left;
}
.block ul {
	margin: 0px 2px 0px 20px;
	padding: 0px;
}
.block li {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#contact {
	margin: 0px;
	font-family: Arial;
	background-color: rgb(255,240,240);
	font-size: 8px;
	color: black;
}

#MailForm, #Notification {
	font-family: arial, verdana;
	font-size: 12px; /*border: black 1px solid;*/
}

#sendmail {
	border: 0px;
	width: 100%;
	background-color: rgb(255,240,240);
	height: 160px;
}

table.yellow {
	background-color: #ffa500;
	border-collapse: separate;
	table-layout: fixed;
	margin: 4px auto 8px auto;
	font-family: Verdana;
	font-size: 12px;
}

table.yellow thead th {
	background-color:#ffcc00;
	text-align:left;
}

table.yellow tbody th {
	background-color: #ffffe0;
	text-align:left;
	font-weight: normal;
	vertical-align: top;
}

table.yellow td {
	background-color: #ffffe0;
}

table.standard {
	background-color: inherit;
	border-collapse: separate;
	table-layout:  auto;
	margin: auto;
}

table.standard thead th {
	background-color: inherit;
	text-align:left;
}

table.standard tbody th {
	background-color: inherit;
	text-align:center;
	font-weight: bold;
	vertical-align: top;
}

table.standard td {
	background-color: inherit;
}

/*Advertisement Block*/
.advertisementOfTheWeek .ad, .advertisementOfTheWeek .ad td, .advertisementOfTheWeek, .advertisementOfTheWeek td {
	font-size: 14px;
}
.advertisementOfTheWeek .ad table, .advertisementOfTheWeek table {
	cursor: pointer;
	width: 100%;
	background-color: rgb(255,240,240) !important;
	border: outset 1px #F08080 !important; /*lightcoral*/
	margin-bottom: 4px;
}
.advertisementOfTheWeek .ad th, .advertisementOfTheWeek th {
	width: 175px !important;
	background-color: #F08080 !important;
	text-align: center;
	vertical-align: top;
}
.advertisementOfTheWeek .ad td.more, .advertisementOfTheWeek td.more {
	color: #F08080;
}
.advertisementOfTheWeek .ad a, .advertisementOfTheWeek .ad A:hover, .advertisementOfTheWeek A, .advertisementOfTheWeek A:hover {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	color: #CD5C5C !important; /*indianred*/
}
.advertisementOfTheWeek .ad table#hover, .advertisementOfTheWeek table#hover {
	background-color: rgb(249,206,206) !important;
}
.advertisementOfTheWeek .mini {
	border: 0; /*height: 96px; 	width: 96px;*/
	height: 116px;
	width: 175px;
}

.ad p {
	padding:0;
	margin: 2px 0 0 0;
}

.advertisementOfTheWeek .description {
	font-size: 12px;
}

#content2 .description {
	height: 45px;
	overflow: hidden;
}

#content1 .description {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
	border-top: solid 1px lightcoral; /*font-style: normal !important;*/
}

.description a, .description A:hover {
	color: #CD5C5C !important;
}

input.go {
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 12px;
	background-color: black;
	color: white;
	border: solid 1px black;
	vertical-align: baseline;
}

input.go:hover {
	background-color: #87CEEB;
}

/*Search Result Style */
.list, .list td {
}
.list table, .ad table {
	width: 100%;
	table-layout: fixed;
}
.ad table {
	cursor: pointer;
	background-color: #F5F5F5 !important;
	border: outset 1px #DCDCDC !important;
}
.list a td, .ad th {
	width: 175px !important;
	/*width: 114px !important;*/
	background-color: #666666 !important;
	text-align: center;
	vertical-align: top;
}
.list td.more {
	color: #666666;
}
.list a {
	display: inline-block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
.list table#hover {
	background-color: #DCDCDC !important;
}

.list .mini {
	border: 10px;
	border-color: #DCDCDC;
/*	height: 73px;
	width: 110px;*/
	height: 116px;
	width: 175px;
	background-color: #DCDCDC;
	padding-left: 0px;
}

.list .ad .city {
	font-size: 15px;
}

.paging {
	text-align: center;
	margin: 4px;
}

.photoGallery {
	border: solid 1px black;
	margin: 4px auto 8px auto;
}
table.photoGallery {
	table-layout: fixed;
	border-collapse: collapse;
}
table.photoGallery td, table.photoGallery th {
	border: solid 1px dimgray;
}
.photoGallery a {
	color: #56A5EC;
}
.photoGallery img {
	border: solid 1px #56A5EC;
	margin: 1px;
}

.border {
	width: 722px;
	padding: 1px;
	border: solid black 1px;
}
.mapping {
	margin: 0;
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	border: solid #56A5EC 1px;
}
.mapping a {
	position:absolute;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: large;
	color: #56A5EC;
	text-decoration: none;
	border: thin solid transparent;
}
.mapping a:hover {
	color: white;
	border: thin solid #56A5EC;
	background-image: url('../../CSS/9FC7EA.png');
	background-position: center center;
	background-repeat: repeat;
}
.mapping a.sold {
	border: thin solid #CD5C5C !important;
	color: #CD5C5C !important;
	background-image: url('../../CSS/FFCCCC.png') !important;
}

a.thumbnail {
	border: inset 1px dimgray;
}
.thumbnail img {
	width: 96px;
	height: 96px;
}

/* Selectors for menu inside the banner */

.MainMenu .AspNet-Menu-Horizontal ul ul {
	background: #000000; /*colbak*/
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu {
	width: 750px;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul {
	left: 1px;
	top: 100%; /*padding: 5px;*/
	border: 2px solid #666666; /*colbor*/
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul {
	left: 100%;
	top: -1em; /*width: 9em;*/
	z-index: 100;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li {
	padding-right: 7px;
	display: block;
	white-space: nowrap;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li {
	/*width:2em;*/
	display: block;
}

/* Start: rules to make the horizontal menu's top tier use proportional width for its items. */
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a, .MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li span {
	display: inline;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a, .MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li span {
	display: block;
}
/* End: proportional rules */

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a, .MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li span {
	color: White; /*#124500;*/
	border-style: none;
	text-align: center; /*padding:0 2px;*/
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a, .MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li span {
	background: transparent url(arrowRight.gif) right center no-repeat;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li a:hover, .MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li.Asp-Menu-Hover span {
	background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a, .MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.Asp-Menu-Leaf span {
	background-image: none !important;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li a, .MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li span {
	text-align: left;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li:hover, .MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Hover {
	background: #666666 url(bg-menu-main.png) repeat-x; /*colmenh*/
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a:hover, .MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.Asp-Menu-Hover span {
	color: White;
}

/* --------------------------------------------------------------------------------------------------- */
/* Used when the Menu adapter is NOT used. */
/* These styles are used by the Menu's skin, found in this theme's skin file. */

.Menu-Skin-DynamicHover {
	background: #165EA9 url(bg-menu-main.png) repeat-x;
}

@media print {
	body {
		margin-left: 0;
		margin-right:0;
		width: auto;
	}
	
	#tab_nav {
		display: none;
	}

	#content1 {
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
	}
	
	#content2 {
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
	}

	#navigation {
		display: none;
	}
	#contact {
		display: none;
	}
	#quicklinks {
		visibility: hidden;
	}
	#gallery IMG {
		width: 48%;
	}
	#inner {
		overflow: hidden !important;
	}
	#ihome {
		overflow-y: hidden !important;
	}
	
	#wrapper {
		width: 100%;
	}
	
	#header .logo {
		display: block;
	}
}
