/****************************
* POUR GENEVE.CH            *
* AUTEUR : LTI              *
* CREATION : 07.07.2008     *
* MISE A JOUR : 21.08.2008  *
****************************/

/* Mise en forme des tableaux */

/* Enlever les cellspacing */
table.border_collapse {
	border-collapse: collapse;}
	
/* Alignement des th*/
thead th {
	text-align: center;}
	
tbody th {
	text-align: left;}	

/* Pas de passage à la ligne */
.nowrap {
	display: block;
	white-space: nowrap;}

/* Cellule rouge Warning */
.tdWarning {
	background-color: #ffeeee;
	color: #cc0000;}

/* Alignement vertical dans les cellules */
.valign_top { vertical-align: top;}
.valign_middle { vertical-align: middle;}
.valign_bottom { vertical-align: bottom;}