/*
	CSS
	HTML DEFAULT TAGS DEFINITION
*/
	html{
			margin:					0;
			padding:				0;
			width:					100%;
			height:					100%;
	}
	
	body{
			margin:					0;
			padding:				0;
			width:					100%;
			height:					100%;
			font-family:			Georgia, "Times New Roman", Times, serif;
			font-size:				12px;
			color:					#14130f;
			background:				url(../medias/interface/bkg.jpg) top left repeat #14130f;
	}
	
	p {
			color:					#14130f;
			font-weight:			normal;
			font-size:				12px;
			clear:					left;
			margin:					0 0 16px 0;
			padding:				0 0 0 0;
			line-height:			14pt;
	}
	
	a:link, a:active, a:visited {
			color:					#414b56;	
			font-size:				12px;
			font-weight:			normal;
			text-decoration:		underline;
	}
	
	a:hover {			
			text-decoration:		none;
			color:					#899678;
	}
	
	img{
			border:					0;
	}
	
	form{
			margin:					0;
	}
	
	hr {
			background-color:		#FFFFFF;
			border-color:			#cccccc;
			border-style:			none none dotted;
			border-width:			1px;
			color:					#FFFFFF;
			margin:					0 0 0 0;
	}
	
	table{
			width:					100%;
			background-color:		none;
			border:					0px;
			border-collapse:		collapse;
	}
	
	tr {
			border:					0px;
			border-collapse:		collapse;
	}
	
	td {
			border:					0px;
			border-collapse:		collapse;
	}
	
	h1 {
			font-size:				22px;
			margin:					5px 0 2px 0;
			padding-bottom:			15px;
	}
	
	h2 {
			font-size:				16px;
			margin:					0 0 0 0;
			padding-top:			12px;
			padding-bottom:			6px;
	}
	
	h3 {
			font-size:				14px;
			margin:					0 0 2px 0;
	}
	
