body
{
	margin: auto;
	width: 1000px;
	background-color: #978E87;
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #554A42;
}

.tout
{
	width: 1000px;
	background-image:url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#haut
{
	background-image:url('images/haut.jpg');
	background-repeat: no-repeat;
	width:1000px;
	height:30px;
}

#bas
{
	background-image:url('images/bas.jpg');
	background-repeat: no-repeat;
	width:1000px;
	height:30px;
	clear:both;
}

#ban
{
	width: 960px;
	margin-top: -10px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}

#contenu
{
	width: 1000px;
}

#menu
{
	float:left;
	width: 130px;
	padding-left:20px;
	margin-top: 30px;
}


#corps
{
	float: left;
	width: 780px;
	padding: 0px 20px;
}

#pied
{
	width:100%;
	text-align:center;
	font-size:7pt;
}


h1
{
	font-size: 15pt;
	color: #326F00;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Optima, "Trebuchet MS", Lucida, Arial, sans-serif;
}

h2
{
	font-size: 13pt;
	color: #326F00;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Optima, "Trebuchet MS", Lucida, Arial, sans-serif;
}

h3
{
	font-size: 11pt;
	color: #326F00;
	font-weight: bold;
	border-bottom:1px dashed #326F00;
	padding-top:10px;
	font-family: Verdana, Optima, "Trebuchet MS", Lucida, Arial, sans-serif;
}

h4
{
	font-size: 11pt;
	color: #326F00;
	font-weight: bold;
	margin-bottom:-10px;
	font-family: Verdana, Optima, "Trebuchet MS", Lucida, Arial, sans-serif;
}

#menu ul
{
	padding-left:15px;
	margin-left:0px;
}

#menu li
{
	margin-top:5px;
	list-style-image: url('images/puce.gif');
}

#menu li:hover
{
	list-style-image: url('images/puce_hover.gif');
}

#menu li a
{
	text-decoration: none;
	color: #6F8A59;
}

#menu li a:hover
{
	text-decoration: none;
	color: #554A42;
}

a
{
	color: #326F00;
	text-decoration: none;
}

a:hover
{
	color: #554A42;
	text-decoration: underline;
}

a img
{
	border:none;
}

p.erreur
{
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	background-color:#EBEE8F;
	border:1px solid #55641F;
	padding-top:5px;
	padding-bottom:-5px;
}

table {width: 100%;}

tr.thaut
{
border-bottom:1px solid #B5B1AE;
}


caption
{
	padding-bottom:10px;
	font-weight:bold;
	text-decoration:underline;
}

.gauche
{
	font-weight:bold;
	text-align:right;
}

.gestiondroits
{
	width:300px;
}

.titre_gestiondroits
{
	font-weight:bold;
	text-align:center;
}

.input
{
	background-color: #E7E7E7;
	border:1px solid #AFAFAF;
	width:400px;
}

.submit
{
	background-image:url('images/submit.png');
	background-color:transparent;
	background-repeat:no-repeat;
	border:none;
	color:#E7E7E7;
	font-weight:bold;
	margin-left:5px;
	width:70px;
	height:22px;
	padding-top:-5px;
}

.submit:hover
{
	background-image:url('images/submit_hover.png');

}

tr.listeclientsth
{
	background-color:#C8C2BE;
}

.listeclients
{
	border-right:1px solid #337207;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

.listeclients a
{
	font-weight:bold;
	color:#337207;
	text-decoration:none;
}

.listeclients a:hover
{
	color:#978E87;
}

.clientpremier
{
	border-left:1px solid #337207;
}

legend
{
	font-weight:bold;
	font-size:11pt;
}


.plus, .voir, .gerer, .send, .money
{
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.plus {background-image:url('images/plus.gif');}
.voir {background-image:url('images/oeil.gif');}
.gerer {background-image:url('images/papier2.gif');}
.send {background-image:url('images/enveloppe.gif');}
.money {background-image:url('images/money.gif');}

tr.l2{background-color:#EAE6E4;}
tr.l3{background-color:#AFD892;}
tr.l4{background-color:#ebaab0;}
tr.l1:hover,tr.l2:hover,tr.l3:hover,tr.l4:hover{background-color:#AFD892;}

.userrights_title
{
	border-bottom: 1px solid #337207;
	border-right: 1px solid #337207;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;

	background-color : #3D8909;
	font-weight:bold;

	padding-left:10px;
	color:white;

	cursor: pointer;
}

.userrights_details
{
	margin-left:20px;
	margin-bottom:20px;
	border-left:1px solid #337207;
	border-right:1px solid #337207;
	border-bottom:1px solid #337207;
}




/*Infobulles*/
div.infobulle {position: relative; color: #326F00; font-weight: bold;}
div.infobulle div.bulle {display: none;}
div.infobulle:hover {background: none; z-index: 999;}
div.infobulle:hover div.bulle {
	display: inline;
	position: absolute;
	bottom: -2em;
	left: 2em;
	width: 450px;
	border: 2px solid #326F00;
	background-color: #eeeeee;
	color: #326F00;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
}



/*Post-its*/
.postit1, .postit2
{
	width: 120px;
	height: 120px;
	float: left;
	padding : 30px;
	background-repeat: no-repeat;
	font-size: 9pt;
}
.postit1 {background-image: url('images/postit2.gif');}
.postit2 {background-image: url('images/postit1.gif');}
.postit_contenu {width: 120px;height: 120px;overflow: auto;text-align: center;}

#testperm{
	border:1px dashed black;
	background-color: white;
	text-align:justify;
	padding:5px;
	font-size: 11px;
}


/* Feuilles de temps */
.ftps_wo, .ftps_remote, .ftps_item {padding: 0px 5px; font-size: 10px; text-align: center;}
.ftps_wo		{border: 1px solid black; background-color: #c8f5a8;}
.ftps_remote 	{border: 1px solid black; background-color: #feffaf;}
.ftps_item 		{border: 1px solid black; background-color: #ffffff;}


/*Pagination*/
.pagine {text-align: center; margin: 5px;}
ul.pagination {border: 0px; margin: 0px; padding: 0px;}
ul.pagination li
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size:	11px;
	list-style: none;
	display: inline;
	margin-right: 2px;
}
ul.pagination a {border: solid 1px #326F00;}
ul.pagination .previous-off,ul.pagination .next-off
 {
	border: solid 1px #858585;
	color: #858585;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px 4px;
}
ul.pagination .next a,ul.pagination .previous a {font-weight: bold;}
ul.pagination .active
{
	background-color: #326F00;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 6px;
}
ul.pagination a:link,ul.pagination a:visited
{
	color: #326F00;
	padding: 3px 6px;
	text-decoration: none;
}
ul.pagination a:hover {background-color : #AFD892;}

/* Tickets */
.l_tickets_5 {background-color : #f8696b;}
.l_tickets_4 {background-color : #fcaa78;}
.l_tickets_3 {background-color : #63be7b;}
.l_tickets_2 {background-color : #b1d47f;}
.l_tickets_1 {}

.l_tickets_1:hover,.l_tickets_2:hover,.l_tickets_3:hover,.l_tickets_4:hover,.l_tickets_5:hover  {background-color : #AFD892;}

span.ticket_action_details {font-size: 8pt; font-style: italic;}


/* Rapports */
#rapports
{
	width: 780px;
	overflow: auto;
}

/* Contacts */
a#open_mail {
	display: block;
	width: 200px;
	background: url('images/icon_open_mail.png') #3D8909 no-repeat 10px center;
	background-color: #3D8909;
	border-bottom: 1px solid #337207;
	border-right: 1px solid #337207;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	color: white;
	padding: 30px 10px 30px 70px;
	margin: 0 auto;
	font-size: 1.8em;
}