@charset "utf-8";
/* CSS Document */

.centrare	{
				position: absolute;
				width: 98%;
				top: 0px;
			}
			
.container	{
				position: relative;
				width: 950px; 
				height: 2210px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				color: #003366;
				line-height: 20px;
				word-spacing: 2px;
				text-align: left;
				text-decoration: none;
			}
			
.header	{
			position: absolute;
			background-image: url(header.png);
			width: 950px;
			height: 164px;
			top: 0px;
			left: 0px;
			z-index: 10;
		}
			
.content	{
				position: absolute;
				width: 950px;
				height: auto;
				top: 170px;
				left: 0px;
			}
		
		
				
.links	{ 
			text-decoration: none;
			color: #F6F6F6;
		}
.links:link	{ 
				text-decoration: none;
				color: #F6F6F6;
	  		}
.links:hover	{
					text-decoration: none;
					color: #FF3300;
				}
				
				
				
.links_footer	{ 
					text-decoration: none;
					color: #FF3300;
				}
.links_footer:link	{ 
						text-decoration: none;
						color: #FF3300;
	  				}
.links_footer:hover	{
						text-decoration: none;
						color: #003366;
					}			
					
					
					
.links_jos_de_tot	{ 
						text-decoration: none;
						color: #D6D6D6;
					}
.links_jos_de_tot:link	{ 
							text-decoration: none;
							color: #D6D6D6;
	  					}
.links_jos_de_tot:hover	{
							text-decoration: none;
							color: #FF3300;
						}
					
					
					
.jos_de_tot	{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				color: #D6D6D6;
				line-height: 20px;
				word-spacing: 2px;
				text-align: left;
				text-decoration: none;
			}


