body
{
	background-color: #ffffbe;
}
#header
{
	background-image: url("../res/image000.gif");
	border-bottom: 2px solid black;
	
	width: 898px;
	height: 199px;
	
	position: absolute;
	left: 15%;
}
#menu
{
	position: absolute;
	left: 20%;
	top: 40%;
}
#corp
{
	border: 1px solid #235632;
	color: #235632;
	font-family: "Arial Black", "Times New Roman", Verdana, serif;
	font-size: x-large;
	
	padding: 12px;
	width: 53%;
	
	position: absolute;
	left: 20%;
	top: 55%;
}
#footer
{
	border-top: 2px solid black;
	
	position: absolute;
	top: 140%;
}
.image
{
	border: none;
}
.lienIndex
{
	background-color: #ffa994;
	border: 2px solid black;
	font-family: "Arial Black", "Times New Roman", Verdana, serif;
	font-size: 3em;
	color: #235632;
}
.lienIndex:hover
{
	background-color: #ffffbe;
	text-decoration: none;
}
.lienIndex:focus
{
	background-color: #ffffbe;
	text-decoration: none;
}
.lienIndex:active
{
	background-image: url("../res/degraderBouton.png");
}