/*
Theme Name: villaducroise
Theme URI:
Description: 
Version: 1.0
Author: Aymeric
Author URI: 
*/


/* COULEURS
-------------------------------
marron body:		#4e3823
marron header title:	#4e3823
marron default contents:#725b3c
marron footer:		#593f27
mer:			#315878
soleil:			#f59e01
terre:			#c5ac83
menu off:		#ac9268
menu on:		#009cce
footer p:		#ac9268
footer mentions:	#6a5739
*/


* { margin: 0; padding: 0; }
body {
	font: 11px Arial, verdana, sans-serif;
	color: #fff;
	background: #4e3823 url('images/body_bg.gif') repeat-x top left;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0
}
#wrapper {
	position: relative;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

/* HEADER
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 115px;
}
#header img {
	float: left;
	margin: 45px 0 0 170px
}
#header h1 {
	float: right;
	font-size: 16px;
	font-family: Georgia, Arial, sans-serif;
	font-style: italic;
	color: #4e3823;
	margin: 78px 15px 0 0;
}


/* NAVIGATION
-----------------------------------------------------------------------------*/

#menu {
	float: right;
	left: 0;
	width: 140px;
	margin: 30px 0 0 0
}
#menu li {
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	list-style: none;
	margin: 0;
}
#menu li span {
	display: none;
}
#menu li.page_item a {
	display: block;
	width: 130px;
	height: 30px !important;
	font-size: 14px;
	font-family: "calibri", "Lucida Grande", Arial, Sans-serif;
	margin: 0;
	padding: 0 10px 0 0;
	color: #ac9268;
}
#menu li.page_item a:hover {
	color: #009cce;
	text-decoration: none;
}
#menu li.current_page_item {color: #009cce;}

#menu li.link_home, #menu li.link_home:hover  { color: #4e3823; }

#menu li.menu_mer a {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	width: 140px;
	height: 50px !important;
	background: url('images/menu_mer_off.gif') no-repeat top left;
}
#menu li.menu_mer a:hover {
	display: block;
	width: 140px;
	height: 50px;
	background: url('images/menu_mer_on.gif') no-repeat top left;
}
#menu li.menu_soleil a {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	width: 140px;
	height: 50px;
	background: url('images/menu_soleil_off.gif') no-repeat top left;
}
#menu li.menu_soleil a:hover {
	display: block;
	width: 140px;
	height: 50px;
	background: url('images/menu_soleil_on.gif') no-repeat top left;
}
#menu li.menu_terre a {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	width: 140px;
	height: 50px;
	background: url('images/menu_terre_off.gif') no-repeat top left;
}
#menu li.menu_terre a:hover {
	display: block;
	width: 140px;
	height: 50px;
	background: url('images/menu_terre_on.gif') no-repeat top left;
}

/* CONTENTS
-----------------------------------------------------------------------------*/
#main {
	float: right;
	width: 840px;
	height: 520px;
	margin: 0;
	padding: 0;
	background-color: #725b3c;
}
#main_form {
	float: right;
	width: 840px;
	margin: 0;
	padding: 0;
	background-color: #725b3c;
}
#slideshow, #map {
	position: absolute;
	float: right;
	top: 115px;
	left: 0;
	width: 620px;
	height: 520px;
	padding: 0;
	margin: 0 0 0 140px;
	background: #725b3c url('images/ajax-loader.gif') no-repeat center center;
}
#slideshow img {
	display: none;
	position: absolute;
}
#image {
	position: absolute;
	float: right;
	top: 115px;
	left: 0;
	width: 620px;
	height: 520px;
	padding: 0;
	margin: 0 0 0 140px;
	background-color: #725b3c;
}
#image {
	background: #725b3c url('images/ajax-loader.gif') no-repeat center center;
}
#image img {
	position: absolute;
	display: block;
}
#map {
	background: #725b3c url('images/alentours_07.jpg') no-repeat top left;
}
#form {
	float: left;
	padding: 0;
	margin: 15px;
	background-color: #725b3c;
}
#contents {
	float: right;
	text-align: left;
	width: 190px;
	height: 490px;
	padding: 15px;
	font-size: 11px;
	line-height: 18px;
}
#contents_form {
	float: right;
	text-align: left;
	width: 220px;
	padding: 15px;
	font-size: 11px;
	line-height: 18px;
}
#contents h2, #contents_form h2 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 30px 0 0 0;
}
#contents p, #contents_form p {
	padding: 0;
	margin: 15px 0 0 0;
}
#contents ul {
	padding: 15px 0 0 15px;
	margin:0;
}
#contents ul li {
	padding: 0;
	margin:0;
}
#contents ul li a {
	color: #c5ac83;
	text-decoration:underline;;
}
#contents ul li a:hover {
	color: #ffffff;
	text-decoration:underline;;
}
#contents p a, #contents_form p a {
	color: #ffffff;
	text-decoration: none;
}
#contents p a:hover, #contents_form p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.mer {
	background-color: #315878;
}
.soleil {
	background-color: #f59e01;
}
.terre {
	background-color: #c5ac83;
}
.default {
	background-color: #725b3c;
}
blockquote p {
	margin: 60px 0 0 0;
}
/* FOOTER
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 790px;
	min-height: 50px;
	padding: 15px 20px 15px 30px;
	margin: 0 0 0 140px;
	font-size: 10px;
	color: #ac9268;
	background: #593f27;
}
#footer p.left {
	float: left;
}
#footer p.right {
	margin-top: 25px;
	float: right;
	text-align: right;
}
#footer p a {
	color: #ac9268;
	text-decoration: none;
}
#footer p a:hover {
	color: #ac9268;
	text-decoration: underline;
}
#mentions {
	clear: both;
	margin: 0 0 0 170px;
	color: #6a5739;
	padding: 15px 0;
}
#mentions a {
	color: #6a5739;
	text-decoration: none;
}
#mentions a:hover {
	color: #6a5739;
	text-decoration: underline;
}