HTML { FONT-FAMILY: Arial, sans-serif; }
BODY { font-family: Arial, sans-serif; font-size: 72%; color: #4F4F4F; }

A { text-decoration: none; }
A:HOVER { text-decoration: underline; }

.txtPad { padding: 3px; }

#onglet { display: none; }

#tabResultat { font-family: Arial, sans-serif; font-size: 100%; color: #4F4F4F; border: 1px solid #7F9DB9; }
#tabResultat TH { border-left: 1px solid #7F9DB9; width: 20px; }
#tabResultat A { color: #000000; display: block; width: 100%; }
#tabResultat A:HOVER { color: #FFFFFF; text-decoration: none; display: block; width: 100%; }
#tabResultat A.lost { display: none; }

#tabResultat A.lnkUrl { color: #4F4F4F; text-decoration: none; width: 85%; display: inline; }
#tabResultat A.lnkUrl:HOVER { color: #4F4F4F; text-decoration: underline; width: 85%; display: inline; }

#tabResultat A.btn { width: 15px; display: inline; }
#tabResultat A.btn:HOVER { width: 15px; display: inline; }

#tabResultatHdp { font-family: Arial, sans-serif; font-size: 100%; color: #4F4F4F; border-top: 1px solid #7F9DB9; border-left: 1px solid #7F9DB9; border-right: 1px solid #7F9DB9; }
#tabResultatHdp TH { border-left: 1px solid #7F9DB9; width: 20px; }

#tabResultatHdp UL {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 290px;
}

#tabResultatHdp LI {
	list-style-type: none;
	margin: 10px 0px 0px 30px;
}

#formSearch {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #4F4F4F;
	background-color: #EFEFEF;
	width: 320px;
	padding-top: 10px;
}

.txt { font-family: Arial, sans-serif; font-size: 100%; color: #4F4F4F; }
.T11 { font-size: 11px; }
.T10 { font-size: 10px; }


#fiche
{
	border: 1px solid #EFEFEF;
	width: 476px;
	font-size: 98%;
	padding: 10px;
}

/* =============================================== Titre */
#fiche H1
{
	color: #02374B;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 160%;
}

/* =============================================== Sous Titre */


/* =============================================== Entete */
#fiche #entete
{
	margin-left: 10px;
}

#fiche #entete #logo
{
	float: left;
	width: 120px;
	height: 120px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 0;
}

#fiche #entete #txt
{
	padding-left: 135px;
}

#fiche #entete #txt_alone
{
}

/* =============================================== Menu */
#fiche #menu
{
	clear: left;
	font-weight: bold;
	text-align: right;
	width: 466px;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#fiche #menu SELECT
{
	font-size: 90%;
}

#fiche #sousMenu SELECT
{
	font-size: 90%;
	width: 420px;
}

/* =============================================== Texte principal */
#fiche #texte
{
	clear: right;
	margin-left: 10px;
	margin-right: 10px;
}

/* Titre Page */
#fiche #texte H2
{
	color: #02374B;
	font-weight: bold;
	margin-left: 0;
	font-size: 120%;
	margin-bottom: 10px;
}

/* Tous les autres titres utilisés dans les pages */
#fiche #texte H3, #fiche #texte H4, #fiche #texte H5, #fiche #texte H6
{
	color: #02374B;
	font-weight: bold;
	margin-left: -20px;
	margin-top: 10px;
	font-size: 100%;
}

/* Texte des pages */
#fiche .page
{
	margin-left: 30px;
}

#fiche .page_on
{
	display: block;
}

#fiche .page_off
{
	display: none;
}
