/* @override http://localhost:8888/~max/iPhiGeNie/www/vues/style/doleances.css */

table {
	margin-top: 3em;
	border-collapse: collapse;
	width: 100%;
}

td, th, caption {
	border: solid 1px grey;
	padding: .2em 0.7em;
	width: 10%;
}

caption {
	padding: .5em 0.7em;
	border-bottom: none;
	font-weight: bold;
}

th {
	text-align: center;
}

td {
	text-align: center;
}

td.droite {
	text-align: right;
}

.titre {
	width: auto;
	/*width: 50%;*/
	text-align: left;
}

/*td.date {
	width: 15%;
}*/

.actuelle {
	background-color: #dbe19f;
}

.prochaine, .masqué {
	background-color: #f2be92;
}

.doleances .titre > a {
	padding-left: 25px;
	background: url(img/t_r_e.png) no-repeat 5px center;
}

.doleances .titre > a.ouvert {
	background-image: url(img/t_r_s.png);
}

.commentaire h6 {
	margin: .5em 0;
	font-weight: normal;
	font-style: italic;
}

.commentaire {
	border-bottom: 1px solid grey;
}

/*.commentaire:first-child {
	border-top: none;
}*/

.commentaire p {
	margin: .5em 0;
}

p.action {
	float: none;
	margin: .7em 0;
}

.commentaires p.action {
	float: right;
}