/* ---------------------------------------------------------------------------
				Feuille de style par defaut de l'admin (page interieur)
----------------------------------------------------------------------------*/

body, p, td, .default_text {
	color: #00206B;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size : 12px;
}
a {
	color: #0076A1;
	text-decoration: none;
}
a:hover {
	color: #F28713;
	text-decoration: underline;
}
input, textarea	{
	BORDER-TOP-COLOR: #ACACAC;
	BORDER-LEFT-COLOR: #ACACAC;
	BORDER-RIGHT-COLOR: #ACACAC;
	BORDER-BOTTOM-COLOR: #ACACAC;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-RIGHT-WIDTH: 1px;
	FONT-FAMILY: Verdana,Helvetica;
	COLOR: #00206B;
	FONT-SIZE: 12px;
}

/* Style du titre de la page */
.titre_page {
	color: #ffffff;
	font-weight : bold;
}
.titre_page_retour {
	color: #ffffff;
	font-weight : normal;
	FONT-SIZE: 10px;
}
.titre_page_retour a {
	color: #FFA800;
}
.titre_page_retour a:hover {
	color: #FAF0A2;
}

/* Style de texte grise */
.texte_gris {
	color: #777777;
	font-style : italic;
}
.texte_gris a {
	color: #777777;	/* 4EA3A3 */
}
.texte_gris a:hover {
	color: #F28713;	/* D9B471 */
}

/* Style de petit texte */
.petit_text {
	font-size : 10px;
}

/* style du filet utilise dans des tableaux pour entourer du texte */
.filet_pointiller	{
	border-width: 1px; 
	border-style: solid; 
	border-color: #777777; 
}

/* champs dans les formulaires */
.chp_intitule {
	font-size: 11px;
	font-weight: bold;
}
.chp_saisie {}
.chp_infos {
	font-size: 11px;
	color: #777777;
}
.titre_partie {
	font-size: 13px;
	font-weight: bold;
	margin-top:20px;
}


