/* police par defaut de tout le site */
body, td, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
html, body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
td, th {	padding :5px;}
th {text-align: center;}
a {
	color: #507D7E;
	text-decoration: none;
}
a:hover {
	color: #699;
  text-decoration: underline;
  background-color: #FFF;
}
/* index.php */
.forum, .forum_cat, .forum_top {
  color: #336;	
  margin:auto;
}
tr.forum {
	background-color: #CEAACE;
}
th.forum {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	color: #FFF;
}
TR.for_cat {
	background-color: #e4f6fd;
}
TD.for_cat {
}
TD.for_cat img {
	float: left;
}
DIV.for_titre {
}
DIV.for_titre a {
	color: #800080;
	font-weight: bold;
	font-size: 12px;
}
DIV.for_titre a:hover {
	font-weight: bold;
}
DIV.for_texte {
}
DIV.for_modo {
	font-size: 8pt;
	color: #999999;
}
TD.for_cat2 {
	text-align: center;
	background-color: #fbeafb;
}
/* cat.php */
TABLE.forum_cat {
	background-color: #FFFFFF;
}
TR.forum_cat {
	background-color: #CEAACE;
}
TH.forum_cat {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
DIV.bouton {
}
TR.topic {
	background-color: #e4f6fd;
}
TD.topic {
}
TD.topic img {
	float: left
}
span {
}
TD.topic2 {
	text-align: center
}
/* topic */
TABLE.forum_top {
	margin: 1;
	border: 0;
	background-color: #FFFFFF;
}
TR.forum_top {
	background-color: #CEAACE;
}
TH.forum_top {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
TR.post {
	background-color: #e4f6fd;
}
TD.post {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	width: 20%
}
TD.post span {
	font-weight: normal
}
TD.post2 {
	background-color: #e4f6fd;
	width: 80%
}
div.postdate {
	border-bottom: #CEAACE 1px dotted;
}
div.postmess {
	margin-top: 1em;
}
TR.post3 {
	background-color: #e4f6fd
}
TD.post3 {
	font-weight: bold;
	text-align: right;
}
TR.separation {
	background-color: #CEAACE;
	height: 5px
}
TD.separation {
}
/* texte cité */
TD.textecite {
	background-color: #FFFFFF;
	border: #CEAACE 1px dotted;
}
TD.code {
	background-color: #E1E1E1;
	border: #CEAACE 1px dotted;
}
/* posting */
TABLE.posting {
	width: 500px;	
  margin: 10px auto;
}
TR.posting1 {
	background-color: #CEAACE;
}
TD.posting1 {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
TR.posting2 {
	background-color: #e4f6fd;
}
TD.posting2 {
}
INPUT.helpline {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-indent: 0px;
	font-family: Arial;
	font-size: 9px;
}
