/* Background */
body
{
	background: #fff;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	color: #444;
	font-size:16px;
	font-weight: normal;
}


.logo_grafme { height: 0px; width:0px; margin: 0px; padding: 0px; display: none; }

/* Titre */
h2.titre { 
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 36px;
	color: #6DB214;
	text-decoration: none;
	}

h4 i { color: #999; padding:5px; font-weight: normal; }

h3 {
	font-size: 26px;
	color: #333;
	font-weight: normal;
}

/* Cadre "Envois en cours" */
.Progress
{
	background-color: #ffebff;
}



/******************************
**				CASE TABLEAU			 **
******************************/

/* case souris au dessus */
.tab_options td.mouseenter
{
	background-color: #CBEDA5;
}

/* case selectionné */
.tab_options td.selected
{
	background-color: #A9E860;
}

/* Case / Tableau */
.tab_options, .tab_options td
{ 
	border-color: #bbb;
}


/******************************
**				 FORMULAIRE				 **
******************************/

/* Fomulaire: Bouton */
input.submit
{
	background-color: #ffc0ff;
}
/* Formulaire: Parcourir */
.browser {
	background-color: #D2E4BE;
	border-color: #6DB214;
}


.silverlight_webcam {
  color: rgb(160, 227, 83);
  font-size: 3;
}
