.no-margin{margin:0 !important;}
.clear{clear:both !important; display:block !important;}
.displaynone{ display:none; }
.displayblock{ display:block; }


table tr.border-top {
    border-top:1px solid #DDD;
}
table tr.border-bottom {
    border-bottom:1px solid #DDD;
}
table tr.odd {
    background:#F0F0F0;
}


.float_img{ float:left; margin:0 15px 15px 0;}
.retour{ clear:both; line-height:40px;  }
.border-bottom-dotted{ border-bottom:1px dotted #666; }


.ligne-hr{ margin:7px 0 5px -7px !important; width:100% !important; }







/* FORMULAIRE */
table.formulaire tr td{ padding:3px 0; }
.txtbox{ width:250px; height:25px; line-height:25px; padding:1px 2px; border:1px solid #C1C1C1; }
.txtarea{ width:250px; height:75px;  padding:1px 2px; border:1px solid #C1C1C1; }
.off{ display:none; }
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #28652f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #28652f;
	box-shadow:inset 0px 1px 0px 0px #28652f;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #28652f), color-stop(1, #689e6d) );
	background:-moz-linear-gradient( center top, #28652f 5%, #689e6d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#28652f', endColorstr='#689e6d');
	background-color:#28652f;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #79a17d;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #28652f;
	width:250px;
	height:35px;
	cursor:pointer;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #689e6d), color-stop(1, #28652f) );
	background:-moz-linear-gradient( center top, #689e6d 5%, #28652f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#689e6d', endColorstr='#28652f');
	background-color:#689e6d;
}.button:active {
	position:relative;
	top:1px;
}