body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #626B3E;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: Black;
}

/*
Mise en page
*/
.mp_table
{
	width: 760px;
	height: 100%;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: white;
}

.mp_gauche,
.mp_droite
{
	vertical-align: top;
	text-align: right;
}
.mp_gauche
{
	width: 132px;
}
.mp_droite
{
	width: 628px;
	text-align: center;
}

.mp_titre,
.mp_logo
{
	color: #333366;
	font-size: 0.80em;
	font-weight: bold;
	height: 56px;
	vertical-align: bottom;
	text-align: right;
}
.mp_titre
{
	width: 75px;
	background-image:    url(../images/miseenpage_bg_titre.gif);
	padding-right: 5px;
}
.mp_logo
{
	width: 548px;
	background-image:   url(../images/miseenpage_bg_logo.gif);
}

.mp_menu
{
	text-align: center;
	vertical-align: top;
}

.mp_contenu
{
	text-align: center;
	vertical-align: top;
	height: 120%;
}

.mp_details
{
	text-align: center;
}

.mp_liste
{
	text-align: center;
}

.mp_erreur
{
}


/*
Menu
*/
a.menu_lien,
a.menu_lien:hover
{
	color: #000000; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	line-height: 20px; 
	width: 100%;
	display: block;
}
a.menu_lien
{
	background-color: #fbecc6;
}
a.menu_lien:hover
{
	background: #fbc53e;
}

.menu_cell_gauche,
.menu_cell_centre,
.menu_cell_image,
.menu_cell_droite
{
	white-space:nowrap;
	background-color: #fbecc6;
}

.menu_cell_gauche
{
	text-align:left;
}
.menu_cell_centre,
.menu_cell_image
{
	text-align:center;
}
.menu_cell_droite
{
	text-align:right;
}

/*
largeurs
*/
.liste_table,
.details_table
{
	width: 600px;
}
.liste_table_client,
.details_table_client
{
	width: 500px;
}

/*
details
*/
.details_table,
.details_table_client
{
	border: 1px solid #626B3E;
}
.details_titre
{
	background-color: #CCCC99;
	text-align: left;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #294458;
	padding: 3px;
	margin: 1px;
}

.details_label,
.details_label_haut,
.details_champs,
.details_boutons
{
	text-align: left;
	color: #863A09;
	font-size: 0.80em;
	font-weight: bold;
	border: 1px solid #294458;
	padding: 3px;
	margin: 1px;
}
.details_label
{
	vertical-align: middle;
	width: 165px;
}
.details_label_haut
{
	vertical-align: top;
	width: 165px;
}
.details_champs
{
	color: black;
	text-align: left;
	font-weight: normal;
}
.details_boutons
{
	color: black;
	text-align: center;
}

/*
item
*/
.item_champs
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	background-color: #efefef;
	border: 1px solid black;
}
.item_button
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	background-color: #8399b1;
	border: 1px solid black;
	margin-right: 5px;
}
.item_precisions
{
	font-size: xx-small;
}
.item_chklist
{
	font-size: 0.9em;
	font-weight: normal;
}
.item_divchklist
{
	overflow: auto;
	width: 370px; 
	height: 32em
}
.item_titre,
.item_titre_client
{
	 width: 70%;
	 text-align:left;
	 padding-right: 15px;
}
.item_titre_client
{
	 width: 65%;
}
.item_numero
{
	 text-align:right;
}
.item_info
{
	font-weight: normal;
}
.item_divEnvoiID
{
	text-align: right;	
	font-size: 0.9em;
}

/*
Liste
*/

.liste_titre
{
	font-weight: bold;
}
.liste_table,
.liste_table_client
{
	color: Black;
	background-color: White;
	border-collapse: separate;
	border: 1px solid #294458;
}
.liste_table a
{
	color: Black;
}

.liste_Header,
.liste_Footer,
.liste_Item,
.liste_Item_command,
.liste_AlternatingItem,
.liste_SelectedItem,
.liste_EditItem
{
	font-size: 0.80em;
	border: 1px solid #294458;
	padding: 3px;
	
}

.liste_Header,
.liste_Footer
{
	font-size: 1em;
	background-color: #CCCC99;
	font-weight: bold;
}
.liste_Item,
.liste_Item_command
{
}
.liste_Item_command a
{
	text-decoration: none;
}
.liste_AlternatingItem
{
	background-color: Whitesmoke;
}
.liste_SelectedItem
{
	background-color: #fbecc6;
}
.liste_EditItem
{
}
.liste_Pager
{
}
.liste_Pager td
{
	border: 1px none #294458;
	font-size: 0.8em;
	text-align: center;
	color: black;
}
.liste_Pager td a
{
	color: dimgray;
}



/*
Erreur et message
*/
.msg_confirmation
{
	color: ForestGreen;
	font-weight: bold;
}

.erreur_simple,
.erreur_sys
{
	color: firebrick;
}
.erreur_simple
{
	font-size: x-small;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.erreur_sys
{
}

/*
connexion
*/
.connexion_table
{
	background-color: white;
}
.connexion_label,
.connexion_champs
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: black;
	background-color: #ffffff;
	border: 0px solid black;
	padding: 3px;
}
.connexion_label
{
	width: 120px;
}
.connexion_champs
{
	width: 100px;
}
.item_connexion
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: black;
	font-weight: normal;
	background-color: #efefef;
	border: 1px solid black;
	padding-left: 2px;
}
.item_connexion_button
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: black;
	font-weight: bold;
	background-color: #efefef;
	border: 1px solid black;
	padding: 2px;
}
.item_button_langue
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #2F4A5F;
	background-color: #FCEFCE;
	border: 1px solid #2F4A5F;
	padding-left: 2px;
	font-weight: bold;
	margin-top: 10px;
}
