@charset "utf-8";
/* CSS Document */

.page {
	width:996px;
	height:730px;
	background-image: url(../images/photo-page/diamant_trans.jpg);
	background-repeat: no-repeat;
	background-position: right 400px;
	padding-bottom:0px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
form {
	width: 438px;
	position: absolute;
	top: 50px;
	height: 410px;
	left: 60px;
}
form div {
	margin-bottom: 10px;
}
form label {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
}
form .bouton_form {
	margin-left: 150px;
}
form .mess_info {
}
.liste_message {
	width: 438px;
	position: absolute;
	left: 494px;
	top: 50px;
	overflow: auto;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 650px;
}
.liste_message h1 {
	margin-bottom: 50px;
}
.liste_message li {
	width: 400px;
	margin-bottom: 50px;
}
.liste_message h2 {
	margin: 0px;
	padding: 0px;
}
.liste_message p {
	margin: 0px;
	padding: 0px;
}
