body,td,th {
	color: #000000;
	font-family: Century Gothic;
	font-size: 11px;
}
body {
	background-color: #FAE052;
}
#global {/*code ccs d'alsacreations à adapter à tes besoins*/
	position:absolute;
	left: 50%;
	top: 50%;
	width: 850px;
	height: 540px;
	margin-top: -270px; /* moitié de la hauteur */
	margin-left: -425px; /* moitié de la largeur */
    }
.Style1 {
	font-family: "Century Gothic";
	color: #938635;
	font-weight: bold;
	font-size: 16px;
}
	.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 4%;
			left: 5%;
			width: 90%;
			height: 70%;
			padding: 5px;
			border: 0px solid orange;
			background-color: transparent;
			z-index:1002;
			overflow: auto;
		}
a:link {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #938635;
}
a:active {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #938635;
}
a:hover {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #2B1B0D;
}
a:visited {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #660000;
}

.Style2 {
	font-size: 14px;
	font-weight: bold;
}
.Style3 {font-size: 12px}

div.button a  {font-family: "Century Gothic";
	font-size: 11px;
	color: #938635;}
div.button a:link {font-family: "Century Gothic";
	font-size: 11px;
	color: #938635;}
div.button a:hover {	font-family: "Century Gothic";
	font-size: 11px;
	color: #2B1B0D;}

