/*
=================================================
Fichier     : Style_Table.css
Auteur      : AUFFRAY Guillaume
Description : CSS pour Table

Revision    : 
		- v1.0 : 
=================================================
*/

/* 
=================================================
TABLE
=================================================
*/

table
{
	border-collapse				: collapse;
	border-spacing				: 0px;
	padding						: 0px;
	overflow					: hidden;
}

table.liste
{
	margin						: 5px auto;
	overflow					: hidden;
	width						: 800px;
}

thead tr th
{
	background-color			: #DBDBDB;
	border-bottom				: 1px solid #8F8F8F;
	height						: 20px;
	font-weight					: bold;
	font-family					: Tahoma;
	font-size					: 8pt;
	color						: #4B4B4B;
	overflow					: hidden;
}

tbody td
{
	font-family					: Tahoma;
	font-size					: 8pt;
	overflow					: hidden;

}

tr.cellule
{
	background-color			: #FBFBFB;
	border-bottom				: 1px dashed #8F8F8F;
	height						: 30px;
}

tr.celluleT
{
	background-color			: #FBFBFB;
	border-bottom				: 1px dashed #8F8F8F;
	border-top					: 1px dashed #8F8F8F;
	height						: 30px;
}

td.separe, th.separe
{
	padding						: 3px;
	border-left					: 1px dashed #8F8F8F;
}

td.iteration
{
	width						: 30px;
}

/* 
=================================================
TABLE > div
=================================================
*/

div.cel_10{	width	: 10px; 	white-space	: normal;}
div.cel_15{	width	: 15px; 	white-space	: normal;}
div.cel_20{	width	: 20px; 	white-space	: normal;}
div.cel_25{	width	: 25px; 	white-space	: normal;}
div.cel_30{	width	: 30px; 	white-space	: normal;}
div.cel_35{	width	: 35px; 	white-space	: normal;}
div.cel_40{	width	: 40px; 	white-space	: normal;}
div.cel_45{	width	: 45px; 	white-space	: normal;}
div.cel_50{	width	: 50px; 	white-space	: normal;}
div.cel_55{	width	: 55px; 	white-space	: normal;}
div.cel_60{	width	: 60px; 	white-space	: normal;}
div.cel_65{	width	: 65px; 	white-space	: normal;}
div.cel_70{	width	: 70px; 	white-space	: normal;}
div.cel_75{	width	: 75px; 	white-space	: normal;}
div.cel_80{	width	: 80px; 	white-space	: normal;}
div.cel_85{	width	: 85px; 	white-space	: normal;}
div.cel_90{	width	: 90px; 	white-space	: normal;}
div.cel_95{	width	: 95px; 	white-space	: normal;}
div.cel_100{	width	: 100px;	white-space	: normal;}
div.cel_105{	width	: 105px;	white-space	: normal;}
div.cel_110{	width	: 110px;	white-space	: normal;}
div.cel_115{	width	: 115px;	white-space	: normal;}
div.cel_120{	width	: 120px;	white-space	: normal;}
div.cel_130{	width	: 130px;	white-space	: normal;}
div.cel_150{	width	: 150px;	white-space	: normal;}
div.cel_160{	width	: 160px;	white-space	: normal;}
div.cel_165{	width	: 165px;	white-space	: normal;}
div.cel_170{	width	: 170px;	white-space	: normal;}
div.cel_180{	width	: 180px;	white-space	: normal;}
div.cel_190{	width	: 190px;	white-space	: normal;}
div.cel_200{	width	: 200px;	white-space	: normal;}
div.cel_250{	width	: 250px;	white-space	: normal;}
div.cel_270{	width	: 270px;	white-space	: normal;}
div.cel_290{	width	: 290px;	white-space	: normal;}
div.cel_300{	width	: 300px;	white-space	: normal;}

/* 
=================================================
TABLE > Pagination
=================================================
*/

#pos_pagination {
	position					: relative;
	text-align					: center;
	display						: block;
	overflow					: hidden;
    margin						: 5px auto;
    width						: 630px;
}

#pos_pagination_admin {
	position					: relative;
	text-align					: center;
	display						: block;
	overflow					: hidden;
    margin						: 5px auto;
    width						: 630px;
}


.bt_pagination {
	display						: inline;
	height						: 23px;
	margin-right				: 6px;
	
}

.border_l_pagination {
	display						: inline;
	height						: 23px;
	margin-right				: 6px;
}

.border_r_pagination {
	display						: inline;
	height						: 23px;

}

.txt_pagination {
	background: transparent url(../images/pagination/bt_mouv_bg.png) repeat-x;
	position: relative;
	display: inline;
	line-height: 20px;
	min-height: 23px;
	margin-top: 0px;
	
	font-family: Tahoma;
	font-size:11px;
	font-weight: normal;
	color: #333333;	
}

.txt_pagination a {
	font-family: Tahoma;
	font-size:11px;
	font-weight: normal;
	color: #333333;	
	text-decoration: none;
}

.txt_pagination a:hover {
	font-family: Tahoma;
	font-size:11px;
	font-weight: normal;
	color: #333333;	
	text-decoration: underline;
}


