#box_message {
	width: 690px;
	margin-left: auto;
	margin-right: auto;	
}

#header_message {
	width: auto;
	height: 38px;
	color: white;
	/*background-color: #c32788;*/
	line-height:38px;
	padding-left: 30px;
	font-size:19px;
	background-image: url('../images/pages/potin/tete_potin.gif');
	background-repeat: no-repeat;
}

#zone_message {
	color: white;
	padding-top: 10px;
	font-family: Arial, Verdena;
	background-color: #585858;
	
}
/* pagination */
div#pagination
{
padding-top:10px;
background-color:#585858;
text-align:center;
color: #00a9ff;
font-weight: bold;
}

div#pagination a
{
text-decoration:none;
}

a.page_en_cours
{
color:white;
}

a.autres_pages
{
color: #00a9ff;
}
p.btn_retour {
	margin-bottom: 7px;
	text-align:right;
	width: 664px;
}

/* tableaux des messages */
#table_messages{
	width: 640px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	background: #a3a3a3;
	text-align:left;
	border:none;
}
#table_messages thead {
	background: url('../images/pages/potin/tete_sujet.gif') no-repeat;
	height:27px;
	vertical-align: middle;
}
#table_messages th.message { padding-left: 10px;}

#table_messages tr { border-bottom: 1px solid #cccccc;}

#table_messages td.auteur { border-right: 1px solid #d9d9d9; padding-bottom: 15px; padding-top:3px;}
#table_messages td.auteur a { color:white; text-decoration:none;}
#table_messages td.auteur img { border:1px solid white;}
#table_messages td { vertical-align: top; border-bottom: 1px solid #cccccc;}

div.message { padding: 8px; overflow:auto; white-space:nowarp; text-align: justify;}
.auteur { width:123px; padding-left:10px;}
div.date_message { border-bottom:1px solid #cecece; padding-left: 8px; text-align:left;}

span.effacer { margin-left: 310px; text-align:right; }

div#box_rediger
{
	margin:20px auto 0px auto;
	color:white;
	width:570px;
	height:137px;
	background-color:#65a021;
	padding-top:5px;
	padding-left:20px;
}
p#titre_box_com
{
display:inline;
}

input#valider
{
	float:right;
	margin-right:14px;
}
div#box_rediger textarea
{
	border:1px solid black;
	margin-top:5px;
	margin-bottom:3px;
	overflow: auto;
}


#footer_message {
	height: 18px;
	background-image: url('../images/common/box_bottom.gif');
	background-repeat: no-repeat;
}



