/* STYLE TABLEAU STANDARD */
	
	/* Cadre */
	table.tableau {
		width: 100%;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */

	/* Cellule */
	table.tableau td {
		vertical-align: middle;
		text-align: justify;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */

	/* Lien dans une cellule */
	table.tableau td a {
		color: #009900;
		text-decoration: underline;
	}
	
	table.tableau td a:hover {
		color: #000000;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Commentaire */
	table.tableau label {
		font-size: 9px;
		color: #999999;
	}
	
	table.tableau label span {
		font-size: 9px;
		color: #999999;
		font-weight: bold;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */

	/* Image dans une cellule */
	table.tableau td img {
		cursor: pointer;
		margin-bottom: -2px;
	}
	
	table.tableau td img.left {
		cursor: pointer;
		margin-bottom: -2px;
		float: left;
		margin-right: 2px;
	}
	
	table.tableau td img.right {
		cursor: pointer;
		margin-bottom: -2px;
		margin-left: 2px;
		float: right;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* DIFFERENTS TYPES DE CELLULES */
	
	/* Cellules entête */
	table.tableau td.entete {
		white-space: nowrap;
		text-align: center;
		color: #0033CC;
		font-weight: bold;
		font-style: italic;
		height: 24px;
		font-size: 12px;
		background: #EEEEEE;
	}
	
	table.tableau td.entete_grille {
		white-space: nowrap;
		text-align: center;
		color: #0033CC;
		font-weight: bold;
		font-style: italic;
		height: 24px;
		font-size: 12px;
		background: #EEEEEE;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
	}
	
	table.tableau td.entete_bis {
		white-space: nowrap;
		text-align: center;
		color: #0033CC;
		font-weight: bold;
		font-style: italic;
		height: 22px;
		font-size: 12px;
		background: #EEEEEE;
	}
	
	table.tableau td.entete_ter {
		white-space: nowrap;
		text-align: center;
		color: #000000;
		font-weight: bold;
		font-style: italic;
		height: 24px;
		font-size: 12px;
		background: #CCCCCC;
	}
	
	table.tableau td.entete_quatre {
		white-space: nowrap;
		color: #0033CC;
		font-weight: bold;
		font-style: italic;
		height: 24px;
		width: 5%;
		font-size: 10px;
		padding-left: 4px;
		padding-right: 4px;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */

	/* Cellules texte */
	table.tableau td.cellule {
		height: 22px;
	}
	
	table.tableau td.cellule_form {
		height: 22px;
		font-weight: bold;
		text-decoration: underline;
	}
	
	table.tableau td.cellule_fichier {
		height: 32px;
	}
	
	table.tableau td.deux_cellules {
		height: 22px;
		width: 50%;
	}
	
	table.tableau td.trois_cellules {
		height: 22px;
		width: 33%;
	}
	
	table.tableau td.quatre_cellules {
		height: 22px;
		width: 25%;
	}
	
	table.tableau td.cinq_cellules {
		height: 22px;
		width: 20%;
	}
	
	table.tableau td.six_cellules {
		height: 22px;
		width: 16%;
	}
	
	table.tableau td.sept_cellules {
		height: 22px;
		width: 14%;
	}
	
	table.tableau td.huit_cellules {
		height: 22px;
		width: 12%;
	}
	
	table.tableau td.neuf_cellules {
		height: 22px;
		width: 11%;
	}
	
	table.tableau td.dix_cellules {
		height: 22px;
		width: 10%;
	}
	
	table.tableau td.cellule_milieu {
		padding-left: 4px;
		height: 22px;
	}
	
	table.tableau td.cellule_grille {
		padding-left: 4px;
		height: 22px;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
	}
	
	table.tableau td.cellule_grille_centre {
		height: 22px;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		text-align: center;
	}
	
	table.tableau td.cellule_mini {
		width: 1%;
		white-space: nowrap;
		height: 22px;
	}
	
	table.tableau td.cellule_milieu_mini {
		width: 1%;
		padding-left: 4px;
		white-space: nowrap;
		height: 22px;
	}
	
	table.tableau td.cellule_form_mini {
		height: 22px;
		font-weight: bold;
		text-decoration: underline;
		width: 1%;
		white-space: nowrap;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Cellules espace */
	table.tableau td.cellule_espace {
		font-size: 6px;
		height: 10px;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Cellules bordures */
	table.tableau td.bordure_bas {
		font-size: 1px;
		height: 1px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	table.tableau td.bordure_titre1 {
		font-size: 1px;
		height: 13px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	table.tableau td.bordure_titre2 {
		font-size: 1px;
		height: 11px;
	}
	
	table.tableau td.bordure_bas_large {
		font-size: 1px;
		height: 8px;
		border-bottom: 8px solid #CCCCCC;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Cellules image */
	table.tableau td.image {
		width: 1px;
	}
	
	table.tableau td.image_milieu {
		padding-left: 4px;
		width: 1px;
	}
	
	table.tableau td.une_image {
		height: 100px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
	}
	
	table.tableau td.une_image_mini {
		height: 100px;
		width: 1px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
	}
	
	table.tableau td.deux_images {
		height: 100px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		width: 50%;
	}
	
	table.tableau td.cinq_images {
		height: 100px;
		text-align: center;
		width: 20%;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Cellules onglets */
	table.tableau td.onglet_gauche {
		white-space: nowrap;
		height: 25px;
		background: #EEEEEE;
		border: 1px solid #CCCCCC;
		border-right: none;
		color: #0033CC;
		font-size: 12px;
		font-weight: bold;
		padding-left: 4px;
	}
	
	table.tableau td.onglet_droite {
		width: 100%;
		background: url(../_images/tableaux/onglet.gif) no-repeat;
		border: none;
		border-bottom: 1px solid #CCCCCC;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Cellules boutons ronds */
	table.tableau td.une_action {
		height: 24px;
		width: 23px;
		background: #EEEEEE;
		padding-top: 1px;
	}
	
	table.tableau td.une_action_cellule {
		width: 23px;
	}
	
	table.tableau td.deux_actions {
		height: 24px;
		width: 54px;
		background: #EEEEEE;
		padding-top: 1px;
	}
	
	table.tableau td.deux_actions_cellule {
		width: 54px;
	}
	
	table.tableau td.trois_actions {
		height: 24px;
		width: 83px;
		background: #EEEEEE;
		padding-top: 1px;
	}
	
	table.tableau td.trois_actions_cellule {
		width: 83px;
	}
	
	table.tableau td.quatre_actions {
		height: 24px;
		width: 112px;
		background: #EEEEEE;
		padding-top: 1px;
	}
	
	table.tableau td.cinq_actions {
		height: 24px;
		width: 141px;
		background: #EEEEEE;
		padding-top: 1px;
	}
	
	table.tableau td.six_actions {
		height: 24px;
		width: 170px;
		background: #EEEEEE;
		padding-top: 1px;
	}
	
	table.tableau td.six_actions_sans_fond {
		height: 24px;
		width: 170px;
		padding-top: 1px;
	}
	
	table.tableau td.sept_actions_sans_fond {
		height: 24px;
		width: 199px;
		padding-top: 1px;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------------------------------- */












/* Formulaire */
table.tableau_formulaire {
	border: 1px solid #666666;
}

table.tableau_formulaire th {
	border-bottom: 1px solid #666666;
	border-left: 0px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	vertical-align: middle;
	background: url(../_images/tableaux/entete_liste.jpg) repeat-x;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	width: 100%;
}

table.tableau_formulaire tr.contenu {
	background: #FFFFFF;
}

table.tableau_formulaire tr.contenu td {
	padding: 5px;
	text-align: left;
	font-size: 11px;
}

table.tableau_formulaire td.entete {
	white-space: nowrap;
	padding: 2px;
	border: 1px solid #666666;
	border-left: none;
	border-right: none;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	height: 23px;
	font-size: 12px;
	background: #EEEEEE;
}

table.tableau_formulaire tr.contenu td.libelle {
	padding-left: 0px;
}

table.tableau_formulaire tr.contenu td.form {
	height: 24px;
	width: 240px;
}

table.tableau_formulaire select.menu_deroulant {
	border: 1px solid #666666;
	background: #FFFFCC;
	width: 235px;
	color: #0000FF;
}

table.tableau_formulaire input.radio {
	height: 11px;
	width: 11px;
	cursor: pointer;
	vertical-align: bottom;
}

table.tableau_formulaire input.zone_saisie {
	border: 1px solid #666666;
	background: #FFFFCC;
	padding: 3px;
	width: 228px;
}

table.tableau_formulaire input.zone_saisie_focus {
	border: 2px solid #666666;
	background: #FFFFCC;
	padding: 2px;
	width: 228px;
}

table.tableau_formulaire input.checkbox {
	height: 12px;
	width: 12px;
	cursor: pointer;
	vertical-align: bottom;
}

table.tableau_formulaire textarea.zone_texte {
	border: 1px solid #666666;
	background: #FFFFCC;
	padding: 3px;
	width: 480px;
	height: 180px;
}

table.tableau_formulaire textarea.zone_texte_focus {
	border: 2px solid #666666;
	background: #FFFFCC;
	padding: 2px;
	width: 480px;
	height: 180px;
}

table.tableau_formulaire tr.actions {
	background: #EEEEEE;
}

table.tableau_formulaire tr.actions td {
	padding: 5px;
	border-top: 1px solid #666666;
	text-align: center;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* Mix entre liste et formulaire */
table.tableau_liste_form {
	width: 500px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

table.tableau_liste_form th {
	border: 1px solid #666666;
	border-bottom: 0px;
	border-left: 0px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	vertical-align: middle;
	background: url(../_images/tableaux/entete_liste.jpg) repeat-x;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	width: 100%;
}

table.tableau_liste_form td.entete {
	white-space: nowrap;
	padding: 2px;
	border: 1px solid #666666;
	border-left: 0px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	height: 23px;
	font-size: 12px;
	background: #EEEEEE;
}

table.tableau_liste_form td.entete a {
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

table.tableau_liste_form td.entete a:hover {
	text-decoration: underline;
}

table.tableau_liste_form td {
	border-right: 1px solid #666666;
	vertical-align: middle;
}

table.tableau_liste_form td select {
	background: #FFFFCC;
	border: 1px solid #333333;
	color: #000099;
}

table.tableau_liste_form input.zone_saisie {
	border: 1px solid #666666;
	background: #FFFFCC;
	padding: 3px;
	width: 228px;
}

table.tableau_liste_form input.zone_saisie_focus {
	border: 2px solid #666666;
	background: #FFFFCC;
	padding: 2px;
	width: 228px;
}

table.tableau_liste_form input.zone_recherche {
	border: 1px solid #666666;
	background: #FFFFCC;
	padding: 3px;
	width: 292px;
}

table.tableau_liste_form input.zone_recherche_focus {
	border: 2px solid #666666;
	background: #FFFFCC;
	padding: 2px;
	width: 292px;
}

table.tableau_liste_form input.checkbox {
	height: 12px;
	width: 12px;
	cursor: pointer;
	vertical-align: bottom;
}

table.tableau_liste_form tr.ligne td.cellule {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	color: #000099;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	height: 25px;
}

table.tableau_liste_form tr.actions {
	background: #EEEEEE;
}

table.tableau_liste_form tr.actions td {
	padding: 5px;
	border-top: 1px solid #666666;
	text-align: center;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* Liste d'utilisateurs */
table.tableau_liste_users {
	width: 500px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

table.tableau_liste_users th {
	border: 1px solid #666666;
	border-bottom: 0px;
	border-left: 0px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	vertical-align: middle;
	background: url(../_images/tableaux/entete_liste.jpg) repeat-x;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	width: 100%;
}

table.tableau_liste_users td.entete {
	white-space: nowrap;
	padding: 2px;
	border: 1px solid #666666;
	border-left: 0px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	height: 23px;
	font-size: 12px;
	background: #EEEEEE;
}

table.tableau_liste_users td.entete_action {
	border-bottom: 1px solid #666666;
	border-right: 0px;
}

table.tableau_liste_users td {
	vertical-align: middle;
	border-top: 1px solid #666666;
}

table.tableau_liste_users tr.ligne {
	background: #FFFFFF;
}

table.tableau_liste_users tr.ligne td.vcard_gauche {
	padding-left: 12px;
}

table.tableau_liste_users tr.ligne td.vcard_gauche div {
	height: 77px;
	background: url(../_images/administrateurs/vcard_gauche.jpg) no-repeat;
	width: 73px;
}

table.tableau_liste_users tr.ligne td.cellule div {
	color: #000099;
	text-align: left;
	height: 77px;
	background: url(../_images/administrateurs/vcard_centre.jpg) repeat-x;
	vertical-align: top;
	white-space: nowrap;
}

table.tableau_liste_users tr.ligne td.cellule p {
	margin-left: 6px;
	margin-right: 4px;
}

table.tableau_liste_users tr.ligne td.cellule p.user_nom {
	padding-top : 3px;
	height: 14px;
	font-weight: bold;
	font-size: 9px;
}

table.tableau_liste_users tr.ligne td.cellule p.user_mail {
	padding-left : 20px;
	padding-top: 2px;
	background: url(../_images/administrateurs/mail.gif) no-repeat;
	height: 16px;
}

table.tableau_liste_users tr.ligne td.cellule p.user_mail a {
	text-decoration: underline;
}

table.tableau_liste_users tr.ligne td.cellule p.user_mail a:hover {
	color: #000000;
}

table.tableau_liste_users tr.ligne td.cellule p.user_mobile {
	padding-top: 2px;
	padding-left : 16px;
	margin-left: 10px;
	background: url(../_images/administrateurs/mobile.gif) no-repeat;
	height: 16px;
}

table.tableau_liste_users tr.ligne td.vcard_droite div {
	height: 77px;
	background: url(../_images/administrateurs/vcard_droite.jpg) no-repeat;
	width: 6px;
}

table.tableau_liste_users tr.ligne td.vide_droite {
	border-right: 1px solid #666666;
}

table.tableau_liste_users tr.ligne td.actions {
	border-right: 1px solid #666666;
	padding-left: 3px;
	padding-right: 3px;
	background: #EEEEEE;
	line-height: 26px;
}

table.tableau_liste_users tr.ligne td.actions div.espace_petit {
	font-size: 3px;
	line-height: 3px;
	height: 5px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* Tableau de parcours de pages */
table.tableau_parcours {
	width: 500px;
	border: 1px solid #666666;
	border-top: none;
}

table.tableau_parcours td {
	vertical-align: middle;
	background: #FFFFFF;
	color: #000099;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	height: 25px;
}

table.tableau_parcours td.precedent_suivant {
	white-space: nowrap;
	color: #666666;
}

table.tableau_parcours td.nros_pages {
	font-weight: bold;
}

table.tableau_parcours td a {
	color: #006600;
}

table.tableau_parcours td a:hover {
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
