input
{
color:white;
background-color:#0C9E04;
font-weight:bold;
font-family:Verdana;
font-size:9pt;
}
BODY 
{
SCROLLBAR-FACE-COLOR: #E0EB9E;
SCROLLBAR-HIGHLIGHT-COLOR: #E0EB9E;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #56AAEA;
SCROLLBAR-TRACK-COLOR: #393EB2;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
margin:0;
padding:0;
}
select
{
color:white;
background-color:#0C9E04;
font-weight:bold;
font-family:Verdana;
font-size:9pt;
}
H1
{
color:#0C9E04; 
font-family:Verdana;
text-align:center;
font-size:12pt;
}
H2
{
font-family:Verdana;
text-align:center;
font-size:11pt;
font-style:italic;
}
H3
{
color:#0C9E04;
font-family:Verdana;
font-size:9pt;
}
H4{color:blue;}
p
{
color:black;
font-weight:bold;
font-family:Verdana;
font-size:9pt;
}
th
{
text-align:center;
color:white;
background-color:#0C9E04;
font-family:Verdana;
font-size:8pt;
}
td
{
font-family:Verdana;
font-size:8pt;
color:black;
}
.titre
{
font-family:Verdana;
font-size:11pt;
color:black;
text-align:left;
background-color:#ddd;
padding:10px 5px;
font-variant:small-caps;
display:block;
margin-left:2px;
}
.normal
{
font-family:Verdana;
font-size:9pt;
color:black;
background-color:white;
}
.surligne
{
font-family:Verdana;
font-size:9pt;
background-color:#E0EB9E;
}
.supprimer
{
text-decoration:none;
font-family:Verdana;
font-size:9pt;
color:red;
}
.supprimer:hover
{
font-family:Verdana;
font-size:9pt;
color:red;
}
.order
{
color:#FFFFFF;
text-decoration:none;
font-family:Verdana;
font-size:9pt;

}
.order:hover
{
color:#E0EB9E;
text-decoration:underline;
font-family:Verdana;
font-size:9pt;
}
a
{
color:#0C9E04;
text-decoration:none;
font-family:Verdana;
font-size:9pt;
}
a:hover
{
color:#37AB31;
text-decoration:underline;
font-family:Verdana;
font-size:9pt;

}


form{
margin:0;
}


.accueil-client {
	background-image: url("images/dossier-client.jpg");
    background-position: 10px top;
    background-repeat: no-repeat;
	height:385px;
	padding-top:15px;
	padding-left:365px;
	font-family: arial;
	font-size:12px;
}

.accueil-client h2 {
    background-image: url("images/puce-verte.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom-color: #308744;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-variant: small-caps;
    font-weight: bold;
    padding-left: 11px;
	text-align:left;
	font-style:normal;
	color:#242424;
}

.accueil-client form {
	padding-left:60px;

}

.accueil-client form input {
	display:block;
	background-color:transparent;
	color:#242424;
}
.accueil-client form label {
	display:block;
	margin-top:10px;
}
.accueil-client .submit {
	margin-top:20px;
	background-color:#308744;
	color:#fff;
	padding: 2px 7px;
	cursor:pointer;
}

.centre-client {
	margin-left:215px;
	background-image:url(../images/bg-tableau.jpg);
	min-height:600px;
}
.tableau-centre-client {
	background-image:url(../images/bg-top-tableau.jpg);
	background-position: left top;
    background-repeat: no-repeat;
	padding-left:20px;
}
.menu_client {
	text-align:right;
	width:227px;
	float:left;
	position:relative;
}
.menu_client a {
	display:block;
	color:#555555;
	padding-top:10px;
	font-variant:small-caps;
	margin-right:5px;
	border-bottom: 1px solid #fff;
}
.menu_client a:hover, .menu_client a.active {
	border-bottom: 1px solid #0C9E04;
	color:#0C9E04;
	text-decoration:none;
}

.img_petit_dossier {
	position:absolute;
	top:50px;
	left:7px;
}