html { 	height:100%; } 

body { 	height: 100%;
		max-height: 100%;
		background-color: #000000;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-image:url(images/background.gif); background-repeat:no-repeat; background-position:center center;}

body, td, tr, p, font, span {	color: #FFFFFF;
									font-family:Arial, Helvetica, sans-serif;
									font-size:12px;	}

img				{	border:	none;	}

.bold			{	font-weight: bold;	}
.notbold		{	font-weight: normal;	}
.link			{	text-decoration: underline;	}
.notlink		{	text-decoration: none;	}
.rouge			{	color: #A30000;	}
.brunpale		{	color: #e3dbd0; }

.menu			{	padding-top: 10px;
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 13px;		}

A:link {	text-decoration: underline;		color: #7a7167;		font-size:12px;		}
A:visited {	text-decoration: underline;		color: #7a7167;		font-size:12px;		}
A:active {	text-decoration: underline;		color: #FFFFFF;		font-size:12px;		}
A:hover {	text-decoration: underline;		color: #FFFFFF;		font-size:12px;		}

.t8				{	font-size:8px;	}
.t10			{	font-size:10px;	}
.t11			{	font-size:11px;	}
.t12			{	font-size:12px;	}
.t13			{	font-size:13px;	}
.t14			{	font-size:14px;	}
.t18			{	font-size:18px;	}

.tblanc			{	color: #FFFFFF;	}
.tnoir			{	color: #000000;	}
.torange		{	color: #cd7f2a;	}
.torangepale	{	color: #f9ca96;	}


.textform		{	font-size:11px;
					height: 14px;
					width: 145px;
					border: 1px solid #8a7861;
					background-color: #c0b3a3;}

.textmessage	{	font-size:11px;
					width: 145px;
					border: 1px solid #8a7861;
					background-color: #c0b3a3;	}




a.info{				position:relative;	/*this is the key*/
					z-index:24;	}

a.info:hover{		z-index:25;}

a.info span{		display: none}

a.info:hover span{  display:block;		/*the span will display just on :hover state*/
					position:absolute;
					font-weight: normal;
					top:2em; 
					left:2em; 
					padding:2px 0;
					width: 110px;
					border:1px solid #eea854;
					background-color:#dd8822; 
					color:#fff;
					text-align: center;		}