#fiche
{
	background-color: #EFEFEF;
	width: 476px;
	font-size: 98%;
	padding-bottom: 10px;
	padding-top: 5px;
}

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

/* =============================================== Sous Titre */
#fiche H2
{
	color: #02374B;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 125%;
}

/* =============================================== 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;
}

/* =============================================== Onglet */
#fiche #onglet
{
	display: none;
}

/* =============================================== 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%;
}

#fiche DIV.sousMenu SELECT
{
	font-size: 11px;
}

.sousMenu
{
	margin-bottom: 5px;
	margin-top: 5px;
}

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

#fiche .page_on
{
	display: block;
}

#fiche .page_off
{
	display: none;
}
