.gestion{
	display:block;
	margin:10px auto;
	width:80%;
	padding:0 10px 0 10px;
	height:35px;
	line-height:28px;
	font-weight:bold;
	background:url('../pictures/menubar.jpg') left top repeat-x;
}

.gestion a{
	display:block;
	height:35px;
	font-size:11px;
	text-decoration:none;
	padding:0 5px 0 5px;
	border-left:solid 1px white;
	border-right:solid 1px white;
}

.gestion a:hover, .selected{
	color:#2d6c6c;
	background:url('../pictures/menubarhover.jpg') left top repeat-x;
}

.unselected{
	color:white;
}

.selected{
	color:black;
}

.comment a{
	float:right;
	height:25px;
	padding:0;
	margin-top:20px;
	margin-right:25px;
}

.comment a.refused{
	width:61px;
	background:url("../pictures/refused.jpg") top right no-repeat white;
}
.comment a.valid{
	width:25px;
	background:url("../pictures/valid.jpg") top right no-repeat black;
}

.comment a.supprimer{
	width:25px;
	background:url("../pictures/drop.png") top right no-repeat;
}

form.cssform{
	display:block;
	margin:20px auto;
	background-color:white;
	width: 400px;
	padding: 5px 0 8px 0;
	height: 1%;
}

.cssform p{
	width: 200px;
	margin: 0;
	padding: 5px 0 8px 0;
	border-top: 1px dashed gray;
	padding-left:200px;
	clear: left;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -200px; /*width of left column*/
	width: 190px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform textarea{
	width:200px;
}

.submit{
	display:block;
	position:relative;
	margin:0 auto;

}

.comment {
width:80%;
background:url(../pictures/arrondi_ombre_gauche_milieu.png) repeat-y left top white;
margin:0 auto;
}

.comment h3 {
text-align:center;
background:url(../pictures/arrondi_ombre_droite_haut.png) no-repeat right top;
margin:0;
}
.comment_content {
padding:10px 44px 0 44px;
background:url(../pictures/arrondi_ombre_droite_milieu.png) repeat-y right top;
}
.last_element {
margin-bottom:0;
margin-left:-44px;
margin-right:-44px;
background:url(../pictures/arrondi_ombre_droite_bas.png) no-repeat right bottom;
}
.comment span {
display:block;;
}
.comment h3 span {
padding:44px 0 0 44px;
margin-right:44px;
background:url(../pictures/arrondi_ombre_gauche_haut.png) no-repeat left top;
}
.last_element span {
padding:0 44px 44px 44px;
background:url(../pictures/arrondi_ombre_gauche_bas.png) no-repeat left bottom;
}