/* CSS Document */

div#commentaires {
	width: 90%;
}
div#commentaires h5 {
	margin: 0;
}

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

div#commentaires a.repondreCommentaire {
	display: block;
	float: right;
	width: 88px;
	height: 25px;
	background: url(../img/bg_bouton_repondre.gif) no-repeat;
	text-align: center;
	padding: 4px 0 0 0;
	color: #fff;
	text-decoration: none;
}

/* structure imbriquée */
div#commentaires div.commentaireBloc {
	border-top: dashed 1px #CBC5BE;
	margin: 8px 0 8px 0;
	padding: 8px 0 8px 0;
}
div#commentaires div.commentaireReponse {
	margin: 8px 0 8px 0;
	padding: 8px 0 8px 0;
}

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


div.commentaireMessage {
	overflow: hidden;
	clear: both;
}

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

/* formulaire */
div#commentaires form {
	margin: 0 0 30px 0;
}
div#commentaires form fieldset {
	border: dashed 1px #CBC5BE;
	padding: 8px
}
div#commentaires form fieldset legend {
	font-weight: bold;
	color: #0d8502;
	padding: 0 5px;
	background: #fff;
}
div#commentaires 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#commentaires form fieldset input {
	display: block;
	float: left;
	width: 78%;
	height: 20px;
	border: solid 1px #CCCCCC;
	margin: 2px 0 0 0;
}
div#commentaires 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#commentaires 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;
}