/*  FFFFFF  Blanc */
	html		{background-color: #fff;				/* 53B567;  */
			 font: 12px Verdana; }

	body		{background-color: #fff;				/* E3DFD6;  */
			 font: 12px Verdana;
 			 margin-left: 0px;
			 margin-top: 0px;
			 margin-right: 0px;
			 margin-bottom: 0px;
			 height: 100%;}

	li, td, form	{font: 12px Verdana;}

	b		{font: 12px Verdana;
			 font-weight: bold;}

	a		{font:12px Verdana;
			 font-weight: bold;
			 color=black;
			 text-decoration: none;
			}

/*bandeau haut table*/
	th		{background:#262f32;
			 font: 12px Verdana;
 			 font-weight: bold;
			 text-align: center;
			 color:white;}
			 
/*bouton submit*/
	input, select, textarea	{background:#f0eee9;}

#bouton_numpage_encours	{background:black;
			font:14px Verdana;
			color:white;
			font-weight: bold;}

#bouton_numpage_autre	{background:white;
			font:14px Verdana;
			color:black;
			font-weight: bold;}

#texte_bleu_gras	{color: BLUE;
			font-weight: bold;}

#texte_gris_gras	{color: #666;}

.glyphycon-plus-color {
			color: blue;
			}
.glyphycon-color {
			color: blue;
			}
.glyphycon-remove-color {
			color: red;
			}

.label-primary {
			background: #FEC333;
			}

.cellule-td-centree 	{
			text-align: center;
			vertical-align: middle;
			}

.cellule-td-success	{background:LightGreen;		}
.cellule-td-warning	{background:moccasin;		}
.cellule-td-danger	{background:coral;		}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
				border: none;
			}