/* CSS Document */

#photo_droit{
	float:right;
	padding: 5px;
	height: auto;
}
#photo_gauche{
	float:left;
	padding: 5px;
}

.div_principale{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;


}

.div_gauche{
	float: left;
	width:48%;
	text-align: justify;
	background-color: lightblue;
	font-size: 18px;
	padding: 3px 3px 3px 3px;
	height: 600px;
	margin-bottom: 0px;
}
.div_droite{
	float: right;
	width: 48%;
	text-align: justify;
	background-color: lightblue;
	font-size: 18px;
	padding: 3px 3px 3px 3px;
	height: 600px;
	margin-bottom: 0px;
}
.div_bp_gauche{
	float: left;
	width:48%;
	background-color: lightblue;
	font-size: 18px;
	height: 20px;
	padding: 0px 3px 0px 3px;
	margin-top: 0px;
	margin-bottom: 4px;

	
}
.div_bp_droite{
	float:  right;
	width: 48%;
	
	background-color: lightblue;
	font-size: 18px;
	height: 20px;
	padding: 0px 3px 0px 3px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.p_indent{
	text-indent: 20px;
}

