body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#d2c4b6;
	margin:0;
	padding:0;
	text-align:left;
	font-size:10px;
	color:#333;
}

* { behavior: url('css/iepngfix.htc') }

h1 {
	font-size:14px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 { font-size:16px; color:#beaf9b; }
h3 { font-size:18px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	margin-bottom:10px;
}

a 			{ color: #333333;}
a:link 		{ text-decoration: none;}
a:visited 	{ text-decoration: none;color: #333333;}
a:hover 	{ text-decoration: underline;color: #999999;}
a:active 	{ text-decoration: none;color: #333333;}

p, form {
	margin:0;
	padding:0;
}

.titregris{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
}

#main {
	width:800px;
}

#entree {
	position:relative;
	width:100%;
	height:472px;
	background: url('entree.jpg') no-repeat;
	clear:both;
}

#entree_visit {
	position:absolute;
	left:440px;
	bottom:140px;
	width:200px;
	height:34px;
}

#entree_visit a {
	width:100%;
	height:100%;
	display:block;
	background:url('entree_visit.gif') no-repeat center;
}

#entree_visit a:hover {
	width:100%;
	height:100%;
	display:block;
	background:url('entree_visit_hover.gif') no-repeat center;
}

#bottom {
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	position:relative;
	width:100%;
	height:20px;
	clear:both;
}