/* CSS Document */

a:link { text-decoration:none; font-weight:bold; color:#ffffff; }
a:link { text-decoration:none; font-weight:bold; color:#ffffff; }
a:visited { text-decoration:none; font-weight:bold; color:#ffffff; }
a:hover { text-decoration:none; font-weight:bold; background-color:#808080; }
a:active { text-decoration:none; font-weight:bold; background-color:#808080; }

		
	html, body {

		/* overflow-y: hidden */
		background-color: #000000;		
		font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
		margin: 0;
		padding: 0;
		height: 100%;
		/* text-align: center; */
	}
	
	table#global {
		width: 100%;
		height: 100%;
		border-spacing: 0;
	}

	td#global-td {
		vertical-align: middle;
	}

	div#global-div {
		width: 800px;
		margin: 0 auto;
	}


	div#header {
		background: url(images/back_err.jpg) no-repeat 0 0 ;
		text-align: center;
		background-color: #000000;
		width: 100%;
		height: 100%;
		padding: 0 0 0 0;
		font-size:12pt;
		font-style:italic;	
		color:#b80000;
	}
	
	div#intro {
		width: 100%;
		height: 413px;
		padding: auto;
		font-size:10pt;	
		color:#FFFFFF;
		vertical-align: middle;
		text-align: center;
	}

	div#flashcontent {
		background: url(images/fond2.jpg) no-repeat 0 0 ; 
		width: 100%;
		height: 413px;
		padding: auto;
		font-size:10pt;
		/* font-style:italic; */
		color:#FFFFFF;
		text-align: center;
		/* vertical-align: middle; */ 
	}
	
	div#flashcontent2 {
		width: 100%;
		height: 413px;
		padding: auto;
		font-size:10pt;
		font-style:italic;
		color:#FFFFFF;
		text-align: center;
		vertical-align: middle;
	}
	
	div#footer {
		text-align: center;
		background-color: #000000;
		width: 100%;
		height: 100px;
		padding: 0 0 0 0;
		font-size:12pt;
		font-style:italic;	
		color:#FFFFFF;
	}		

