/* CSS Document */
/* RUBRIQUE DECOUVERTE */


/* PAGE STAGES */
#fondpagestages {
	background-color: #634c42;
	background-image: url(../images/fond-page-decouverte.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#texte-stages {
	text-align: left;
	margin-right: 10px;
	margin-left: 50px;
	font-size: 120%;
	line-height: 135%;
	color: #FFF;
	float: right;
	width: 540px;
}
#colonne-stage {
	float: left;
	width: 400px;
	padding-right: 0px;
	margin-top: 1100px;
}

#texte-stages a {
	color: #FFF;
}
#bt-stage {
	float: right;
}
#bt-stage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* PAGE INSPIRATION */
#fondpageinspiration {
	background-color: #65771f;
	background-image: url(../images/fond-page-inspiration.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#texte-inspiration {
	text-align: left;
	margin-right: 10px;
	font-size: 120%;
	line-height: 135%;
	color: #FFF;
	float: right;
	width: 680px;
}
#colonne-inspiration {
	float: left;
	width: 300px;
	margin-top: 2100px;
}




/* PAGE DECOUVERTE ATELIER */
#fondpagedecouverteatelier {
	background-color: #949dcb;
	background-image: url(../images/fond-page-travailafacon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#texte-decouverteatelier {
	text-align: left;
	margin-right: 300px;
	margin-left: 250px;
	font-size: 120%;
	line-height: 135%;
}

