tr{
	border :1px
}

.ticket_ouvert {
    border-bottom : 2px solid #32cd32;
	border-top: 2px solid #32cd32;
	/*border-left: 2px solid #32cd32;
	border-right: 2px solid #32cd32;
	background-color: #32cd32; */
}

.ticket_ouvert_droite{
    border-bottom : 2px solid #32cd32;
	border-top: 2px solid #32cd32;
	border-right: 2px solid #32cd32;
}


.ticket_fermé {
    border-bottom : 2px solid #ff6347;
	border-top: 2px solid #ff6347;
	/*border-left: 2px solid #ff6347;
	border-right: 2px solid #ff6347;
	background-color: #ff6347; */
}

.ticket_fermé_droite{
    border-bottom : 2px solid #ff6347;
	border-top: 2px solid #ff6347;
	border-right: 2px solid #ff6347;
}


.html {
	height: 100%;
 }
 
.body {

	 height: 100%;
	 margin:0;
	 padding:0;
}

.cadre_login {
  width:600px;
  margin:auto;
  padding:10px;
  
  border-left:0px solid #000000; /* couleur du cadre */
  border-right:0px solid #000000;
  border-bottom:1px solid #000000;
  border-top:1px solid #000000;
}

.bandeau {
	width: 100%;
	height: 2%;
}

.menu {
	width:100%;
	height:10%;	
}

.principale {
    width:100%;
	height:100%;
}
.table_menu{
  width:60%;
  margin-left:20%;
  margin-right :20%;
  padding:10px;
  text-align : center;
  border-left:0px solid #000000; /* couleur du cadre */
  border-right:0px solid #000000;
  border-bottom:1px solid #000000;
  border-top:1px solid #000000;

}



.creation_ticket{
	text-align : center;
	width:100%;
	margin-left:10%;
	margin-right :10%;
	
}

.table_creation_ticket{
	padding: 10px;
	border-spacing: 0px;
	border-left:0px solid #000000; /* couleur du cadre */
	border-right:0px solid #000000;
	border-bottom:2px solid #000000;
	border-top:0px solid #000000;
	width:100%;
}


.table_ticket{
	text-align : center;
	empty-cells: show;
	/*width : 100%;
	margin-left:30%;
	margin-right :30%;*/
	/*font-weight: bold;*/
}

.table_ticket td{
	empty-cells: show;
}

a
{
   text-decoration: none;
   color: blue;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}


a:visited
{
   text-decoration: none;
   color: blue;
}



div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	

