/* CSS Document */

div#listeCommentaires {
	margin: 20px 6% 0 0;
	padding: 20px 0;
	border-top: dashed 1px #CBC5BE;
}
div#listeCommentaires h5 {
	margin: 0;
}

div#listeCommentaires a.ajouterCommentaire {
	display: block;
	width: 174px;
	height: 25px;
	background: url(../img/bg_bouton_commentaire.gif) no-repeat;
	padding: 6px 0 0 0;
	margin: 5px 6%;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.8em;
}

div#listeCommentaires a.repondreCommentaire {
	display: block;
	float: right;
	width: 88px;
	height: 25px;
	background: url(../img/bg_bouton_repondre.gif) no-repeat;
	text-align: center;
	padding: 6px 0 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	margin: 5px;
}

/* structure imbriquée */
div#listeCommentaires div.commentaires {
	position: relative;
	margin: 0 15px 20px 6%;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	
	/* coins arrondis*/
	-moz-border-radius: 8px; 
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px;
	behavior: url(js/cssPie/PIE.htc); 
}
div#listeCommentaires div.commentaireBloc {
	background: url(../img/bg_commentaires.gif) no-repeat 0 0;
}
div#listeCommentaires div.commentaireReponse {
	background: url(../img/bg_commentaires.gif) no-repeat 0 0;
}

div#listeCommentaires div.commentaireTitre {
	float: left;
	overflow: hidden;
	font-size: 1.1em;
	padding: 15px 0 0 45px;
}
div#page div#contenu div#listeCommentaires div.commentaireTitre h5 {
	display: block;
	color: #009DD2;
	font-weight: bold;
}
div#page div#contenu div#listeCommentaires div.commentaireTitre em {
	font-size: 0.9em;
	font-style: italic;
}


div.commentaireMessage {
	overflow: hidden;
	clear: both;
	padding: 10px 15px 15px 45px;
}
div.commentaireMessage p {
	margin: 0;
}

div#listeCommentaires div.commentaireMessage div.commentaireMessage {
	margin: 10px 0 0 10px;
}

/* formulaire */
div#listeCommentaires form {
	margin: 0 0 30px 0;
}
div#listeCommentaires form fieldset {
	border: dashed 1px #CBC5BE;
	padding: 8px
}
div#listeCommentaires form fieldset legend {
	font-weight: bold;
	color: #0d8502;
	padding: 0 5px;
	background: #fff;
}
div#listeCommentaires form fieldset label {
	display: block;
	float: left;
	width: 20%;
	height: 20px;
	padding: 0 5px 0 0;
	margin: 2px 0 0 0;
	text-align: right;
}
div#listeCommentaires form fieldset input {
	display: block;
	float: left;
	width: 78%;
	height: 20px;
	border: solid 1px #CCCCCC;
	margin: 2px 0 0 0;
}
div#listeCommentaires form fieldset textarea {
	display: block;
	float: left;
	width: 40%;
	height: 100px;
	font-size: 1.2em;
	border: solid 1px #CCCCCC;
	margin: 2px 0 0 0;
}
div#listeCommentaires form fieldset input.boutonFormulaire {
	margin-left: 20%;
	background:  url(../img/bg_bouton_commentaire.gif) no-repeat;
	width: 174px;
	height: 25px;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 0.9em;
}
