/* -------------------------------------------------------------------------------------- */
/* --------------------------------- COMMENTAIRES --------------------------------------- */
/* -------------------------------------------------------------------------------------- */
div#comments{
	margin-top: 20px;
}
div#comments div.commentHeader span{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 1.4em;
	color: #666;
}
div#comments div.commentHeader img{
	margin-top: 3px;
	//margin-top: -9px;
}
div#comments div.commentHeader{
	//margin-bottom: -10px;
}
div#comments #commentFirstReactions,
div#comments div#informationAfterLogin span{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 1.1em;
	color: #00286B;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#comments div#informationAfterLogin span{
	margin-top: 20px;
	margin-left: 5px;	
}
div#comments #commentFirstReactions a{
	margin-left: 5px;
	text-decoration: none;
}
div#commentDisplay{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 1.1em;
}
div#commentDisplay table {
	margin-top: 10px;
}
div#commentDisplay td.commentPseudo{
	font-weight: bold;
	color: #00286B;
	vertical-align: top;
	width: 65px;
	text-align: right;
}
div#commentDisplay td.commentDetail{	
	padding-bottom: 10px;
	padding-left: 15px;	
}
div#commentDisplay h5.commentTitle{	
	padding-bottom: 5px;
}
div#commentDisplay h5.commentTitle a{	
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 1.2em;	
	//font-size: 0.85em;
}
div#commentDisplay .wiki p.first {
	margin: 0px;
	padding:0px;
}
div#commentDisplay .wiki p {
	line-height: 100%;
}
div#commentDisplay .commentContent{
	color: #666;
	margin-bottom: 2.5px;
}
div#commentDisplay .commentDate{
	color: #999;
	margin: 0px;
	padding:0px;
}
div#comments div#commentLoginInformation1{
	margin-left: 10px;	
}
div#comments div#commentLoginInformation2{
	margin-left: 15px;
	margin-top: 15px;
}
div#comments div#commentLoginInformation1 a,
div#comments div#commentLoginInformation2 a{
	text-decoration: none;
	font-weight: bold;
	color: #0A7896;
	font-size: 1.1em;
	margin-left: 5px;
	vertical-align: top;
}
div#comments .commentCharte {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 1.1em;
}
div#comments .commentCharte a {
	color: #0A7896; 
}

/* Formulaire */
form#commentEdit {
	margin: 10px 0px 30px 70px;;
	padding: 0px;
}
div#comments .formCRB .commentEditName,
div#comments .formCRB .commentEditDescription,
div#comments .formCRB .commentEditButtons {
	margin-bottom: 15px;	
}
div#comments .formCRB .commentEditName {
	//margin-bottom: 0px;
}
div#comments .formCRB .mbox {
	height: 20px;
	width: 340px;
	margin: 0px 0px 15px 0px;
	padding: 0px;		
}
div#comments .formCRB .mboxMsg {
	font-family:Trebuchet MS;
	font-size:0.80em;
}
div#comments .formCRB .commentEditName .formLabel,
div#comments .formCRB .commentEditDescription .formLabel {
	position: static;
	background: none;
	padding:0px;
	margin:0px;
	color:#666666;
  font-size:11px;
  font-weight:bold;			
}
div#comments .formCRB .commentEditName .formTextfield{
	float:none;
	display: block;
	margin: 0px;
	color: #000;
	font-family:Trebuchet MS;
	font-size:1.1em;
	border:solid 1px #CCC;
}
div#comments .formCRB div.commentEditName .formTextfield {
	width: 197px;
	height: 20px;
}
div#comments .formCRB div.commentEditName .UI_EDITOR_TEXTFIELD {
	width: 222px;
	height: 20px;	
	margin-left: 10px;
	//	margin-left: 5px;
	
}
div#comments .formCRB div.commentEditName .UI_EDITOR_TEXTFIELD img{
	margin-top:-35px;
}
div#comments .formCRB .commentEditDescription .UI_EDITOR_TEXTAREA {
	margin-left: 10px;
}
div#comments .formCRB .commentEditDescription .formTextarea,
div#comments .formCRB .commentEditDescription .js .req .formTextarea
{
	border: 1px solid #CCC;
	color: #666;
	font-family:Trebuchet MS;
	font-size:1.1em;
	width:350px;
}
div#comments .formCRB .commentEditButtons {	
	padding-left: 10px;
	margin-left: -10px;	
	margin-bottom: 25px;
}
div#comments .formCRB .commentEditButtons .mainButton {
	margin: 0px;
}
div#comments .formCRB .commentEditButtons .bouton_br {
    background-image: url('../../../images/custom/bouton_valider_br.gif');
}



