﻿.form_button
{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#031030;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Verdana;
    font-size:11px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#C0C0C0;
    cursor:pointer;
}
.form_button:hover
{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#5B7598;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Verdana;
    font-size:11px;
    line-height:130%;
    text-decoration:underline;
    font-weight:bold;
    color:#031030;
    cursor:pointer;
}
.form_label_erreur
{
    font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
}

.form_elt
{
    font-family: Verdana;
	font-size: 11px;
	border-color:#5080C0;
	border-width:1px;
	background-color:#D0E0F0;
	color: #5080C0;
	text-align: left;
}

.form_elt_identification
{
    font-family: Verdana;
	font-size: 11px;
	border-color:#031030;
	border-width:1px;
	background-color:#031030;
	color: #C0C0C0;
	text-align: left;
}
