
/*---------------------------------------------------------------------
				bloc blocNouveauCommentaire 
----------------------------------------------------------------------*/


#blocNouveauCommentaire {
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	overflow:hidden;
	padding-top:5px;
	/*margin-bottom:15px;*/
	padding-bottom:1px;
	background-image:url(../../../../images/tiret.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	clear:both;
	background-color:#FFF;
}
#blocNouveauCommentaire .corps {
	margin:0px; padding:0px;
	background-image:none;
	padding-left:20px;
	font-size:11px;
	padding-bottom:5px
}

#blocNouveauCommentaire .corps a{
color:#A71111;
text-decoration:none;
}
#blocNouveauCommentaire .corps a:hover{
	text-decoration:underline;
}
#blocNouveauCommentaire h2 {
	color:#a71111;
		padding-left:20px;

	font-style:italic;
	font-size:10px;
	text-transform:uppercase;
	padding-bottom:10px;
}
#blocNouveauCommentaire .corps form textarea{
		font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width:580px;
	
}

#blocNouveauCommentaire .corps form button {
background:transparent url(../../../../images/fd_gaucheBouton.gif) no-repeat scroll left center;
border:0 none;
color:#A71111;
cursor:pointer;
font-size:10px;
font-weight:bold;
height:22px;
margin-bottom:30px;
overflow:hidden;
padding:0 0 0 5px;
text-align:left;
width:auto;
}
#blocNouveauCommentaire[id]  .corps form button  {
			/*height:22px;background-position:right bottom;*/
			background-position:left bottom;

}
#blocNouveauCommentaire .corps form button span {
background:transparent url(../../../../images/fd_droitBouton.gif) no-repeat scroll right center;
color:#A71111;
display:block;
height:22px;
line-height:22px;
margin:0;
overflow:hidden;
padding:0 20px 0 15px;
position:relative;
white-space:nowrap;
}
