/*
	CSS
	DÉFINITION DES BALISES HTML PAR DÉFAUT
*/

	body{				margin:					0;
						background-color: 		#CFCFCF;
						font-family:			Trebuchet MS, Arial, Helvetica, sans-serif;
						font-size:				12px;
	}
	p{					margin: 				0;
						margin-bottom: 			20px;
						line-height:			16px;
						color:					#5E5E5E;
	}
	hr{					
						border:					0;
						height:					1px;
						color:					#DFDFDF;
						background-color:		#DFDFDF;
						margin-top:				15px;
						_margin-top:			8px;
						margin-bottom:			15px;
						_margin-bottom:			8px;
	}
	h1{					font-family:			"Times New Roman", Times, serif;						
						font-size: 				24px;
						font-weight:			normal;
						margin: 				0;
						padding:				0;
	}
	h2{					font-size: 				12px;
						font-weight: 			bold;
						text-transform:			uppercase;
						line-height:			24px;
						margin: 				0;
						padding:				0;
	}
	h3{					font-size: 				12px;
						font-weight: 			bold;
						line-height:			24px;
						color:					#3E623B;
						margin: 				0;
						padding:				0;
	}
	ol,ul{				font-size: 				14px;
						font-family:			"Times New Roman", Times, serif;
						margin:					0;
						padding-left:			30px;
						line-height:			24px;
	}
	img{				border:					0;
	}
	form{				margin: 				0;
						padding: 				0;
	}
	form label{			display:				block;
	}
	input,select,textarea{
						border:					1px solid #877d5f;
						font-size:				12px;
						margin-bottom:			12px;
	}
	a:link, a:active{	color:					#557952;
						text-decoration:		underline;
	}
	a:visited{			color:					#4F4F4F;
	}
	a:hover{			text-decoration:		none;
	}