html, body
{
    background-color : #FFEFBD;
	text-align:center;
}

select, textarea, input
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #A41B00;
	border: 1px solid silver;
	padding-left: 5px;
}

input.button
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #A41B00;
	border: 2px silver outset;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.info
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #A41B00;
	text-align: right;
	padding-right: 10px;
}

td.info_user
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #A41B00;
	padding-left: 10px;
	padding-right: 10px;
}

td.titre_login
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #651501;
	text-align: center;
}

td.login
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #A41B00;
	text-align: right;
}

td.alert_err
{
	font-family: Verdana;
	font-size: 10px;
	color: #A41B00;
	text-align: center;
}

td.form_libelle
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #OOOOOO;
	background-color: #F6E594;
	padding-right: 10px;
	text-align: right;
}

td.form_value
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #A41B00;
	padding-left: 10px;
}

td.label_membre
{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

td.info_membre
{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	text-align: center;
}

input.login
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2C1C7A;
	text-align: center;
	border: 1px solid silver;
	width: 150px;"
}

p.bienvenue
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #651501;
}

p.informations
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

p.actions
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	padding-left: 45px;
}

div.item_menu
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.erreur
{
	font-family: Verdana;
	font-size: 11px;
	color: red;
}

.statut
{
	font-family: Verdana;
	font-size: 12px;
	color: #A41B00;
}


/*************************************/
/*  LIENS   */
/*************************************/
A:link 
{
	color: #A41B00;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:visited 
{
	color: #A41B00;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:hover 
{
	color: #2C1C7A;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A.logout:link 
{
	color: #A41B00;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

A.logout:visited 
{
	color: #A41B00;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

A.logout:hover 
{
	color: red;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}