/* CSS Document */

/*panier de documents*/
#main .center #panier table{width:740px;text-align:left;color:#000;border-collapse:collapse;margin-bottom:100px;}
#main .center #panier table  img{border:none;}
#main .center #panier table thead { background:#ffffff; }
#main .center #panier table thead td.titre{width:250px}
#main .center #panier table thead td.poids{width:50px}
#main .center #panier table thead td.format{width:40px}
#main .center #panier table thead th{text-align:center; padding:0;}
#main .center #panier table thead th.download  {width:80px}
#main .center #panier table thead th.print  {width:80px}
#main .center #panier table thead th.send  {width:80px}
#main .center #panier table thead th.askfor  {width:80px}
#main .center #panier table thead th.delete  {width:80px}


#main .center #panier table thead th span{display:block;border-right:solid 1px #000;margin-bottom:5px;text-align:center;}
#main .center #panier table thead th.noborder a{}
	
#main .center #panier table tbody{}


#main .center #panier table tbody th{font-weight:bold;}
#main .center #panier table tbody td.type{}
#main .center #panier table tbody td{text-align:center;}
#main .center #panier table tbody td.download a {}
#main .center #panier table tbody td.print a {}
#main .center #panier table tbody td.send a {}
#main .center #panier table tbody td.askfor a {}
#main .center #panier table tbody td.delete a {}
#main .center #panier table tbody td a span{position:absolute;left:-5000px}
#main .center #panier table tbody td a img{border:none;}
	
#main .center #panier table tfoot{margin-top:2px}
#main .center #panier table tfoot tr{background-color:#a7a7a9; color:#fff;}
#main .center #panier table tfoot th{border-right:solid 1px #f4f1ef;}
#main .center #panier table tfoot td{text-align:center;border-right:solid 1px #f4f1ef;}
#main .center #panier table tfoot td.download {}
#main .center #panier table tfoot td.print  {}
#main .center #panier table tfoot td.send  {}
#main .center #panier table tfoot td.askfor  {}
#main .center #panier table tfoot td.delete  {border-right:solid 1px #ffffff;}

#main .center #panier table tbody tr.even{background-color:#fff;}
#main .center #panier table tbody tr.odd{background-color:#f4f1ef;}
#main .center #panier table tbody tr.even td, #main .center #panier table tbody tr.even th{border-right:solid 1px #f4f1ef;}
#main .center #panier table tbody tr.odd td, #main .center #panier table tbody tr.odd th{border-right:solid 1px #ffffff;}

#main .center #panier table tbody tr.odd td.delete, #main .center #panier table tbody tr.even td.delete{border-right:solid 1px #ffffff;}
