/*
 * == Luxury Flat In Dijon ==
 * @author Martin Richard <martiusweb.net>
 */

body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
img { border: 0; }
.spacer { clear: both; }
#main
{
	width: 800px;
	margin: 0 auto;
}
#top
{
	background: #EBE8D7;
}
#title
{
	background: url('../images/head.jpg') no-repeat;
	width: 800px;
	height: 100px;
	margin: 0 auto;
}
#title h1
{
	margin: 0;
}
#title h1 a
{
	display: block;
	border: 0;
	width: 800px;
	height: 75px;
}
#title h1 span
{
	display: none;
}
#menu-top
{
	background: #412D27;
	color:  #FFFFFF;
	margin-bottom: 20px;
}
.menu a { text-decoration: none; }
#menu-top a  { color: #FFFFFF; }
#menu-top a:hover { color: #DDDDDD; }
#menu-bottom a { color: #412D27; }
#menu-bottom a:hover { color: #030303; }
.menu
{
	font-family: "Myriad", "Trebuchet MS", Arial, Verdana, sans-serif;
}
.menu ul
{
	margin: 0;
	padding: 0 0 3px 0;
	list-style: none;
	text-align: center;
}
.menu li
{
	margin: 0 0.8em;
	display: inline;
	font-size: 0.9em;
}
#menu-bottom
{
	background: #ECE7D7;
	color:  #412D27;
	margin-top: 20px;
}
h2, h3
{
	border-bottom: 1px #868074 solid;
	font-weight: normal;
	font-size: 1.1em;
	color: #592826;
}
#intro
{
	float: left;
	width: 500px;
	margin: 0 10px 0 0;
}
#intro p, #intro li
{
	font-size: 0.8em;
	text-align: justify;
	color: #868074;
}

/* Home */
#intro.home-intro
{
	width: 400px;
	margin-left: 10px;
}
h2
{
	border-bottom: 1px #868074 solid;
	font-weight: normal;
	font-size: 1.1em;
	color: #592826;
}
#home-view
{
	margin-top: 10px;
	margin-left: 30px;
	padding-top: 30px;
	width: 300px;
	float: left;
}
.home-side
{
	padding: 5px 0px 0px 80px;
	width: 270px;
	background: url('../images/sidebg.png') no-repeat #C8C0B3;
	height: 25px;
	color: #FFFFFF;
	font-size: 0.8em;
}
.appart
{
	width: 240px;
	float: left;
	color: #868074;
	font-size: 0.7em;
}
.appart h3
{
	height: 30px;
	text-align: center;
	border-bottom: 1px #868074 solid;
}
.appart a { color: #FFFFFF; }
.overview
{
	text-align: center;
}
.shortdesc
{
	text-align: justify;
	height: 50px;
}
.benigne { margin-left: 10px; }
.fremyot
{
	margin: 0 15px;
	padding: 0 15px;
	border-left: 1px #868074 solid;
	border-right: 1px #868074 solid;
}

/* Apparts */
#apparts
{
	margin-top: 20px;
}
.appart-full
{
	float: left;
}
.appart-full h2
{
	margin-top: 0;
}
.details
{
	width: 380px;
	margin: 0 10px;
	font-size: 0.8em;
	text-align: justify;
	color: #868074;
	float: left;
}
.sidebar
{
	width: 280px;
	background: url('../images/sidebg2.png') no-repeat #ECE7D7;
	margin: 0;
	padding: 35px 0;
	float: left;
}
.sidebar ul
{
	list-style: none;
	margin: 15px 10px;
	padding: 0;
}
.sidebar li
{
	padding: 0 10px;
	float: left;
}
.calendar-box
{
	float: left;
	width: 380px;
	margin: 0 10px;
}
.calendar-box h3
{
	margin: 10px 0;
	color: #685B41;
	font-weight: normal;
	font-size: 0.9em;
	border-bottom: 1px #868074 solid;
}
.calendar
{
	background: #ECE7D7;
	color: #868074;
}
.calendar_links { text-align: center; }
.calendar_links a { color: #868074; }
.calendar_tbl
{
	margin: 5px auto;
	width: 95%;
	border-collapse: collapse;
}
.calendar_tbl th
{
	font-size: 0.8em;
	border-bottom: 1px #CFCFCF solid;
}
.calendar_tbl td
{
	border: 1px #ECE7D7 solid;
	text-align: center;
}
.cal_reserved
{
	background-color: #FFFFFF;
}
.cal_example
{
	text-align: center;
	width: 150px;
	margin: 5px auto;
}
.cal_prev {
	float: left;
	width: 49%;
	text-align: left;
}
.cal_next {
	float: right;
	width: 49%;
	text-align: right;
}
.list-images li {
	margin: 10px 0;
}

/* Contact */
#contact-form fieldset
{
	margin: 10px 5px;
	padding-top: 10px;
	border: 0;
	border-top: 1px #868074 solid; 
	width: 365px;
	float: left;
}
#contact-form legend { color: #592826; }
#contact-form label
{
	display: block;
}
#contact-form textarea
{
	width: 100%;
	font-size: 0.8em;
}
#contact-form input, #contact-form textarea
{
	background-color: #FFFFFF;
	border: 1px #868074 solid;
	font-family: "Myriad", "Trebuchet MS", Arial, Verdana, sans-serif;
}

/* Cols */
#cols
{
	margin-top: 20px;
	background: url('../images/colsbg.png') 8px;
}
.col
{
	width: 240px;
	float: left;
	color: #868074;
	font-size: 0.7em;
}
.col h3
{
	height: 30px;
	text-align: center;
	border-bottom: 1px #868074 solid;
}
.col01 { margin-left: 10px; }
.col02
{
	margin: 0 15px;
	padding: 0 17px;
}

#content a { color: #333333; }
#content a:hover { color: #666666; }
.fielderror {
	border: 1px #CC0000 solid !important;
}

/* Foot links */
#footlinks
{
	width: 800px;
	margin: 0 auto;
}
#footlinks a { text-decoration: none; }
#footlinks a:link, #footlinks a:visited, #footlinks a:active { color: #333333; }
#footlinks a:hover { color: #666666; }
#footlinks div
{
	margin: 0 20px;
	width: 210px;
	float: left;
	font-size: 0.8em;
}
#footlinks p {
	margin-bottom: 5px;
}
#footlinks ul
{
	margin-top: 0;
	list-style-type: none;
}
#footlinks img
{
	display: block;
	margin: 20px auto;
}

