/* CSS Document */

body {
	background-image: url(../imgs/fondCraft.jpg);
	background-repeat:repeat;
}

#center {
	position: absolute;
	height: 731px;
	width: 1052px;
	left:50%;
	top: 1%;
	margin-left: -526px;
	background-image:url(../imgs/index.jpg);
}

#baseline {
	position: absolute;
	height: auto;
	width: 800px;
	left:50%;
	margin-left: -400px;
	top: 800px;
	text-align:center;
}

#center #logo {
	position: absolute;
	height: 365px;
	width: 328px;
	left:47%;
	top: 6%;
	margin-left: -164px;
}

#fr {
	position: absolute;
	margin:660px 0 0 600px;
}

#eng {
	position: absolute;
	right:1%;
	margin:660px 0 0 750px;
}

h6 {
	color:#993300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 1.5;
}

a:link,a:visited {
	color:#993300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.5;
	text-decoration:none;
}

a:hover {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.5;
	text-decoration:none;
}

.centre {
	text-align: center;
}