#tribune {
	width:100%;
	margin-top:5px;
}
#tribune .texte {
	padding:0 5px;
	text-align:justify;
}
#tribune .action {
	width:100%;
	margin-top:10px;
}
#tribune .action .btn {
	text-align:left;
	padding-left:5px;
}
#tribune .action .cat {
	text-align:right;
	padding-right:5px;
	vertical-align:middle;
}
#tribune .info {
	text-align:right;
	font-style:italic;
	margin-top:8px;
	padding:0 5px;
}

#tribune #charteBlock {
	margin:10px 0 30px;
	position:relative;
}
#tribune #charteBlock .charteLeft{
	position:absolute;
	width:35px;
	height:35px;
	background: url('http://static.reseaudesvilles.fr/default/images/forum/ico_red_20.png') no-repeat center 0;
}
#tribune #charteBlock .charteRight{ margin-left:40px; }
#tribune #btnBlock .fLeft { float:left; margin-top:7px;}
#tribune #btnBlock .fRight{ float:right; }

#tribune .forum_legend {
	margin:15px 0 0 10px;
}
#tribune .forum_ico div {
	margin:3px;
	font-style:italic;
}
/* #tribune .forum_ico.grey_ico12 { background: url('http://static.reseaudesvilles.fr/default/images/forum/ico_grey_12.png') no-repeat left center; }
#tribune .forum_ico.red_ico12 { background: url('http://static.reseaudesvilles.fr/default/images/forum/ico_red_12.png') no-repeat left center; }
 */
#tribune table {
	width:100%;
	border-collapse: collapse;
}
#tribune th {
	height: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #ddd;
	padding: 2px 7px;
}
#tribune td {
	padding: 10px;
	border: 1px solid #ddd;
}
#tribune th:first-child, #tribune td:first-child { text-align:left; }

#tribune table .forum_cat img, #tribune table .forum_cat a,
#tribune table .forum_subject img, #tribune table .forum_subject a {
	vertical-align: middle;
	display: inline-block;
}
#tribune table .forum_post_date {
	text-align: right;
	margin-top: 10px;
	font-style:italic;
}
#tribune table .forum_name { font-weight:bold; }
#tribune table .forum_function { padding-top:7px; font-style:italic; }

#tribune .gris { background-color:#ebebeb; }
#tribune td p {
	text-align: justify;
}
#tribune p.title {
	padding-left:5px;
	font-size:1.083em;
}
#tribune p.message {
	text-align:justify;
}
#tribune table .label {
	text-align:right;
	white-space:nowrap;
	width: 120px;
}
#tribune form table input, #tribune form table textarea {
	border:1px solid #4c4c4c;
}
#tribune form table input {
	width:150px;
}
#tribune form table textarea {
	width:360px;
	height:150px;
}
#tribune form td.submit {
	text-align:right;
}
#tribune form .submit input {
	text-align:center;
	background-color:#4c4c4c;
	color:#FFFFFF;
	width:70px;
	padding:1px 0;
}
#tribune .red {
	color:#ff0000;
}
#tribune .postadmin {
	padding-left:0;
	white-space : nowrap;
	background:url('http://static.reseaudescommunes.fr/default/images/forum/ico_red_12.png') left center no-repeat;
	padding-left:15px;
	font-style:italic;
	text-decoration:none;
}
#tribune .postvisit{
	padding-left:0;
	white-space : nowrap;
	background:url('http://static.reseaudescommunes.fr/default/images/forum/ico_grey_12.png') left center no-repeat;
	padding-left:15px;
	font-style:italic;
	text-decoration:none;
}

.userPicture {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 5px;
	overflow: hidden;
}