body {
	background:#2b2317;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

p, h1, h2, h3, div, form {
	margin:0;
	padding:0;
}

#master {
	width:950px;
	height:550px;
	background:url(../images/fond.jpg) no-repeat top left;
	margin:15px auto 0 auto;
	border:#C7BB7A 1px solid;
}

#entete {
	width:950px;
	height:128px;
}
#entete img {
	float:left;
	width:87px;
	margin:15px;
}
#entete h1 {
	float:left;
	width:570px;
	color:#C7BB7A;
	font-size:32px;
	font-weight:normal;
	margin:50px 0 0 0;
}
#entete p {
	float:left;
	width:140px;
	margin:60px 0 0 100px;
}
#entete p img {
	float:left;
	margin:0 0 0 5px;
	padding:0;
	border:0;
	width:17px;
}

#contenu {
	text-align:center;
	margin:35px 0 0 0;
	font-size:14px;
	height:70px;
	font-weight:bold;
}
#contenu span {
	color:#C7BB7A;
}

#pied {
	text-align:center;
	font-size:9px;
}
#pied a {
	color:#FFFFFF;
	text-decoration:none;
}
#pied a:hover {
	text-decoration:underline;
}

#xiti-logo {
	position:relative;
	width:950px;
	margin:10px auto;
	text-align:center;
}

.lienrefman{
	text-decoration:none;
	color:#C7BB7A;
	cursor:default;
}