/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11pt;
	background: #064c02 url(images/body.jpg) left repeat-y;
}
/*------------------------------------------------------------------*/
#feuilles {
	position: absolute;
	width: 166px;
	height: 71px;
	background: url(images/feuilles.jpg);
	z-index: 100;
}
/*------------------------------------------------------------------*/
#sur_body {
	background: url(images/sur-body.jpg) left top no-repeat;
}
#sur_body #sur_sur_body {
	background: url(images/sur-sur-body.jpg) right repeat-y;
}
#sur_body #sur_sur_body #sur_sur_sur_body {
	background: url(images/sur-sur-sur-body.jpg) right top no-repeat;
}
/*------------------------------------------------------------------*/
#logo_gite_de_france {
	position: absolute;
	right: 30px;
	top: 160px;
}
#logo_gite_de_france img {
	border: none;
}
/*------------------------------------------------------------------*/
#global {
	margin-left: 126px;
	margin-right: 131px;
	background: #f5faf2;
	position: relative;
}
/*------------------------------------------------------------------*/
#header{
	background: url(images/header.jpg) top repeat-x;
}
#header #logo {
	position: absolute;
	width: 100%;
	height: 141px;
	text-align: center;
}
#header #logo img {
	border: none;
	margin: auto;
}
#header #sur_header {
	background: url(images/sur-header.jpg) left no-repeat;
}
#header #sur_header #sur_sur_header {
	height: 56px;
	background: url(images/sur-sur-header.jpg) right no-repeat;
}
#header #sous_header {
	height: 261px;
	border-top: solid 1px #878886;
	border-left: solid 1px #878886;
	border-right: solid 1px #878886;
	background: url(images/header-photos.jpg);
}
/*------------------------------------------------------------------*/
#main {
	padding: 3px;
	border-left: solid 1px #878886;
	border-right: solid 1px #878886;
	background: #f5faf2;
}
/*------------------------------------------------------------------*/
#menu{
	height: 69px;
	background: url(images/menu.jpg) repeat-x #f5faf2;
}
#menu ul {
	list-style-type: none;
	width: 740px;
	margin: auto;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	float: left;
	display: inline;
	width: 106px;
	height: 15px;
	margin-right: 15px;
	text-align: center;
	font: normal 12px Verdana;
	text-decoration: none;
	padding-top: 54px;
	color: black;
}
#menu ul li a.menu_actualites {
	background: url(images/menu-items/actualites.gif) center -65px no-repeat;
}
#menu ul li a.menu_village {
	background: url(images/menu-items/village.gif) center -65px no-repeat;
}
#menu ul li a.menu_centre {
	background: url(images/menu-items/centre.gif) center -65px no-repeat;
}
#menu ul li a.menu_tarifs {
	background: url(images/menu-items/tarifs.gif) center -65px no-repeat;
}
#menu ul li a.menu_plan {
	background: url(images/menu-items/plan.gif) center -65px no-repeat;
}
#menu ul li a.menu_contact {
	background: url(images/menu-items/contact.gif) center -65px no-repeat;
}
#menu ul li a:hover {
	background-position: center top;
}
#menu ul li a.menu_actualites:hover {
	color: #29abe2;
}
#menu ul li a.menu_village:hover {
	color: #8cc63f;
}
#menu ul li a.menu_centre:hover {
	color: #f7931e;
}
#menu ul li a.menu_tarifs:hover {
	color: #f15a24;
}
#menu ul li a.menu_plan:hover {
	color: #009245;
}
#menu ul li a.menu_contact:hover {
	color: #c1272d;
}
/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#content{
	margin-top: 20px;
	margin-bottom: 450px;
	padding-left: 15px;
	padding-right: 15px;
}
#content h2 {
	color: #8cc63f;
	text-transform: uppercase;
	font: bold 20px Courier, Times, serif;
	margin-bottom: 15px;
}
#content h3 {
	color: #29abe2;
	text-transform: uppercase;
	font: bold 14px Times;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content h3 a {
	color: #29abe2;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a {
	color: #f7931e;
	text-decoration: none;
}
#content img {
	border: solid 1px black;
}
#content ul {
	list-style-image: url(images/puce.jpg);
	margin-left: 70px;
}
/*------------------------------------------------------------------*/
#footer {
	position: relative;
}
#footer #sur_footer {
	position: absolute;
	background: url(images/sur-footer.gif) repeat-x;
	height: 380px;
	width: 100%;
	top: -380px;
}
#footer #sur_footer #liens {
	width: 411px;
	height: 58px;
	background: url(images/footer-liens.jpg);
	border: solid 1px #cbcfc1;
	float: right;
	margin-right: 135px;
	display: inline;
	margin-top: 250px;
	color: #f5faf2;
	font: normal 11px Verdana;
	text-align: center;
	padding: 5px;
}
#footer #sur_footer #liens a {
	color: #f5faf2;
	text-decoration: none;
}
#footer #sur_footer #liens img {
	position: relative;
	top: 8px;
	left: 1px;
	border: none;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
