@charset "iso-8859-1";
.post_view
{
	width: 97%;
	border-collapse: collapse;
	
}

.post_view td
{
	padding: 4px;	
	margin: 0;	
}

.post_view .userBlock
{
	background: #fffcd3;
	width: 120px;
	border: solid 1px black;
}

.post_view .noBorder
{
	border: 0;
}
.post_view .noBorder td
{
	padding: 0;
	border: 0;
	line-height: 3px;
	height: 3px;
	font-size: 3px;	
}


#post_form
{
	width: 97%;
	background: #fffcd3;
	border: solid 1px black;
}

#forum_previsu
{
	border: solid 1px black;
	padding: 5px;
	margin: 0 auto;
	width: 478px;
	display: none;
	
}

#post_form .largeur
{
	width: 535px !important;
}
.bb_barre
{
width: 539px
}

#topics_index, .topics_view
{
	margin: 5px;
}


#topics_index_search
{
	border:solid 1px black; 		
	background: #fffcd3;
	padding: 3px;
	margin: 5px;
}

#topics_index_search input
{	
	vertical-align: middle;	
}

.vote_up img, .vote_down img
{
	border: 0;
	width: 19px;
	height: 19px; 
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.vote_up img
{
	background: transparent url('/img/votes.gif') no-repeat scroll;
	background-position: -19px 0px;
}
	
.vote_down img
{
	background: transparent url('/img/votes.gif') no-repeat scroll;
	background-position: 0px 0px;
}	
.vote_down,.vote_up
{	
	padding: 0px;
	margin: 0px;	
}




