body{
	background-color: #45002d;

}
.page{
	position: relative;
	width : 750px;
	height: auto;
	left: 50%;
	margin-left:-375px; 
}

header{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 50px;
	height: auto;
	background-color: #7d3458;
	text-align: center;
	width: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 3px;
	color : white;
}

.mon_portrait{
	position : absolute;
	top : 0px;
	left :30px;
	border-radius: 50%;
	height: 100px;
}

.left_part{
	position: absolute;
	left: 0px;
	top : 200px;
	width : 150px;
}

.form_1{
	position: absolute;
	left : 0px;
	border-radius: 3px;
	background-color: #7d3458;
	width : 150px;
	color : white;
}

.form_2{
	position: absolute;
	left : 0px;
	top : 30px;
	border-radius: 3px;
	background-color: #7d3458;
	width : 150px;
	color : white;
}

.form_3{
	position: absolute;
	left : 0px;
	top : 60px;
	border-radius: 3px;
	background-color: #7d3458;
	width : 150px;
	color : white;
}