/* TITRES */
	h1 {
		text-transform: uppercase;
		font-size: 24px;
		line-height: 17px;
		font-weight: bold;
		color: #FFD731;
		padding-left: 13px;
		background-image:url(../images/h1_bg.gif);
		background-repeat: no-repeat;
		}

	h2 {
		text-transform: uppercase;
		font-size: 17px;
		line-height: 25px;
		font-weight: normal;
		color: #283250;
		margin: 0px 0px 15px 33px;
		}

	h3 {
		font-weight: bold;
		font-size: 11px;
		line-height: 14px;
		color: #283250;
		padding-left: 14px;
		margin: 15px 0px 5px 18px;
		background:url(../images/h3_bg.gif) no-repeat left 2px;
		}

		h3 a, h3 a:visited {
			color: #283250;
			text-decoration: none;
			}

		h3 a:hover{
			color: #283250;
			text-decoration: underline;
			}


/* TYPOS */
	.paragraphe {
		margin-left: 33px;
		line-height: 14px;
		}
	.paragraphe a{
		color: #969696;
		text-decoration: none;
		}
	.paragraphe a:hover{
		color: #969696;
		text-decoration: underline;
		}
	.bold {
		font-weight: bold;
		}
	.intro {
		margin-bottom: 20px;
		color:#283250;		
		line-height: 12px;
		}

/* LISTES */
	#centre ul {
	margin-left: 50px;
	line-height: 21px;
	}
	#centre ul li {
	list-style: none;
	background: url(../images/liste-puce_1.gif) no-repeat left 8px;
	padding-left: 10px;
	display: block;
	}
	#centre ul li a{	
	color: #969696;
	text-decoration: underline;
	}
	#centre ul li a:hover{	
	color: #969696;
	text-decoration: underline;
	}

/* FORMULAIRE */
	.field {
		width: 190px;
		height: 18px;
		line-height: 18px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica ;
		font-size: 11px;
		color: #283250;
		background-image: url(../images/field.gif);
		border: none;
		padding: 0px 5px;
		}
	.fieldBig {
		width: 403px;
		height: 121px;
		line-height: 18px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica ;
		font-size: 11px;
		color: #283250;
		background-image: url(../images/field_big.gif);
		background-repeat: no-repeat;
		border: none;
		padding: 5px;
		overflow: hidden;
		}
	.bouton {
		clear: both;
		margin-left:363px;
		background-color: #283250;
		color: #FFFFFF;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica ;
		font-size: 10px;
		width: 50px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		border: none;
		cursor: pointer;
		}
	.boutonOffre {
		background-color: #283250;
		color: #FFFFFF;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica ;
		font-size: 10px;
		width: 50px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		border: none;
		cursor: pointer;
		}

	.commentaire {
		display: block;
		width: 350px;
		font-size: 9px;
		color: #283250
		}
