/* CSS Document */
/*****************/
/* Style General */
/*****************/
body{
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}
img{ border:0px; }
a{ text-decoration:none; color:#457e1e; }
a:hover{ color:#5fae2b; }

input,
textarea,
select,
fieldset
{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	border:1px solid #457e1e;
}

input[type=submit]{
	border:1px solid #457e1e;
	background-color:#f4f2d8;
	color:#457e1e;
}

/********/
/* Site */
/********/
#Site{
	overflow:auto;
	margin:25px auto 0px auto;
	padding:0px;
	width:813px;
	border:1px solid #457e1e;
	font-weight:bolder;
}

/************/
/* Banniere */
/************/
#Banniere{
	height:144px;
	margin:0px;
	padding:0px;
	background-image:url(FileMMedia/Image/decors/Banniere.jpg);
}
#Banniere h1, #Banniere h2{ display:none; }

/********/
/* Menu */
/********/
#Menu{
	float:left;
	height:456px;
	width:227px;
	margin:0px;
	padding:0px;
	background-image:url(FileMMedia/Image/decors/Menu.jpg);
}
#Menu ul{ height:275px; }
#Menu ul li{
	padding:4px;
	list-style:none;
	font-weight:bolder;
	font-size:20px;
}
#Menu ul li a{ 
	display:block;
	padding-left:30px;	
	color:#000000; 
}
#Menu ul li a:hover{ 
	background-image:url(FileMMedia/Image/decors/Puce.gif);
	background-repeat:no-repeat;
	color:#457e1e;
}

#Menu #Accueil a#Accueil,
#Menu #Chambres a#Chambres,
#Menu #Restaurant a#Restaurant,
#Menu #Alentours a#Alentours,
#Menu #Tarifs a#Tarifs,
#Menu #Acces a#Acces,
#Menu #Contact a#Contact,
#Menu #L_Hermitage a#L_Hermitage{
	background-image:url(FileMMedia/Image/decors/Puce.gif);
	background-repeat:no-repeat;
	color:#457e1e;
}

/************/
/* Rubrique */
/************/
#Rubrique{
	height:442px;
	margin:0px;
	margin-left:227px;
	padding:7px;
	background-image:url(FileMMedia/Image/decors/Rubrique.gif);
}
#Rubrique img{ border:1px solid #457e1e; }
#Rubrique #Infos{
	width:100%;
	height:100%;
	vertical-align:middle;
	background:url(FileMMedia/Image/decors/arbre3.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#Rubrique #Infos2{
	width:100%;
	height:100px;
	text-align:center;
}
#Rubrique #Infos2 #titre{
	width:100%;
	height:40px;
	vertical-align:middle;
	text-align:center;
}

/*************/
/* BasDePage */
/*************/
#BasDePage{
	position:absolute;
	width:807px;
	margin-top:-17px;
	padding:2px;
	font-size:11px;
	text-align:right;
}

/************/
/* PiedPage */
/************/
#PiedPage{
	clear:both;
	width:813px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:right;
	font-size:11px;
}

