/***********************************************/
/* ADMIN CSS                                   */
/***********************************************/

/***********************************************/
/* BODY                                        */
/***********************************************/
.MenuConfig
{
 font-family: verdana ;
 font-size: 8pt ;
 color: black ;
 background-image:url(../img/bg_admin_light.jpg);
 background-repeat:repeat-y;
}

.ColorsConfig
{
 font-family: verdana ;
 font-size: 12px ;
 color: #191970 ;
 background-image:url(../img/bg_admin_light.jpg);
 background-repeat:repeat-y;
}

/***********************************************/
/* INPUT                                       */
/***********************************************/
input
{
 font-family: verdana ;
 font-size: 8pt ;
 color: #191970 ;
}

/***********************************************/
/* SELECT                                      */
/***********************************************/
select
{
 font-family: verdana ;
 font-size: 8pt ;
 color: #191970 ;
}

/***********************************************/
/* SPAN                                     */
/***********************************************/

td.admin_InputLabel span
{
   font-family: verdana ! important;
   font-size: 10px ! important;
   color: black;
}

/***********************************************/
/* TD                                      */
/***********************************************/
td.admin_InputLabel
{
   font-family: verdana ! important;
   font-size: 11px ! important;
   color: #0066ff ! important;
}

/***********************************************/
/* DIV*/
/***********************************************/

div.admin_gestionTitle
{
   font-family: verdana ! important;
   font-size: 16px ;
   font-weight: bold;
   color: #9e3a2a ;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 15px;
}


/***********************************************/
/* LIBELLES DE BOUTON IMAGE                    */
/***********************************************/

.libelle
{
 font-family: verdana ;
 font-size: 9pt ;
 text-decoration: none;
 color: #191970 ;
 padding-left: 20px ;
 cursor: pointer;
}

.titre_admin
{
 font-family: verdana ;
 font-size: 16pt ;
 color: #9E3A2A ;
}

.nom_site
{
 font-family: verdana ;
 font-size: 16pt ;
 color: #808080 ;
}

.msg_bienvenue
{
 font-family: verdana ;
 font-size: 9pt ;
 color: black ;
}

/***********************************************/
/* BOUTONS                                     */
/***********************************************/

input.btnForm
{
   color: #191970 ;
   font-family: 'trebuchet ms',helvetica,sans-serif ;
   font-size: 8pt ;
   font-weight: bold ;
   border-color: #191970 ;
   border-style: outset ;
   border-width: 1px ;
   margin-left: 10px;
   cursor: pointer;
}

/*  hover et active ne marche pas sur IE pour les INPUT*/
input.btnForm:hover {

	background-color: white;
	text-decoration: none;
	color: red ;
}

input.btnForm:active {

	background-color: red;
	text-decoration:none;
	color: white;
}



/***********************************************/
/* LIENS                                       */
/***********************************************/


/* Liens du menu Admin : menu & sous-menu */
/******************************************/
/* NOTE : Quand figure des déclarations avec " ! important ", elles surclassent les déclarations normales.
	  Obligatoire sinon la couleur des liens du menu prennent la couleur des liens choisie pour le site
*/

/* liens qui sont des descendants de 'td' de classe 'admin_menu'*/
td.admin_menu a
{
	
   font-family: verdana ! important;
   font-size: 13px ! important;
   color: #191970 ! important;
   text-decoration: none ! important;
}


/* liens qui sont des descendants de 'td' de classe 'admin_ssmenu'*/
td.admin_ssmenu a
{
	
   font-family: verdana ! important;
   font-size: 12px ! important;
   color: #0066ff ! important;
   text-decoration: none ! important;
}




