* ------------- BUTTONS --------------- */
/* pseudo bouton applicable  <a> et <input>*/
.button {
	background: #CCCCCC url(../shared/interface/button0.gif) repeat-x;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #ececec;
	color: #395386;
}
a.button, a.button:visited {
	text-decoration: none;
}
a.button:hover {
	background-image: url(../shared/interface/button1.gif );
	color: black;
}
/* -- button with icon -- usage: <a href="" class="pictbutton pict_print">imprimer</a>*/
a.flatbutton {
	display: block;
	height: 22px;
	width: 100px;
	padding: 2px 2px 2px 26px;
	font-size: 12px;
	font-weight: bold;
	color: #486082;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: left;
	line-height: 1.78em;
	border-bottom: 1px dotted #486082;
}
a.pict_print {
	background: url(../shared/interface/printer.png) no-repeat 4px 4px;
}
a.pict_adherent {
	background: url(../shared/interface/user.png) no-repeat 4px 4px;
}
a.pict_books {
	background: url(../shared/interface/moredata.png) no-repeat 4px 4px;
}
a.pict_close {
	background: url(../shared/interface/close.png) no-repeat 4px 4px;
}
a.pict_bargraph {
	background: url(../shared/interface/bargraph.png) no-repeat 4px 4px;
}

div.unsubscribe{
	float: left;
}

/* galery */
.nl_galery {
margin:12px; float:left;text-align: right;padding:5px;border:1px solid #cccccc;
}
.nl_galery h4 {
margin:0;
padding:0;
}

