@charset "utf-8";

.command					{ padding-top:8px }
.command a 					{ color:#656363;padding-right:5px }
.command:hover 				{ color:#EC704C }


.g_table					{ width:960px;display:block;margin:0;padding:0 }
.g_table a					{ font-size:11px;text-transform:lowercase;margin:0;padding:3px }

.g_table tr 				{ height:21px;width:100% }
.inbase tr td				{ padding:5px 0 }
.g_table tr:hover 			{ background:#E5E5E5 }

.g_table td 				{ border-bottom:1px dotted #CCC }
.g_table td.btn				{ width:340px;text-align:right;padding-right:10px }
.g_table td.descr			{ width:610px }
.g_table td.descr a			{ padding-top:4px;text-transform:uppercase }
.g_table td.descr:first-letter 	{ text-transform:uppercase }
.g_table td.descr2			{ width:340px;text-transform:uppercase;color:#333;text-align:right;padding-right:10px }
.g_table td.descr2 + td		{ width:610px }
.g_table td.star:after		{ content:" *";color:#F00 }

.g_table td.descrm 			{ width:610px;text-transform:none }

.g_table td textarea,
.g_table td input[type=text]	{ width:300px }
.g_table td .datepicker			{ background-image:url(../../../MEDIA/TEMPLATE/jdatepicker/calendar.png) no-repeat 88px 2px;width:100px }

.liste tr 					{ transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-webkit-transition: all .5s ease-in-out }
.liste tr:hover 			{ box-shadow:0 0 5px #333; -moz-box-shadow:0 0 5px #333; -webkit-box-shadow:0 0 5px #333 }

.butt_midligne				{display:block;overflow:hidden;width:auto;margin:1px 10px 0 3px;padding:0}
.butt_midligne li
{
	float:left;
	display:block;
	list-style-type:none;
	width:13px;
	height:13px;
	background:#656363 url(../../../MEDIA/TEMPLATE/buttons/admin/midt.png) no-repeat 0 0;
	margin:0 1px 0 0
}

.butt_midligne .ed			{ background-position:-13px 0 }
.butt_midligne .de			{ background-position:-26px 0 }
.butt_midligne .up			{ background-position:-39px 0 }
.butt_midligne .dw			{ background-position:0 0 }
.butt_midligne li:hover		{ background-color:#EC704C }

