@charset "utf-8";

input[type=reset]
{
}

input[type=submit].Lo_Input_C
{
	box-shadow:1px 1px 1px #D83F3D;
	cursor:pointer;
	margin-left:0px;
	background-color:#99FF99;
	width:100px;
}
input[type=submit].Lo_Input_M
{
	box-shadow:1px 1px 1px #D83F3D;
	cursor:pointer;
	margin-left:0px;
	background-color:#B3F4FE;
	width:150px;
}
input[type=submit].Lo_Input_I
{
	box-shadow:1px 1px 1px #D83F3D;
	cursor:pointer;
	margin-left:0px;
	float:right;
	background-color:#B3F4FE;
	width:150px;
}
input[type=submit].Lo_Input_P
{
	box-shadow:1px 1px 1px #D83F3D;
	cursor:pointer;
	margin-left:0px;
	float:left;
	background-color:#FFCC66;
	width:150px;
}

input[type="submit"].Lo_Input_I:disabled, input[type=submit].Lo_Input_M:disabled, input[type=submit].Lo_Input_P:disabled
{
	background-color: #cccccc;
	color :#999999;
	cursor:default;
}
input[type=text]
{
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
}
input[type=password]
{
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
}
select
{
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
	width: 210px;
}

/*--------*/
/* A HREF */
/*--------*/
a.Lo_A_Retour:link
{
	text-decoration: none;
	color: Blue;
}
a.Lo_A_Retour:visited
{
	text-decoration: none;
	color: Blue;
}
a.Lo_A_Retour:hover
{
	text-decoration: underline;
}

/*-------*/
/* Table */
/*-------*/
.Lo_Tab
{
	height: 100%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

/*---------*/
/* Colonne */
/*---------*/
.Lo_Td_Retour
{
	font-family: Arial;
	font-size: 11pt;
	font-style: bold;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.Lo_Td_Titre
{
	width: 100%;
	text-align: center;
	font-size: 15pt;
	font-family: Arial;
	font-style: bold;
	text-decoration: none;
	color: Green;
}
.Lo_Td_ELibelles
{
	color: red;
	font-family: Arial;
	font-size: 9pt;
	font-style: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
	width: 50%;
}
.Lo_Td_Libelles
{
	color: #660099;
	font-family: Arial;
	font-size: 9pt;
	font-style: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
	width: 50%;
}
.Lo_Td_100C
{
	width: 100%;
	text-align: center;
	color: #993300;
	text-decoration: none;
}
.Lo_Td_100CS
{
	width: 100%;
	text-align: center;
	color: #993300;
	text-decoration: underline;
}
.Lo_Td_034
{
	width: 34%;
}
.Lo_Td_033
{
	width: 33%;
}