input,textarea,select { font:normal 8pt Verdana; }

/* Forum */
.smileys, .tags { text-align: center; width:62%; margin:6px auto; }
.htmlTag { border:1px solid #000; background: #EEE; padding: 1px 4px 1px 4px; *padding: 0px 2px 0px 2px; color: #000; }
.htmlTag:hover { text-decoration: none; }
.explic_tags { color: #666; font-style:italic; margin-top: 6px; text-align:center;}

.administrateur { font-weight: bold; color: #ff0000; }
.moderateur { color: #C09; }

.marge { margin-top:10px; }
.textarea_forum, .input_forum {
	border: 1px solid #aacbda;	
}
	
#menu_forum {
	margin: 6px auto 8px auto;;	
	border-top:solid 1pt silver; 
	border-bottom:solid 1pt silver;
	padding-top:10px;
	padding-bottom:10px;

}
	#menu_forum #left {
		float: left;
		width: 60%;
		padding-top: 20px;
	}
		#left ul {
			list-style-type: none;
			text-align: left;
			padding-left: 10px;
		}
			#left ul li {
				display: inline;
				font-size: 12px;
			}
				#left ul li a {
					padding: 3px 2px 3px 6px;
				}
				#left ul li span {
					padding: 3px 6px 3px 0px;
				}			
	#menu_forum #right {
		margin-left: 60%;
		text-align: right;
		padding: 0px 10px 0px 0px ;
	}
		#right h2 {
			font-size: 14px;
			font-weight: normal;
			padding-bottom: 5px;
		}
		#right ul {
			list-style-type: none;
			padding-bottom: 5px;
		}
			#right ul li {
				display: inline;
				font-size: 12px;
			}
		#right input.text {
			width: 80px;
		}
		#right input.submit {
			background: transparent url(../images/buttons/button_small.png) no-repeat top;
			text-align: center;
			padding-bottom: 3px;
			width: 50px;
			height: 18px;
			border: none;
			cursor: pointer;
		}
	
#forum {
	margin: 10px 6px;
}
	.tableBorderLeft {
		 border-left: 1px solid #aacbda;
		 border-right: 1px solid #aacbda;
		 padding: 0px;
		 margin-top: 1px;
		 margin-bottom: 3px;
	}
	.tableRowHeading, .tableRowHeadingBold {
 		font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
		font-size:11px;
		color: #283F45;
		padding:8px 10px 8px 6px;		
		border-bottom:#aacbda 1px solid;
	}
	.tableRowHeadingBold {
		 font-weight: bold;
		 background: #D8F0FC url(../images/forum/bg_breadcrumb.jpg) repeat-x scroll left top;
		 line-height:8px;
		 border-top:1px solid #AACBDA;
	}
	.topicTitle {
		 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
		 font-size: 12px;
		 padding-left:7px;
		 color: #333449;
		 background-color: transparent;
		 font-weight:none;
	}
	.topicLigne {
		border-top: #fff 1px solid;
		border-bottom: #aacbda 1px solid;
	}
	.forumTitle {
		 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
		 font-size: 14px;
		 padding: 4px 0px 4px 7px;
		 color: #333449;
		 background-color: transparent;
		 font-weight:none;
	}
	.forumTitle a {
		 color: #ff0036;
		 font-weight: none;
	}
	.userBlock {
		font-size: 10px;
		font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	}
	.null {
		background: #E0EBFE;
		padding: 5px 0px 5px 16px;
		font-weight: bold;
		border: 1px solid #1455C0;
	}
	
	#forum #topic {
		padding-bottom: 10px;
	}
		#topic h1 {
			background: #fff url(../images/forum/title.png) no-repeat;
			width: 708px;
			font-size: 16px;
			font-weight: bold;
			height: 25px;
			color:#444;
			margin-bottom: 8px;
			padding: 8px 0px 3px 20px;
		}
		#message dl, #topic dl {
			border: 1px solid #999;
			padding: 5px;
			background: #FFF;
		}
			#message dt, #topic dt {
				background: #FFE2AE;
				font-size: 14px;
				color: #666;
				font-weight: bold;
				padding-left: 5px;
			}
			#message dt a, #topic dt a {
				color: #006;
			}
				#message dd, #topic dd {
					padding-left: 40px;
					background: #FEFFEC;
				}
				#message dd span, #topic dd span {
					color: #666;
				}
				
/* Réponses aux messages du forum */
#forum #reponse {
	
}
	#forum #reponse h3 {
		background: url(../images/forum/title_bg.png) repeat-x;
		font-size: 22px;
		color:#333;
		height: 30px;
		padding: 5px 4px 1px 10px;
		font-weight: normal;
		margin: 4px 0px 5px 0px;
	}
		.largeLinks { 
			 color:             #000;
			 background:        transparent;
			 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
			 font-size:         12px;
		}
		.largeLinks a:link { 
			 color:             #E01F60;
			 background:        none;
			 text-decoration:   none;
		}
		.largeLinks a:visited { 
			 color:             #E01F60;
			 background:        transparent;
			 text-decoration:   none;
		}
		.largeLinks a:hover { 
			 color:             #A0A4C1;    
			 background:        transparent;
			 text-decoration:   underline;
		}
		.button {
 			width: 80px;
 			background:	transparent;
			margin: 5px 0px 5px 0px;
		}

			#forum #reponse .tableCell {
				border: 1px solid rgb(170, 203, 218); 
				margin-top: 8px;
 			}
			#forum #reponse .tableCell_auto {
				border-top: 1px solid rgb(170, 203, 218); 
				border-left: 1px solid rgb(170, 203, 218);
				border-right: 1px solid rgb(170, 203, 218);
				margin-top: 8px;
 			}
			#forum #reponse .tableCellOne {
				font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
				font-size: 11px;
				color: #293D44;
				padding-left:7px;
				border-top: 1px solid #fff;
				border-bottom:#aacbda 1px solid;
				border-left:1px solid #fff;
				border-right: 1px solid rgb(170, 203, 218); 
				background: rgb(216, 240, 252) url(../images/forum/bg_breadcrumb.jpg) repeat-x scroll left top; 
				width: 130px; 
 			}
				#forum #reponse #user .tableCellOne a, .tableCellTwo a{
					color:#DE2060;
					text-decoration:none;
				}
			#forum #reponse .tableCellTwo {
				font-family:Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
				font-size:11px;
				color:#293D44;
				background: #fff; 
				padding-right:5px;
				padding-left:7px;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #aacbda;
			}
			#forum #reponse .rankAdmin {
			 	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
			 	font-size: 10px;
			 	font-weight:bold;
			 	color: #349A01;
			 	padding:2px 0 3px 0;
			 	background-color:transparent;  
			}
			#forum #reponse .rankModerator {
			 	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
			 	font-size: 10px;
			 	font-weight:bold;
			 	color:#990000;
			 	padding: 2px 0 3px 0;
			 	background-color: transparent;  
			}
			#forum #reponse .rankMember{
				font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
				font-size: 10px;
				font-weight: bold;
				color: #424A65;
				padding: 4px 0 8px 0;
				background-color: transparent;  
			}
			#forum #reponse .rankTeam{
				font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
				font-size: 11px;
				font-weight: bold;
				color: #ff7800;
				padding: 4px 0 8px 0;
				background-color: transparent;  
			}
			#forum #reponse .itempad, #forum #reponse .userBlock{
				padding: 2px 0px 2px 0px;
			}

		#forum #reponse #infos {

		}
			#forum #reponse #infos .texte {
				padding: 5px 5px 16px 5px;
			}
			#forum #reponse #infos .signature {
				 background: transparent;
				 border-top: 1px solid #DBDCF5;
				 border-right: 1px solid transparent;
				 border-left: 1px solid transparent;
				 border-bottom:	1px solid transparent;
				 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
				 font-size: 11px;
				 color: #293D44;
				 margin: 15px 0 0 0;
				 padding: 3px 10px 4px 6px;
			}
			#forum #reponse #infos .signatureTitle {
				 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
				 font-size: 10px;
				 color: #AEB0D8;
				 background: transparent;
				 margin-top:0px;
				 border: none;
			}
		
/* Formulaire mise en page */
#forum #form {
	margin-top: 20px;
}
#forum #form p.submit {
	margin-top: 8px;
}

/* Pagination */
.header_pagination {
	border: 1px solid #999;
	background: #39F;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 2px 8px 4px 0px;
}
.pagination {
	margin-bottom: 12px;
	margin-top: 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
}
	.pagination a {
		font-size:12px;	
	}

/* Compte internaute */
#account {
	margin: 10px 6px;
}
	#account h3 {
		margin: 8px 0px 22px 6px;	
	}
	#account p {
		text-align: center;
	}
	#account p.submit {
		margin: 8px auto 12px auto;
	}
	#account p.index {
		margin: 6px auto 5px auto;
	}
	#account #forget {
		margin: 8px auto 26px auto;
	}
#account p.requis {
	text-align: left;
}
	#account p.warning {
		color: #ff0000;
	}
#account span.nocarac {
	font-size: 10px;
	color: #666;
	padding-left: 6px;
}

/* Boutons d'administration des messages */
#buttons {
	width: 100%;	
}
	#buttons ul {
		list-style-type: none;
	}
		#buttons ul li {
			display: inline;
		}


/* Légende */
.tableBorderTopLeft {
	border: 1px solid #aacbda;
	margin: 10px auto 5px auto;
	padding: 3px 0px 4px 0px;
	width: 52%;
	font-size: 10px;
}
.itempad {
	border-bottom: 1px solid #aacbda;
	padding-bottom:3px;
	font-size: 12px;
}
