body {    margin: 0 auto 5px auto;
    padding: 0;	font: 80%/1.5 "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;	text-align: center;
	background: #B7572A url("design/background.gif") repeat-x;
	color: #005447;	}/*---------------------------- Liens -------------------------------*/a {  	color: #00913B;	text-decoration: none;
	font-weight: bold;
	}	a:visited {	color: #766E40;	text-decoration: none;	}
a:focus, a:hover {	color: #B7572A;	text-decoration: underline;	}
a img {	border: none;	}
/*---------------------------- Images -------------------------------*/img.c {		display: block;	margin-left: auto;	margin-right: auto;	}	img.r {	float: right;
	margin-left: 10px;	}img.l {	float: left;
	margin-right: 10px;	}
/*---------------------------- H -------------------------------*/h1 {	
	font-size: 1.5em;
	font-weight: bold;	text-align: center;	margin: 0 0 10px 0;	}h2 {	
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	color: #B7572A;
	margin: 2px;
	clear: both;
	}
h3 {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	}
h4 {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	color: #474747;
	text-decoration: underline;
	}
/*---------------------------- Content -------------------------------*/#content {
	margin: 5px auto;	width: 770px;
    border: 1px solid #ccc;
	background-color: #F8F4DB;
	}
/*---------------------------- Header -------------------------------*/#header {
	margin: 0px;
	padding: 2px;
	height: 181px;
	position: relative;
	background: url("img/header.jpg") no-repeat right #fff;
	}
/*---------------------------- Menu -------------------------------*/#menu {
	margin: 0;
	padding: 0.5em 0 0 0;
	background: #49882f;
	height: 2em;
	line-height: 1.3em;
	border-top: 1px solid #fff;
	}
#menu a {
	padding: 0 0.5em 0 0.5em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}
#menu a:hover{
	text-decoration: underline;
	}
/*---------------------------- contenu -------------------------------*/#contenu {
	width: 750px;
    padding: 5px;
    margin: 2px;
	}
.inter {
	clear: both;
	margin: 2px;    }
.both {
	clear: both;    }
#contenu ul li {
    display: list-item;
    list-style-type: square;
    text-align: left;
    padding: 0;
    }
#contenu p {
	text-align: justify;
	line-height: 1.5em;

	}
.textcenter {
	text-align: center!important;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.right, .left {
	text-align: center!important;
	width: 45%;
	padding: 2px;
	margin: 2px;
	}
.blue {
	color:#217CBE;
	}
.blue a {
	color:#217CBE;
	text-decoration: underline;
	}
.blue a:hover {
	color:#217CBE;
	text-decoration: none;
	}
/*---------------------------- Loisirs : division en 4 colonnes -------------------------------*/
.float {	float: left;	width: 23%;	margin: 1em 0 1em 0;	}
.float p {
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	width: 10em;
	}
.float ul, li {
	text-align: left!important;
	}
/*---------------------------- Photos -------------------------------*/
.photoh {
    margin: 0 5px 0 5px;
    }	
.photov {
    margin: 31px 5px 31px 5px;
    }	
.photoenv {
    margin: 22px 5px 22px 5px;
    }	
.tent {
	background: url("photos/he.jpg") no-repeat left top;
	padding-left: 50px;
	}
.tsejour {
	background: url("photos/h1.jpg") no-repeat left top;
	padding-left: 50px;
	}
.tcuisine {
	background: url("photos/h2.jpg") no-repeat left top;
	padding-left: 50px;
	}
.tetage {
	background: url("photos/h3.jpg") no-repeat left top;
	padding-left: 50px;
	}
.tch {
	background: url("photos/h4.jpg") no-repeat left top;
	padding-left: 50px;
	}
.tchh {
	background: url("photos/h5.jpg") no-repeat left top;
	padding-left: 50px;
	}
.tchs {
	background: url("photos/h6.jpg") no-repeat left top;
	padding-left: 50px;
	}
.tsdb {
	background: url("photos/h7.jpg") no-repeat left top;
	padding-left: 50px;
	}
/*---------------------------- legende accueil -------------------------------*/
.legende {	text-align: right!important;
	padding-right: 55px;	}
/*---------------------------- tarifs -------------------------------*/	
.tarifs {     width: 50%;
    margin:  0 auto;
    border-collapse: separate;
    background: #7F7F7F;    }
.tarifs  caption  {
	margin: 0 auto;
	font-weight: bold;
	}
.tarifs  tbody {
    background: #F8F4DB;    vertical-align: middle;
    }
.tarifs  thead {     background: #D1CEB8;    vertical-align: middle;    }
/*---------------------------- formulaire -------------------------------*/
.form {
    padding: 10px;
    position: static;
    width: 500px;
    margin: 0 auto;
   	border: 1px dotted #B7572A;
	}
.form input, select {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49882f;
	background: #F8F4DB;
    }
.form textarea {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49882f;
	background: #F8F4DB;
    }
.form input:focus, select:focus, textarea:focus {
    border: 1px solid #B7572A;    
    background: #FFFFFF;
    }
.formsubmit {
	padding: 2px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #49882f;
	cursor: pointer;
    }
.formsubmit:hover { 
	background: #ffffff;
	cursor: pointer;
	border: 1px solid #B7572A;   
    }
.error {	color: #ff0000;
	font-weight: bold;
	text-align: center!important;	}
/*---------------------------- Guestbook -------------------------------*/
.pagination {
	text-align: center;
	margin-top: 10px;
	}
.g_header {
	text-align: left;
	border-bottom: 1px solid #7F7F7F;
	}
.g_footer {
    text-align: right;
    font-size: 0.7em;
	}
img.smilies {
	border: 0;
	margin: 2px 2px 0px 2px
	}
.guestbook {
    width: 600px;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
	}
.guestbook h2 {
	text-align: center;
	}
.g_color1 {
	background: #FAF2C5;
	padding: 0px 2px 0px 2px;
	border: 1px solid #336633;
	margin-bottom: 1em;
	text-align: justify;
	}
.g_color2 {
	padding: 0px 2px 0px 2px;
	border: 1px solid #336633;
	margin-bottom: 1em;
	text-align: justify;
	}
/*---------------------------- Footer -------------------------------*/#footer {
	font-size: 0.9em;
	padding: 3px;
	clear:both;
	}	