/* Taille et position du captcha dans le formulaire de réponse */
#content div #usercommentReply p img,
#content2 div #usercommentReply p img{
	float		: none;
	text-align	: center;
	margin-left	: 183px;
}

/* Cacher le lien voir tous les commentaires uniquement pour la partie d'administration */
div#content div p.usercommentaddadmin a,
div#content2 div p.usercommentaddadmin a{
	display	: none;
}

div.newsget p.userCommentSeeAllComment{
	/*background	: #E8F6CD none repeat scroll 0%;*/
	margin		: -2px 2px;
}

/*
div#size4columns_acticms div.newsget p.userCommentSeeAllComment,
div#size4columns_form div.newsget p.userCommentSeeAllComment,
div#size4columns_myealsace div.newsget p.userCommentSeeAllComment{
	background	: #EFF8FD none repeat scroll 0%;
}

div#size4columns_smallnews div.newsget p.userCommentSeeAllComment{
	background	: #FBEFF5 none repeat scroll 0%;
}
div#size4columns_headnews div.newsget p.userCommentSeeAllComment{
	background	: #FBEFF5 none repeat scroll 0%;
}
div#size4columns_eventnews div.newsget p.userCommentSeeAllComment{
	background	: #F2F2F2 none repeat scroll 0%;
}
div#size4columns_tribune div.newsget p.userCommentSeeAllComment{
	background	: #EDF3DD none repeat scroll 0%;
}
div#size4columns_video div.newsget p.userCommentSeeAllComment{
	background	: #FFFADA none repeat scroll 0%;
}*/

/* Liste */
#commentList li{
	margin-top : 8px;
	margin-bottom: 15px;
}
	#commentList > li{
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 10px;
	}
		#commentList li ul{
			text-align: right;
		}
			#commentList li ul li{
				margin-bottom: 5px;
			}

/**
ZONE DE COMMENTAIRE
**/
#userCommentAdd{
	/*background	: #E8F6CD;*/
	margin		: 1px;
	padding		: 0px;
}

div#size4columns_acticms #userCommentAdd,
div#size4columns_form #userCommentAdd,
div#size4columns_myealsace #userCommentAdd{
	background	: #EFF8FD none repeat scroll 0%;
}

div#size4columns_smallnews #userCommentAdd{
	background	: #FBEFF5 none repeat scroll 0%;
}
div#size4columns_headnews #userCommentAdd{
	background	: #FBEFF5 none repeat scroll 0%;
}
div#size4columns_eventnews #userCommentAdd{
	background	: #F2F2F2 none repeat scroll 0%;
}
div#size4columns_tribune #userCommentAdd{
	background	: #EDF3DD none repeat scroll 0%;
}
div#size4columns_video #userCommentAdd{
	background	: #FFFADA none repeat scroll 0%;
}

	#userCommentAdd #rssLink{
		text-decoration	: none;
		color			: #000000;
		float			: right;
		border			: none;
	}
	
	#userCommentAdd #comment_l1c1,
	#userCommentAdd #comment_l1c2,
	#userCommentAdd #comment_l2c1,
	#userCommentAdd #comment_l2c2{
		float	: left;
	}
	
		#userCommentAdd #comment_l1c1 #captcha {
			width	: 91px;
		}
	
		#content div.size4columns #userCommentAdd #comment_l1c1 #reloadCaptcha{
			width		: 100px;
			height		: 25px;
			position	: relative;
			top			: 8px;
			cursor		: pointer;
			background	: none;
			border		: none;
			border		: 1px outset #CCCCCC;
			background	: transparent url(../../site/interface/public/formbg.gif) repeat-x scroll left top;
			width		: 261px;
		}
	
		#userCommentAdd #comment_l1c1 input,
		#userCommentAdd #comment_l2c1 input{
			width			: 250px;
			border			: 1px outset #CCCCCC;
			color			: #666666;
			padding			: 0.3em;
			margin-bottom	: 5px;
			margin-left		: 0px;
		}
		
		#userCommentAdd #comment_l1c2 textarea{
			width			: 264px;
			border			: 1px outset #CCCCCC;
			color			: #666666;
			padding			: 0.3em;
			margin-bottom	: 5px;
			margin-left		: 0px;
			height			: 177px;
		}
		
		#userCommentAdd #comment_l1c1 label,
		#userCommentAdd #comment_l1c2 label,
		#userCommentAdd #comment_l2c1 label{
			display			: block;
			cursor			: pointer;
			margin-bottom	: 3px;
			text-align		: left;
			float			: none;
		}
		
		#userCommentAdd #comment_l1c1 img{
			vertical-align	: middle;
		}
	
	#content #userCommentAdd p{
		padding	: 0px 9px 0px 10px;
	}
	
		#content #userCommentAdd p#comment_btn{
			padding-bottom	: 3px;
			padding-left	: 0px;
		}
	
		#content #userCommentAdd p#comment_btn input{
			width	: 558px;
		}
	
	#content #userCommentAdd c{
		padding	: 2px 0px 5px 5px;
	}
			
		#userCommentAdd p.userCommentTitle strong.usercomment_strongAddComment{
			float		: left;
			padding-top	: 2px;
		}
		
		#userCommentAdd p.userCommentTitle img {
			margin	: 0px 3px 0px 15px;
		}
		
.champs_obligatoires{
	clear	: both;
}

 form#userCommentAdd p#comment_l1c1 span#comment_l2c2{
 	float	: none;
 }