/* Background */
body{
	background: #fff;
	font-family : "Segoe UI", "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	color: #333;
}

/* Titre */
h2.titre {
	display: none;
	height: 1px;
}


h3 { font-size: 24px; }

/* Permettre a tous de voir mon avatar */

label { 
	font-style: italic;
	color: #808080;
	}

input,
textarea {
	font-size: 16px;
	padding: 2px;
}
textarea:hover,
textarea:focus,
input :hover,
input :focus {
	border: 1px solid #11cfff;
}

/* Cadre "Envois en cours" */
.Progress {
	background: #ffebff;
}



/******************************
**	CASE TABLEAU		 **
******************************/

/* case souris au dessus */
.tab_options td.mouseenter
{
	background: #D9EDF7;
}

/* case selectionné */
.tab_options td.selected
{
	background: #ddd;
}

/* Case / Tableau */
.tab_options, .tab_options td
{ 
	border-color: #ccc;
}


/******************************
**	 FORMULAIRE		 **
******************************/

/* Fomulaire: Bouton */
input.submit
{
	background-color: #ffc0ff;
}
/* Formulaire: Parcourir */
.browser
{
	background: #DBEFFF;
	border: 2px solid #ddd;
}


.etape1 h3 { color: #11CFFF; }
.etape2 h3 { color:#7DC914; }
.etape3 h3 { color:#E90080; }
.etape4 h3 { color:#FF5900; }
.etape5 h3 { color:#07A787; }
.etape6 h3 { color:#AD0DFE; }
.etape7 h3 { color:#aaa; }


.etape2 .tab_options td.mouseenter { background:#E5F3CA; }
.etape3 .tab_options td.mouseenter { background:#F5DFEF; }
.etape4 .tab_options td.mouseenter { background:#F0DDD2; }
.etape5 .tab_options td.mouseenter { background:#D9F4ED; }
.etape6 .tab_options td.mouseenter { background:#EDDBF2; }
.etape7 .tab_options td.mouseenter { background:#E5F3CA; }
