/*page*/
h1{
	margin-bottom: 0;
	color: #ad8951;
	text-shadow: 0 1px 12px black;
	margin-left: 30px;
	font-size: 26px;
}
#histo{
	height: auto;
	width: 785px;
	background-image: -moz-linear-gradient(360deg, rgba(96, 96, 96, 0.67) 0%, rgba(79, 73, 65, 0.77) 99.4%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, from(rgba(96, 96, 96, 0.67)), color-stop(0.994, rgba(79, 73, 65, 0.77)));
	position: relative;
	top: 90px;
	display: block;
	float: right;
	left: -11px;
	opacity: 1;
}
#histo p{
	color: #ffffff;
	text-align: justify;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}
#histo p:hover{
	text-shadow: 0 0 4px rgb(221, 164, 40);
}
#histo aside{
	height: 330px;
}
#histo aside h2{
	margin-left: 20px;
	font-size: 15px;
}
#sup{
	width: 1px;
	font-size: 10px;
	padding: 10px;
}
#Suite {
	margin-left: 720px;
}
#Suite a{
	font-size: 20px;
	color: #dac5a3;
	text-align: right;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#Suite a:hover{
	font-size: 20px;
	text-decoration: underline overline;
	color: #dac5a3;
	text-shadow: 2px 4px 4px #dac5a3, 0 0 4px #e9ddaa;
}