/* TITRES */
	h1 {
		font-size: 24px;
		text-transform: uppercase;
		font-weight: bold;
		color:#97A8AC;	
		float: left;
		background-image: url(../images/h1.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		padding-bottom: 5px;
		margin-bottom: 25px;
		line-height: 24px;
		}

	h2 {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: normal;
		color:#97A8AC;		
		float: left;
		padding: 15px 0px 0px 5px;
		line-height: 18px;
		}

	h3 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		color:#97A7AB;
		line-height: 18px;
		margin: 25px 0px 15px 0px;
		}

/* TYPOS */
	.bold {
		font-weight: bold;
		}
	.introduction {
		font-size: 12px;
		font-weight: bold;
		color:#666666;
		margin: 15px;
		}
