body
{
	font-size: 12px;
	font-family: Verdana;
	padding: 0;
	margin: 0;
	background-color: #EBE9E0;/*#D7DBE9;*/
	color: #333;
	cursor: default;
}
form {display: inline;}

form.form
{
	background: #E5E5E5;
	border: 2px solid #CCC;
	-moz-border-radius: 5px;
	margin: 10px;
	display: block;
	padding: 5px;
}





div.divCo
{
	position: absolute;
	right: 0px;
	font-size: 10px;
	margin-right: -4px;
	margin-top: -12px;
	
}

/*
Le menu
*/
#menu
{
	border-bottom: 2px solid #333;
	background: #CCC;
	color: white;
	font-weight: bold;
	padding: 4px;
	margin-bottom:25px;
	letter-spacing: 1px;
}

#menu a
{
	color: white;
	text-decoration: none;
	/*border: 1px solid #4D6696;*/
	background: #666;
	padding: 2px 4px;
	margin-right: 4px;
	font-size: 9px;
	font-style: italic;

	-moz-border-radius: 3px;
}

#menu a:hover
{
	background-color: #6F7B95;
}

#menu a.support
{
	background: #333;
	color: white;
}

#menu a.support:hover
{
	background-color: #6F7B95;
}

#corps
{
	margin: 5px;
	background-color: white;
	margin-right: 10%;
	margin-left: 10%;
	padding: 7px;
	-moz-border-radius: 5px;
	border: 2px solid #204C7A;
	border-top-color: #7CB4C3;
	border-left-color: #7CB4C3;
}



/*
Les liens
*/
a.btn
{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #A9D2D7;
	color: #3A484A;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	-moz-border-radius: 3px;
	font-size: 9px;
}

a.btn:hover
{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	/*
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	*/
	color: #161B1C;
	background-color: #8EB0B4;
}



input, textarea, select
{
	background:#FFFFCC;
	font-size: 10px;
}
/*
Headers H1, H2...
*/
h1
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #FBFBF2;
	background-color: #F77710;
	padding: 2px;
	color:white;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid silver;
	padding: 2px;
}




/*
Tableaux
*/
table.t1
{
	background-color: white;
	-moz-border-radius: 4px;
}
table.t1 th
{
	text-align: right;
	font-weight: 100;
	background-color: #FBFBF2;
}
table.t1 tD
{
	background-color: #FBFBF2;
}





table.t2
{
	border: 1px solid gray;
	background-color: #F4F4FE;
}

table.t2 th
{
	background-color: #738E91;
	padding: 4px;
	color: white;
}

table.t2 td
{
	background-color: #E6F4FF;
}

table.t2 tr.l1 td
{
	background-color: white;
}

table.t2 tr.ftr td
{
	margin-top: 10px; 
}

table.t2 tr.ftr td
{
	color: #293644;
	border-top: 1px solid #DBE9F3;
	border-bottom: 1px solid #B6C5E4;
	border-right: 1px solid #B6C5E4;
	background-color: #CAE2FF;
}

table.t2 tr.over td
{
	background-color: #CEF7C5;
}


/*
Div d'erreur
*/
#err
{
	background-color: #CC0000;
	border: 1px solid red;
	color: white;
	font-weight: bold;
	padding: 5px;
}


a
{
	color: black;/*#305282;*/
}

a:hover
{
	text-decoration: none;
}




table.t3
{
	border: 1px solid gray;
}
table.t3 th,
table.t3 td
{
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	vertical-align: top;
}
table.t3 td
{
	padding: 4px;
}

table.t3 th
{
	font-weight: 100;
	width: 140px;
	text-align: left;
	font-size: 10px;
}
/* Client */
table.t3 tr.resp0 th,
table.t3 tr.resp0 td
{
	background-color: #FBD186; /* #F9EFD8 */
}
/* Support Technique */
table.t3 tr.resp1 th,
table.t3 tr.resp1 td
{
	background-color: #E5E5E5; /* #EFF6FC */
}
/* Graphiste */
table.t3 tr.resp2 th,
table.t3 tr.resp2 td
{
	background-color: #EFF6FC;
}

/*Derniere intervention */
div.lastuser {
text-align: center; 
border: 1px solid #cc0000; 
padding: 4px; 
background-color: #FBD186;/*F9E9E9*/
}

a.link1
{
	font-weight: bold;
}
a.link0
{
	color: gray;
	text-decoration: none;
}