/*
 *	============================================================
 *	Feuille de style pour les composants E-Content
 *
 *	Créée le 23/12/2004
 *	Par Florte Jérémy
 *	============================================================
 */
							/* CONTENEURS GLOBAUX */
							
/*
 *	============================================================
 *	CONTENEURS PRINCIPAUX
 *	============================================================
 */

							/* HOME PAGE */

#mycontainer
{
	float:left;
	width:360px;
	padding:0 0 0 16px;
}

							/* PAGES INTERIEURES  PUBLIQUES */

#mycontainerpublic
{
	float:left;
	width:560px;
	padding:0 0 0 6px;
}

							/* PAGES INTERIEURES PRIVEES */

#mycontainerprive
{
	float:left;
	width:360px;
	padding:0 0 0 16px;
}

/*
 *	============================================================
 *	FIN CONTENEURS PRINCIPAUX
 *	============================================================
 */							


/*
 *	------------------------------------------------------------
 *	Composant texte
 *	------------------------------------------------------------
 */

							/* CONTENEUR */
.txtcontainer
{
	font-size:110%;
	color:#6F6F6F;
}
							/*	TITRES */ 
.titrenormal 
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	background-image:url(/img/puce_titre_orange.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	font-size:140%;
	font-weight:bold;
	font-family:Arial;
	color:#FF8D00
}

.titrebleu
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	background-image:url(/img/puce_titre_bleu.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	font-size:140%;
	font-weight:bold;
	font-family:Trebuchet MS, verdana, arial;
	color:#004799;
}

							/* SOUS TITRES */

.sstitre
{
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	font-family:Arial;
	font-size:120%;
	color:#004799;
	font-weight:bold;
	background-image:url(/img/puce_verte.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
}
							
							/* PARAGRAPHES */

.pnormal
{
	margin:0px 0 15px 20px;
	padding:0px 10px 0px 0px;
}

.pmiseenavant
{
	margin:0px 0 13px 20px;
	padding:6px 10px 5px 5px;
	background-color:#FFE1B2;
}

/*
 *	------------------------------------------------------------
 *	Composant tableau
 *	------------------------------------------------------------
 */
 
							/* CONTENEUR */

.tabcontainer
{
	padding:0 0 0 20px;
	margin:3px 0 0 0;
}

							/* STYLE STANDARD */

.tabstd
{
	font-size:110%;
}

.tabstd .tr1
{
	background-color:#fff;
}

.tabstd .tr2
{
	background-color:#d6e2ef;
}

.tabstd td
{
	padding:1px 4px 1px 2px;
	font-family:Trebuchet MS, verdana, arial;
	color:#000;
	vertical-align:top;
}

.tabstd td.titre
{
	padding:1px 10px 1px 2px;
	font-family:Trebuchet MS, verdana, arial;
	color:#214877;
	vertical-align:top;
}
 
/*
 *	------------------------------------------------------------
 *	Composant liste
 *	------------------------------------------------------------
 */

.listecontainer
{
	font-size:110%;
	margin-left:20px;
}

.listecontainer ul {
	margin-top:5px;
}

.listecontainer img
{
	float:right;
	vertical-align:top;
}

/*
 *	------------------------------------------------------------
 *	Composant lien
 *	------------------------------------------------------------
 */

.linkcontainer
{
	font-size:110%;
	font-family:arial;
	margin-left:20px;
}

a
{
	color:#FF8D00;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/*
 *	------------------------------------------------------------
 *	Composant mail
 *	------------------------------------------------------------
 */

.mailcontainer
{
	font-size:110%;
	font-family:Arial;
	margin-left:20px;
}

/*
 *	------------------------------------------------------------
 *	Composant fichier
 *	------------------------------------------------------------
 */

.filecontainer
{
	font-size:110%;
	font-family:arial;
	margin-left:20px;
}

.filecontainer a
{
	color:#FF8D00;
	text-decoration:none;
}

.filecontainer a:hover
{
	text-decoration:underline;
}

/*
 *	------------------------------------------------------------
 *	Composant sommaire
 *	------------------------------------------------------------
 */

.summarycontainer
{
	font-size:110%;
	font-family:Trebuchet MS, verdana, arial;
	margin-left:20px;
}

.summarycontainer ul {
	margin-top:5px;
}

.summarycontainer li {
	margin-top:0px;
	margin-bottom:0px;
}