	/* hide from ie on mac \*/
	html
	{
		height: 100%;
		overflow: auto;
	}
	
	.flashcontent
	{
		height: 50%;
	}
	/* end hide */

	html, body {overflow:hidden;margin:0px;padding:0px;}
	
	body {	
		background-image: url(../images/fond.jpg);
		background-color: #000000;
		background-image: url(../images/fond.jpg);
    	background-repeat: no-repeat;
		color: #cccccc;
	}

	#header { 
			position:fixed;
			overflow:auto;
			right:0px;
			left:0px;
			top:0px;
			height:25px;
			background-color: #000000;
			font-size:90%;
			color:#cccccc;
	}
	
	#content { 
			position:fixed;
			overflow:auto;
			right:0px;
			left:0px;
			bottom:0px;
			top:25px;
			background-color: #000000;
			color:#cccccc;
	}

	#footer { 
			position:fixed;
			overflow:auto;
			right:0px;
			left:0px;
			bottom:0px;
			height:25px;
			background-color: #000000;
			font-size:90%;
			color:#cccccc;
			text-align: center;
	}

	a {	
		color:#cccccc;
	}
	
	.p1
	{
		position: relative;
		left: 20%;
		font-family: verdana, arial, serif;
	}

	.p2
	{
		position: relative;
		left: 25%;
		font-family: verdana, arial, serif; 
	}
	
	.p3
	{
		position: relative;
		left: 30%;
		font-family: serif;
		font-family: verdana, arial, serif;
	}

/* if lt IE 7 \*/
		html, body {height:100%;}
		html {padding-top:25px}
		#header, #content, #footer {
			position:absolute;
			width:100%;
		}
		#content {
			position:absolute;
			height:100%;
		}
/* endif */
