.send_mess {
	width: 100%;
	border: 1px solid #cee2c8;
	margin-top: 10px;
	}
	
td.send_mess_title {
	width: 35%;
	font-weight: bolder;
	color: #363e69;
	background: #cee2c8;
	}
	
td.send_mess_data {
	border-bottom: solid 1px #cee2c8;
	text-align: left;
	padding: 10px;
	}

td.send_mess_fin {
	text-align: center;
	padding: 10px 0;
	}

.boite_mess {
	padding: 0.5em;
	text-align: center;
	}
	
.boite_id_mess {
	width: 17em;
	margin: 10px auto;
	border: 1px solid #006e3c;	
	background-color: #e5efe2;
	}

.boite_id_mess table.recherche td {
	font: 10px verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	}
	
.boite_id_mess table.recherche td.left {
	font-weight: bold;
	}

.boite_id_mess table.recherche td.right {
	width: 60%;
	}	
	
.boite_id_mess table.recherche td.right input {
	width: 98%;
	}	
	
.boite_id_mess table.recherche td.error {
	text-align: right;
	color: #F30;
	font-weight: bold;
	}

.boite_id_mess table.recherche td.bouton input {
	margin: 3px 0 0 0;
	}
	
.boite_mess p.intro, .boite_mess ul.subs {
	text-align: left;
	}
	
input[title="Recopier le code de s�curit�"] {
	position: relative;
	bottom: 5px;
	}
	
.creer_compte {
	position: relative;
	bottom: 3px;
	width: 183px;
	height: 23px;
	border: 0;
	background: url('../png/bouton_creer-compte.png') no-repeat 0 0;
	}
	
.creer_compte:hover {
	background-position: 0 -23px;
	}
	
#boite_param_envoi_message {
	display: none;
	width: 360px; 
	height: 127px; 
	margin: -8.2em auto 0;
	padding: 4.3em 3em 0em 1.2em;
	background: url('../png/background_param_envoi.png') no-repeat 0 0;
	position: relative;
	z-index: 2;
	}
	
#boite_param_envoi_message h2 {
	position: relative;
	right: 22px;
	}		
	
#boite_param_envoi_message input.saisie:hover, #boite_param_envoi_message input.saisie:focus {
	background-color: #e5efe2;
	border: 1px solid #006e3c;
	}	