body {
margin: 8px 0;

}

table.categorie {
  border: 1px solid #000000;
  background-color: #EEEEEE;
  width: 400px;
  text-align: left;
  border-collapse: collapse;
}
table.categorie td, table.categorie th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.categorie tbody td {
  font-size: 20px;
}
table.categorie tr:nth-child(even) {
  background: #D1D1D1;
}
table.categorie thead {
  background: #696969;
  background: -moz-linear-gradient(top, #8e8e8e 0%, #787878 66%, #696969 100%);
  background: -webkit-linear-gradient(top, #8e8e8e 0%, #787878 66%, #696969 100%);
  background: linear-gradient(to bottom, #8e8e8e 0%, #787878 66%, #696969 100%);
  border-bottom: 2px solid #444444;
}
table.categorie thead th {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D4D4D4;
}
table.categorie thead th:first-child {
  border-left: none;
}


@media print {
  body * {
    visibility: hidden;
  }
  .section-to-print, .section-to-print * {
    visibility: visible;
  }
  .section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.barbutton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.barbutton:hover {
	background-color:#e9e9e9;
	color:#666666;
}
.barbutton:active {
	position:relative;
	top:1px;
}

.imprimer
  {
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  }

.facebookcolor
  {
  background-color:#3b5998;
  color:#ffffff;
  }    
  

