/***************************
	Part 1 (Présentation)
****************************/
#part1{
	background: #FEFEF5 url(../images/part1.jpg) top center no-repeat;
}

#presentation{
	width: 900px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#presentation h1{
	font-size: 72px;
	text-align: center;
}

#presentation p{
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
}

/**********Titre de la section 1**********/
#prestitle{
	width: 900px;
	height: 100px;
}

/*****Colonne gauche de la section 1*****/
#presrowa{
	width: 450px;
	height: 830px;
	float: left;
}

#presrowa p{
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

#presrowa br{
	margin-bottom: 12px;
}

/*****Colonne droite de la section 1*****/
#presrowb{
	width: 450px;
	height: 830px;
	float: left;
}

#presrowb img{
	height: 200px;
	margin-left: 120px;
	margin-top: 120px;
	margin-bottom: 70px;
}

#presrowb p{
	margin-left: 50px;
	margin-right: 50px;
	line-height: 28px;
}