/*
	CSS
	DÉFINITION DES BALISES HTML PAR DÉFAUT
*/
	*{
						margin:					0px;
	}
	
	body{
						padding:				0px;
						background-color:		#FFFFFF;
						text-align:				center;
						font-family: 			Georgia, "Times New Roman", Times, serif;
						color:					#666666;
						background-image:		url(../medias/interface/com_pattern_bkg2.gif);
						background-repeat:		repeat;
	}
	
	h1{
						font-size:				28px;
						font-weight:			normal;
						line-height:			24px;
						color:					#7c6343;
						margin:					0 0 4px 0;
	}
	
	h2{
						margin:					0 0 8px 0;
	}
	
	h3{
	}
	
	h4{
						font-size:				14px;
						color:					white;
	}
	
	h5{
						font-size:				12px;
						color:					white;
	}
	
	p{
						margin-bottom: 			20px;
						font-size:				11px;
						color:					#612b2b;
	}
	
	a:link, a:active, a:visited{	
						color:					#FFFFFF;
						text-decoration:		underline;
	}
	
	a:hover{			color:					#612b2b;
	}
	
	img{
						border:					0px;
	}
	
	form{
						margin:					0px;
	}