a:link {
	color:#000000;
	font-weight:bold
}      /* unvisited link */
a:visited {
	color:#000000;
	font-weight:bold
}  /* visited link */
a:hover {
	color:#000000;
	font-weight:bold
}  /* mouse over link */
a:active {
	color:#000000;
	font-weight:bold
}  /* selected link */
@font-face {
	font-family: "Ariston Normal";
 	src: url('ariston.ttf');
}
@font-face {
	font-family: "Grunge";
	src: url('grunge.ttf');
}
img{
	border: none;
}
html {
	font-size: 100%;
}
body {
	font-size: 0.9em;
	font-family: Constancia, sans-serif;
	background-repeat: no-repeat;
	background-align: center;
}
h2, h1 {
	text-align: center;
	font-family: "Ariston Normal";
}
ol, ul, li {
	padding: 0;
	margin: 1em;
}
#accueil{
	float:center;
	height: 750px;
}
#top {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 300px;
	margin-right:300px;
	text-align: center;
	background: white;
}
#colonne1{
	float:left;
	height: 490px;
	width: 300px;
	margin-top:40px;
	padding: 20px 0px;
	background:url("./construction.png") repeat-y;
	font-family: "Ariston Normal";
	font-weight: bold;
	font-size: 2em;
	color: #c1111c;
}
#champdesc{
	text-align: center;
	margin-top: -80px;
}
#colonne2{
	float:right;
	height: 490px;
	width: 300px;
	margin-top:40px;
	padding: 20px 0px;
	background:url("./construction.png") repeat-y;
}
#construction {
	text-align: center;
	height: 1.5em;
	font-weight: bold;
	font-size: 2em;
	text-align:center;
	z-index: 4;
	color: black;
}
#center{
	text-align: center; 
	padding: 1px 20px;
	background: white;
}
#explication{
	font-family: "Ariston Normal";
	margin-left: -10px;
	font-weight: bold;
	font-size: 2em;
	color: #c1111c;
}
#hovered{
	margin-top: 20px;
}
#text {
	max-height: 600px;
	overflow: -moz-scrollbars-vertical;
	overflow: -moz-scrollbars-horizontal;
	overflow-x: auto;
	overflow-y: auto;
}
#footer {
	margin-top:45px;
}
#footer-text {
	font-family: "Grunge";
	padding-right: 242px;
	height:45px;
}
