*
{
	padding:0px;
	margin:0px;
	border: none;
	font-family: Palatino Linotype, Serif;
	font-size: 13px;
	text-transform:uppercase;
	
	font-weight: bold;
	font-style: normal;
	color: #000032;
	text-decoration: none;
}
body, div
{
	padding:0px;
	margin:0px;
}
body
{
	height:100%;
	width:100%;
	background: #000;
	overflow: hidden;
}
h1
{
	font-size:14px;
	font-weight: bold;
	margin-bottom: 8px;
}
p
{
	margin-bottom: 8px;
}
input, textarea
{
	background: #9c877b; 
	border: 1px solid black;
	text-transform:none;
}
b
{
	color: #ff3334;
}
.input_img
{
	border:none;
	overflow: hidden;
	width:83px;
	height:41px;
	font-size:1px;
	background-color:transparent;
	cursor: pointer;
}
a.btn_ok
{
	display: block;
	background:url(../images/Btn_Ok.jpg) no-repeat center center;
	width:83px;
	height:41px;
	margin:auto;
}
a.btn_ok:hover
{
	background-image:url(../images/Btn_Ok_hover.jpg);
}
.button
{
	width:70px;
	height:30px;
	font-size:1px;
	background-color:transparent;
	border:0;
	padding:14px 0;
}
strong
{
	font-weight: bold;
}
a
{
	font-weight: bold;
}
#fond
{
	position: absolute;
	top:0px;
	left:0px;
	height:985px;
	width:1200px;
	top:50%;
	left:50%;
	margin-top:-545px;
	margin-left:-600px;
	background: url('../images/accueil/Fondbis.jpg') center center no-repeat;
	z-index:200;
}
#decor
{
	position: absolute;
	top:50%;
	left:50%;
	height:570px;
	width:1000px;
	margin-left: -500px;
	margin-top: -300px;
	z-index:200;
}
#gauche
{
	position: absolute;
	top:23px;
	left:148px;
	z-index:10;
}
#droite
{
	position: absolute;
	top:23px;
	left:525px;
	z-index:10;
}
#footer
{
	position: absolute;
	bottom:0px;
	left:0px;
	height:33px;
	line-height: 33px;
	vertical-align: middle;
	text-align:center;
	font-size:11px;
	width:100%;
	background: url('../images/accueil/Footer.png');
	z-index:300;
	color: #00abab;
}
#footer a
{
	margin:1px 2px;
	line-height: 33px;
	vertical-align: middle;
	color: #00abab;
}
#footer a:hover
{
	color: #FFF;
}
#footer #credit a
{
	line-height:16px;
	font-size:12px;
}
#onglet
{
	position: absolute;
	top:54px;
	left:880px;
}
#onglet a
{
	float:left;
	clear:both;
	width:100px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	margin: 32px 0px;
	text-transform: uppercase;
}
#onglet a#histoire
{
	margin: 31px 2px;
	color:#660000;
}
#onglet a#histoire:hover
{
	color:#993333;
}
#onglet a#visite
{
	margin: 22px 0px;
	color:#663300;
}
#onglet a#visite:hover
{
	color:#99CC33;
}
#onglet a#forum
{
	margin: 48px 8px;
	color:#996600;
}
#onglet a#forum:hover
{
	color:#CC9933;
}
#XiTi
{
	display: none;
}
#inscription
{
	position: absolute;
	/*
	top:490px;
	left:590px;
	*/
	top:213px;
	left:55px;
	width: 207px;
	overflow: hidden;
	text-align:center;
	z-index:200;
}
#inscription a, #inscription input
{
	color:#CC9933;
	font-size:20px;
	line-height:19px;
}
#inscription input
{
	border:none;
	background:transparent;
	cursor:pointer;
	margin-top:5px;
}
#inscription a:hover, #inscription input:hover
{
	color:#CCCC33;
}
a:hover
{
	color: #7f1212;
}
.small
{
	font-size:12px;
}
.visible
{
	display: block;
}
.hidden
{
	display: none;
}
.floatR
{
	float: right;
}
.floatL
{
	float: left;
}
.blink
{
	text-decoration: blink;
}
.blink:hover
{
	text-decoration: none
}
div#qTip {
	padding: 4px;
  	border: 1px dotted #E9E1D1;
  	display: none;
	background: #9E8D79;
	color: #fff;
	position: absolute;
	font-size : 11px;
	z-index: 3500;
	-moz-border-radius : 8px;
	
}
