.menu{
	background: url('images/menu_bg.gif');
	text-align: center;
	height: 34px;
	}

.menu a{
	text-decoration: none;
	color: #FFFFFF;
	}

.menu a:link{
	text-decoration: none;
	color: #FFFFFF;
	}
	
.menu a:visited{
	text-decoration: none;
	color: #FFFFFF;
	}
	
.menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}
a {
	text-decoration: none;
	font-size: 14px;
	}

a:link{
	text-decoration: none;
	color: #A41A49;
	}
	
a:visited{
	text-decoration: none;
	color: #A41A49;
	}
	
a:hover{
	color: #A41A49;
	font-style: italic;
	text-decoration: none;
	}

body, td{
	font: normal 14px Verdana, sans-serif;
	}

input, textarea, select, iframe{
	border: 1px solid #A41A49;
	border-left: 3px solid #A41A49;
	padding: 0px;
	background: #EEEEEE;
	}
input:hover, textarea:hover, select:hover, iframe:hover{
	border: 1px solid #FF0000;
	border-left: 3px solid #FF0000;
	}

input.submit{
	border: 1px solid #A41A49;
	background: #EEEEEE;
	}

input.checkbox{
	border: 0;
	}

.error {
	color: red;
	}

table.forumMain{
	border: 0;
	width: 100%;
	}
	
	
td.forumDescription{
	width: 50%;
	}
	
td.forumSubject{
	width: 10%;
	text-align: center;
	}
	
td.forumMessage{
	width: 10%;
	text-align: center;
	}
	
td.forumLastMessage{
	text-align: center;
	}
	
tr.forumTitle td {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: #CCCC33;
	border: 1px solid #000000;
	}
	

table.forumConnexion td.forumConnexionTitle {
	font-weight: bold;
	}
	
td.forumConnexionForm input.ConnexionInput {
	width: 80px;
	}

.line0{
	background: #EEEEEE;
	}
	
.line1{
	}

tr.topicMain td{
	border: 1px solid #000000;
	}

td.descAuthor{
	font-size: 14px;
	width: 150px;
	padding-top: 10px;
	}
	
.postInfo{
	font-size: 12px;
	font-style: italic;
	}
	
table.message{
	width: 80%;
	border: 1px solid #000000
	}
	
table.message td{
	border: 1px solid #000000
	}
	
table.message td.title{
	font-weight: bold;
	}
	
table.message td.content{
	padding: 10px;
	}
	
.important{
	font-weight: bold;
	text-decoration: underline;
	}
	
td.admin{
	padding: 5px;
	border: 1px solid #000000;
	}
	
p.footers{
	visibility: hidden;
	}