/* 	LOYATE Lola
	Sujet de stage au Protectorat Saint-Joseph
	Du 10 mars au 16 avril 2010  */

/* CSS ACCUEIL */

@import url("base.css");

#photos_1
{
		width: 168px;
		height: 168px;
		left: 252px;
		top: 8px;
		position: absolute;
		background: url(images/photos_1.gif) no-repeat;
}

#photos_2
{
		width: 168px;
		height: 168px;
		left: 412px;
		top: 8px;
		position: absolute;
		background: url(images/photos_2.gif) no-repeat;
}

#photos_3
{
		width: 168px;
		height: 168px;
		left: 572px;
		top: 8px;
		position: absolute;
		background: url(images/photos_3.gif) no-repeat;
}

#photos_4
{
		width: 168px;
		height: 168px;
		left: 732px;
		top: 8px;
		position: absolute;
		background: url(images/photos_4.gif) no-repeat;
}

#photo_plan
{
		width: 335px;
		height: 260px;
		left: 480px;
		top: 600px;
		position: absolute;
		background: url(images/photo_plan.png) no-repeat;
}

#titre_presentation
{
		width: 310px;
		height: 62px;
		left: 480px;
		top: 350px;
		position: absolute;
		background: url(images/titre_presentation.png) no-repeat;
}

#texte_presentation
{
		width: 520px;
		left: 381px;
		top: 440px;
		position: absolute;
		text-align: justify;
		text-indent: 10px;
		font: 14px arial, "times new roman", times, sans-serif;
}

/* 	LOYATE Lola
	Sujet de stage au Protectorat Saint-Joseph
	Du 10 mars au 16 avril 2010  */