@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #673b15;
}
#contenant {
	position: relative;
	height: 672px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
	margin-top: 3%;
}
#flash {
	position: absolute;
	height: 672px;
	width: 960px;
	visibility: visible;
	z-index: 1;
}
#contact {
	position: absolute;
	height: 96px;
	width: 96px;
	z-index: 2;
	left: 864px;
	top: 576px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FF3333;
}
#contact a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 53px;
	width: 96px;
	text-align: center;
	padding-top: 45%;
	letter-spacing: 0.1em;
}
#contact a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 53px;
	width: 96px;
	text-align: center;
	padding-top: 45%;
	letter-spacing: 0.1em;
}
#contact a:hover {
	text-decoration: none;
	background-image: url(../images/blanc-45.png);
	display: block;
	font-weight: lighter;
}
#contact a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 53px;
	width: 96px;
	text-align: center;
	padding-top: 45%;
	letter-spacing: 0.1em;
}
