/***************************************************/
/* Initialisation */
/***************************************************/
html,body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.626em;
	background: #FFF;
}

body.home {
	/*background: #4480A9;*/
	background: #FFFFFF;
	/*overflow: hidden;*/
	width:1024px;
	margin:auto;
}

img {
	border: 0;
}

a {
	color: #333333;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: blue;
}

a.add {
	font-size:1.3em;
	text-transform: uppercase;
	padding:3px;
	color:#fff;
}
a.add:before {
	width: 16px;
	padding: 0 20px 0 0;
	background: url(/skin/default/image/add.png) no-repeat 0 0;
	content: "";
}
a.edit:before {
	width: 16px;
	padding: 0 20px 0 0;
	background: url(/skin/default/image/edit.png) no-repeat 0 0;
	content: "";
}
a.delete:before{
	width: 16px;
	padding: 0 20px 0 0;
	background: url(/skin/default/image/delete.png) no-repeat 0 0;
	content: "";
}
a.send:before {
	width: 16px;
	padding: 0 20px 0 0;
	background: url(/skin/default/image/send.png) no-repeat 0 0;
	content: "";
}
a.print:before {
	width: 16px;
	padding: 0 20px 0 0;
	background: url(/skin/default/image/print.png) no-repeat 0 0;
	content: "";
}
a.view:before {
	width: 16px;
	padding: 0 20px 0 0;
	background: url(/skin/default/image/templates.png) no-repeat 0 0;
	content: "";
}

a.delete{
	cursor: pointer;
}
.clear{
	clear: both;
}

.alerte{
	background-color: #E10B0B;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 5px;
}

div#banniere{
	width: 100%;
	background-color: #FFFFFF;
}
div#banniere img{
	height: 80px;
}

div#content {
	margin: 30px 0px;
	position: relative;
	background-color:#FFFFFF;
}

div.formLogin {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	width: 400px;
}

.contener dd {
	text-align: right
}

ul.errors {
	font-style: italic;
	color: red;
	margin-top: 0px;
}

div#menu{ width: 160px; float: left;}
div#contenu{width: 850px; float:right;}
.ui-menu{width: 150px; z-index:10000;}

div#header_horizontal_menu, div#menu_horizontal {
	width: 100%;
	margin: auto;
	float: left;
	background-color: #357463;
}
div#menu_horizontal{
	float:none;
	height:25px;
}
div#header_horizontal_menu ul, div#menu_horizontal ul {
	margin: 0px;
	padding: 0px
}

div#header_horizontal_menu ul li, div#menu_horizontal ul li{
	list-style: none;
	float: left;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 2px
}


.ongletactif{
	background: none repeat scroll 0 0 #DDDDDD !important;
}

.ongletactif a{
	color: red !important;
	font-weight: bolder;
}

.command {
	text-align: right;
	padding: 10px;
	position: relative;
	min-height:15px;
}
	
.command span{
	float:left;
	font-size:1.5em;
	color:#357463;
	font-weight:bold;
	padding:3px;
	margin-top:-3px;
}

.commandFloat {
	background: url('/skin/default/image/background-transparent.png');
	z-index: 1000;
}
.commandFloat span{
	background-color:#ccc
}

/***************************************************/
/* Tableaux triables */
/***************************************************/
table.tablesorter {
	background-color: #fff;
	width: 100%;
}

table.tablesorter th {
	text-align: left;
	padding: 5px;
	background-color: #fff;
	cursor: pointer;
	background-image: url(/skin/default/image/tablesorter/green/empty.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

table.tablesorter td {
	color: #000;
	padding: 5px;
}

table.tablesorter .even {
	background-color: #efefef;
}

table.tablesorter .odd {
	background-color: #ccc;
}

table.tablesorter .header {
	background-image: url(/skin/default/image/tablesorter/green/bg.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	background-position: left bottom;
}

table.tablesorter .headerSortUp {
	background-image: url(/skin/default/image/tablesorter/green/asc.png);
	background-repeat: no-repeat;
}

table.tablesorter .headerSortDown {
	background-image: url(/skin/default/image/tablesorter/green/desc.png);
	background-repeat: no-repeat;
}

table.tablesorter tr:hover {
	background: #FFE56F;
}

/*******************************
 ***      FORMULAIRES        ***
 *******************************/

dl.zend_form {
    margin: 10px;
    font-size:1.2em;
}
  
label.required:after {
	content: " * ";
}
dt {
	
}

dd {
	
}

.contener dd {
	text-align: right
}

ul.errors {
	font-style: italic;
	color: red;
	margin: 0px;
	list-style: none outside none;
	padding: 0px;
}
.actif{ cursor: pointer;}
