body#formationBody {
	background: transparent url(../images/formation_body_bg.jpg) center top no-repeat;
	font: normal normal normal 12px/18px Times, serif;
}

div#formation h1 {
	display: none;
}

div#formation {
	background: #fff;
	padding: 0 4px;
	width: 892px;
	margin: 0 auto 4px;
}

div#formation div#header {
	height: 128px;
	background: transparent url(../images/formation_header.jpg) center top no-repeat;
	font-size: 14px;
}

div#formation div#header a {
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	margin-top: 105px;
	height: 23px;
	line-height: 25px;
	text-align: center;
}
html > body div#formation div#header a {
	*line-height: 23px;
}

div#formation a#back {
	font-size: 12px;
	width: 160px;
	padding-left: 5px;
}

div#formation a#formule1 {
	width: 228px;
	margin-left: 26px;
}

div#formation a#formule2 {
	width: 247px;
	margin-left: 1px;
}

div#formation a#formule3 {
	width: 224px;
	margin-left: 1px;
}

div#formation div.article {
	padding: 0 330px 0 10px;
	margin: 0 0 25px 0;
}

div#formation div.links {
	width: 215px;
	height: 85px;
	float: right;
	background: transparent url(../images/formation_boutons.jpg) left top no-repeat;
}

div#formation div.links a {
	display: block;
	width: 130px;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
	padding-left: 24px;
}
html > body div#formation div.links a {
	*width: 132px;
	*padding-left: 22px;
}

div#formation a.info {
	height: 24px;
	line-height: 24px;
	margin-top: 6px;
	color: #fff;
}

div#formation a.send {
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
	color: #000;
}

div#formation div.intro {
	background: transparent url(../images/formation_images1.jpg) right top no-repeat;
}
div#formation div.formule1 {
	height: 225px;
	background: transparent url(../images/formation_images2.jpg) right top no-repeat;
}
div#formation div.formule2 {
	height: 225px;
	background: transparent url(../images/formation_images3.jpg) right top no-repeat;
}
div#formation div.formule3 {
	margin-bottom: 4px;
	height: 313px;
	background: transparent url(../images/formation_images4.jpg) right top no-repeat;
}

div#formation div.intro ul {
	list-style: none;
	margin: 0 0 0 160px;
}

div#formation div.intro ul li {
	font-size: 12px;
	line-height: 15px;
	color: #7d7648;
}

div#formation div.intro ul li a {
	color: #7d7648;
}

div#formation div.formule3 ul {
	list-style: none;
	margin: 0 0 20px 0;
}

div#formation div.formule3 ul li {
	font-size: 12px;
	line-height: 15px;
}

div#formation div.formule3 ul li a {
}

div#formation h2,
div#facebox h2 {
	margin: 8px 0 20px 0;
	padding: 0 10px;
	display: block;
	height: 24px;
	line-height: 25px;
	font-size: 15px;
	background: #b0ad99;
	color: #fff;
	font-family: Times, serif;
	text-transform: none;
}
html > body div#formation h2 {
	*line-height: 24px;
}

div#formation h2 strong {
	color: #000;
}

div#formation p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 20px 0;
}

div#formationFooter {
	margin: 0 auto 25px;
	width: 900px;
	height: 23px;
	line-height: 23px;
	background: transparent url(../images/formation_footer.jpg) left top no-repeat;
	color: #4b492f;
}
html > body div#formationFooter {
	*padding: 0 0 25px 0;
}

div#formationFooter a {
	padding: 0 10px;
	color: #4b492f;
	text-decoration: none;
}

/*	[FORM]
	------------------------------------------------------------------------  */
	div#facebox #form {
		width: 500px;
		padding: 3px 8px;
		font-size: 13px;
	}

	div#facebox #form p {
		margin: 0 0 3px 0;
	}
	
	div#facebox #form label.float {
		display: block;
		float: left;
		width: 55px;
	}
	
	div#facebox #form td {
		height: 28px;
	}
	
	div#facebox #form input[type="text"] {
		width: 160px;
		padding: 2px;
	}
	
	div#facebox #form input[type="text"].small {
		width: 80px;
	}
	
	div#facebox textarea {
		width: 99%;
		height: 80px;
	}
	
	div#facebox .mandatory {
		font-size: 12px;
		font-style: italic;
	}
