/* CSS Document */
/* RUBRIQUE POTERIE D'ART */


/* PAGE PORTRAIT */
#fondpageportrait {
	background-color: #e7d147;
	background-image: url(../images/fond-page-portraits.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#texte-portrait {
	text-align: left;
	margin-right: 100px;
	margin-left: 200px;
	font-size: 120%;
	line-height: 135%;
}


/* PAGE CREATION */
#fondpagecreation {
	background-color: #78a2b1;
	background-image: url(../images/fond-page-creation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#texte-creation {
	text-align: left;
	margin-right: 295px;
	margin-left: 10px;
	font-size: 120%;
	line-height: 135%;
	color: #FFF;
}



/* PAGE TARVAIL A FACON */
#fondpagetravailafacon {
	background-color: #949dcb;
	background-image: url(../images/fond-page-travailafacon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#texte-travailafacon {
	text-align: left;
	margin-right: 300px;
	margin-left: 250px;
	font-size: 120%;
	line-height: 135%;
}
#images-travailafacon {
	width: 194px;
	float: left;
	margin-left: 10px;
}


/* PAGE SECRET DE FABRICATION */
#fondpagesecret {
	background-color: #c49457;
	background-image: url(../images/fond-page-secret.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#texte-secret {
	text-align: left;
	margin-right: 100px;
	margin-left: 200px;
	font-size: 120%;
	line-height: 135%;
	color: #FFF;
}


/* PAGE PATRIMOINE */
#fondpagepatrimoine {
	background-color: #FFF;
	background-image: url(../images/fond-page-patrimoine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#texte-patrimoine {
	text-align: left;
	margin-left: 350px;
	font-size: 120%;
	line-height: 135%;
	margin-right: 10px;
	color: #8a7766;
}
#phototravailafacon {
	width: 750px;
}
#phototravailafacon  a {
	color: #900;
}

