


#texte_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.container_global {
	position: relative;
	left: 50%;
	width: 100%;
	height: 400px;
	cursor: pointer;
	margin-left: -175px;
	overflow: auto;
	border: 1px  dashed ;

}


.container_message {
	width: 350px;

	border: 1px ;
	border-style: solid;
	font-size: 12px;
	margin-bottom:5px;
}


.container_message_extend {
	width: 350px;

	border: 1px ;
	border-style: solid;
	font-size: 12px;
	margin-bottom:5px;
}
#container_new_post {
	width: 350px;
	text-align: center;
	border: 1px dashed;
	font-size: 12px;
	font-weight: bolder;
}

.send_center {
	position: relative;
	width: 100%;
	height: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	background-color: #DEB887;
}

#entete {
	width: 100%;
	height: 20px;
	background-color: #DEB887;
	border-bottom-style: solid;
	border-bottom-width: 1px ;
		font-size: 12px;
	
}
.container_ajout {

	left: 50%;
	width: 350px;
	height: 355px;
	overflow: hidden;
   text-align: center;
}



#entete dl {
margin: 1px;
padding: 0px;
list-style-type: none;
float: left;
width: 48%;



}
.pseudo {


}
.date {

display:block;
text-align: right;
}

.corps_texte {
	position: relative;
	width: 100%;
	height: 20px;
	background-color: white;
}

.texte_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
