/*  CSS - La Ferme des Templiers */

*{
	margin:0px;
	padding:0px;	
}

/* GENERAL INFOS */
body{ background-color:#dfd7c7; }
img { border:0px; }

/* LIENS */
a:link {color: #505050; text-decoration: underline; font-size: 14pt;font-family:'Adobe Jenson Pro';}
a:visited {color: #505050; text-decoration: underline; font-size: 14pt;font-family:'Adobe Jenson Pro';}
a:active {color: #505050; text-decoration: underline; font-size: 14pt;font-family:'Adobe Jenson Pro';}
a:hover {color: #505050; text-decoration: none; font-size: 14pt;font-family:'Adobe Jenson Pro';}

a.copy {color: #505050; text-decoration: none; font-size: 9pt;font-family:'Garamond';}
a.copy:hover {color: #505050; text-decoration: underline; font-size: 9pt;font-family:'Garamond'}

a.petit {color: #505050; text-decoration: underline; font-size: 11pt;font-family:'Adobe Jenson Pro';}
a.petit:hover {color: #505050; text-decoration: none; font-size: 11pt;font-family:'Adobe Jenson Pro';}

/* TEXTES */
.textepetit {color: #505050; text-decoration: none; font-size: 12pt;font-family:'Adobe Jenson Pro';}
.textepetit2 {color: #505050; text-decoration: none; font-size: 11pt;font-family:'Adobe Jenson Pro';}
.texte {color: #505050; text-decoration: none; font-size: 14pt;font-family:'Adobe Jenson Pro';}
.titre {color: #505050; text-decoration: none; font-size: 30pt;font-family:'Adobe Jenson Pro';}
.copyright {color: #505050; text-decoration: none; font-size: 9pt;font-family:'Garamond';}

/* CONTAINER */
.container
{
	padding-top: 30px;
	width:800px;
	heigth: 600px;
	margin:auto;
}

/* HEADER */
.header
{
	width:800px;
	height: 255px;
	margin:auto;
	background-image: url(img/banner.jpg);
    background-repeat:no-repeat;
}

.header_chambres
{
	width:800px;
	height: 255px;
	margin:auto;
	background-image: url(img/banner-chambres.jpg);
    background-repeat:no-repeat;
}

.header_events
{
	width:800px;
	height: 255px;
	margin:auto;
	background-image: url(img/banner-events.jpg);
    background-repeat:no-repeat;
}

/* MENU */
.menu
{
	width:175px;
	margin:auto;
	float: left;
}

.content
{
	padding-left: 250px;
	padding-top: 20px;
	width: auto;
	margin:auto;
}

.content_index
{
	padding-left: 150px;
	padding-top: 20px;
	width: auto;
	margin:auto;
}

.global
{
   width: 800px;
   margin:auto;
   background-image: url(img/global.gif);
   background-repeat:repeat;
}

.bas
{
	width: 800px;
	height:19px;
	margin:auto;
}

.drap
{
	padding-left: 10px;
	padding-top: 10px;
}