/*<!--------------------------------------------------------------------------
    Projet : EMOTION - fiches
    Ecrit par : EJ
    Desc : style du site
    Date de creation : 2002 09 13
	Modifie : 

---------------------------------------------------------------------------->*/

/* --- */
/* table pour les fiches */
/* --- */
table.table_fiche
{
	width : 100%;
	border: 0pt none #000000;
	border-spacing : 0pt;
}
td.table_fiche
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding:0pt;
	vertical-align : top;
	text-align : justify;
}
.titre_fiche
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
}
.accroche_fiche
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : italic;
}
/* pour la présentation des photos en horizontal */
table.table_fiche_photo_H
{
	border : 0pt none  #000000;
	border-spacing : 1pt;
	width : 100%;
}
td.table_fiche_photo_H
{
	border : 0pt none #000000;
	padding:5pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	vertical-align : top;
}
/* pour la présentation des photos en vertical */
table.table_fiche_photo_V
{
	border : 0pt none  #000000;
	border-spacing : 1pt;
}
td.table_fiche_photo_V
{
	border : 0pt none #000000;
	padding:5pt;
	text-align : center;
	vertical-align : top;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
/* pour la présentation des photos ou le texte entoure la photo */
td.fichephotoinc
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}