/* ***************************************************************** *\
		Fichier :			style_admin.css
		Date de création :	29/09/2005
		Auteur :			VACHER Grégory
		Copyright:			AG NetConcept (AGNC) http://www.agnc.fr
\* ***************************************************************** */

/*-*- DESIGN -*-*/
/**boutton_standard**/
.boutton_standard{
	background-image:url(../../images/design/background/bleu_bouton.png);
	border-bottom-color: #A9A7B1;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#333333;
	letter-spacing: 1px;
}
/**boutton_standard**/
/**boutton_admin**/
.boutton_admin{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#000000;
	border: 1px solid #CCCCCC;
	margin-left: -1px;
	margin-right: -2px;
}
/**boutton_admin**/
/**boutton**/
.boutton{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#000000;
}
/**boutton**/
/**type_text**/
.type_text{
	background-image:url(../../images/design/background/bleu_titre2.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	width: 200px;
}
/**type_text**/
/**entete_tableau_recherche**/
.entete_tableau_recherche{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
}
/**entete_tableau_recherche**/
/**ligne_tableau_recherche**/
.ligne_tableau_recherche{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align: center;
}
/**ligne_tableau_recherche**/
/**formulaire_admin_reponse**/
.formulaire_admin_reponse{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
}
/**formulaire_admin_reponse**/
/**formulaire_admin_obligatoire**/
.formulaire_admin_obligatoire{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	background-image:url(../../images/design/background/bleu_titre.png);
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/**formulaire_admin_obligatoire**/
/**formulaire_admin_option**/
.formulaire_admin_option{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	background-color: #B9BCCC;
	padding: 5px;
	margin: 5px;
}
/**formulaire_admin_option**/
/**traitement_texte**/
.traitement_texte{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0DFE3;
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
}
/**traitement_texte**/
/**traitement_texte_corps**/
.traitement_texte_corps{
	background-color: #FFFFFF;
	padding: 5px;
}
/**traitement_texte_corps**/
/**raccourci_border**/
.raccourci_border{
	border: thin solid #CCCCCC;
	text-align: center;
	padding: 2px;
}
/**raccourci_border**/
/*-*- LEGEND -*-*/
/**legend_titre**/
.legend_titre {
	border: thin solid #999999;
	background-color:#A5A4BF;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
/**legend_titre**/
/**legend_sous_titre**/
.legend_sous_titre{
	border: thin solid #999999;
	background-color:#BFB8BF;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
/**legend_sous_titre**/
/**legend_liste**/
.legend_liste{
	color:#000000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
/**legend_liste**/