/* commun */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
li {
	list-style-image: url(images/puce_verte.gif);
}

/*calques*/

#centrage {
	margin-left: auto;
	margin-right: auto;	
	top:0px;
	width:800px;
	z-index:1;
}
#top_chateau {
	position:relative;
	top:0px;
	height:100px;
	width:798px;
	z-index:2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C6CFBF;
	border-right-color: #C6CFBF;
	border-left-color: #C6CFBF;
}
#top_photo {
	position:relative;
	width:798px;
	height:155px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #000000;
	border-left-color: #C6CFBF;
}
#main, #mainphoto {
	position:relative;
	width:789px;
	margin-bottom:0px;
	background-position: center;
	background-repeat: repeat-y;
	font-size:12px;
	border: 1px solid #C6CFBF;
	text-align: justify;
	padding: 5px;
	z-index:1;
	background-attachment: fixed;
}
#main {
	background-image: url(images/blason_fond.main.gif);
}

/*footer*/

#footer {
	position:relative;
	width:801px;
	background-color:#c6cfbf;
	text-align:center;
	margin-bottom:25px;
	font-size:12px;
}
#footer a {
	color: #000000;
	font-size:12px;
	margin:0px 10px 0px 10px;
}
#footer a:hover {
	color: #999999;
	font-size:12px;
}

/*Menu dynamique*/
#menumain {
	position:absolute;
	top:259px;
	width:800px;
	z-index:20;
}
a.menudyn3 {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
} 
a:hover.menudyn3 {
	text-decoration:none;
}
a.menudyn4 {
	font-size:10px;
	color:#000000;
	text-decoration:none;
} 
.photoright {	
	position: relative;
	border-right :3px solid #CCCCCC;
	border-bottom : 3px solid #CCCCCC;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
	clear:both;
	float:right;
}
.photoleft {	
	position: relative;
	border-right :3px solid #CCCCCC;
	border-bottom : 3px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
	clear:both;
	float:left;
}
.accueiltxtright {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	clear:right;
}
.accueiltxtleft {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	clear:left;
}

/* chambres */
#tablochambre {
	text-align:center;
	width:750px;
	margin:0 auto 0 auto;
	border:#006600 solid 1px;
}
#tablochambre tr{
	background-color:#c5cebd;
}

/* contact */
#portraits {
	width:250px;
	position: relative;
	border-left :3px solid #CCCCCC;
	border-bottom : 3px solid #CCCCCC;
	vertical-align: middle;
	margin:60px 10px 0 10px;
	clear:both;
	float:right;
	padding:5px;
	font-family:"Times New Roman", Times, serif;
}
#portraits span {
	font-family: Arial, Helvetica, sans-serif
}
.green {
	background-color:#e0fff9;
}

/* Région  */
#menuR {
	text-decoration:underline;
	margin: 10px auto 25px 100px;
}

/* photos*/
.tablophoto {
	text-align:center;
	border:#006600 solid 1px;
	width:100%;
	padding:5px;
	background-color:#003f0c;
}
.tablophoto img {
	border:#FFFFFF solid 3px;
}

/* plan */
#Gmap { 
	height: 400px;
	width: 750px; 
	padding : 10 px; 
	margin : 0 auto;
	border:thin solid #006600;
}