/* Feuille de style emmanuel.css ---*/

/*--- Verdana 10pt ---*/
.v10l		{
			font-family	:	Verdana, Arial, Helvetica;
			font-size	:	10pt;
			text-align	:	left;
			}
.v10r		{
			font-family	:	Verdana, Arial, Helvetica;
			font-size	:	10pt;
			text-align	:	right;
			}
.v10c		{
			font-family	:	Verdana, Arial, Helvetica;
			font-size	:	10pt;
			text-align	:	center;
			}
.v10j		{
			font-family	:	Verdana, Arial, Helvetica;
			font-size	:	10pt;
			text-align	:	justify;
			}
.v10j20		{
			font-family	:	Verdana, Arial, Helvetica;
			font-size	:	10pt;
			text-align	:	justify;
			text-indent	:	20px;
			}

/*--- Arial 10pt ---*/



/*--- Arial 8pt ---*/
.a8l		{
			font-family	:	Arial, Helvetica;
			font-size	:	8pt;
			text-align	:	left;
			}
.a8r		{
			font-family	:	Arial, Helvetica;
			font-size	:	8pt;
			text-align	:	right;
			}
.a8c		{
			font-family	:	Arial, Helvetica;
			font-size	:	8pt;
			text-align	:	center;
			}
.a8j		{
			font-family	:	Arial, Helvetica;
			font-size	:	8pt;
			text-align	:	justify;
			}
.a8bc		{
			font-family	:	Arial, Helvetica;
			font-size	:	8pt;
			color		:	white;
			text-align	:	center;
			font-weight :	bold;
			}

.lieuauteur {
	width			: 250px;
	border-top		: 1px solid #aaa;
	border-bottom	: 1px solid #aaa;
	font-family		: Arial, Helvetica;
	font-size		: 8pt;
	text-align		: center;
	padding			: 0.5em;
	margin-top		: 1em;
	}
	
/*---  ---*/
.footer {
	font				: 0.6em verdana, arial,helvetica,"Bitstream Vera Sans",sans-serif;
	color				: #000000;
	margin				: 0 0 0.2em 0;
	padding				: 0.2em;
	border-top			: 1px solid #003366;
	border-bottom		: 1px solid #003366;
	background-color	: #f6f6f6;
	text-align			: center;
}

		
/*--- Titres ---*/
.titre1		{
			font-family		:	Arial, Helvetica;
			font-size		:	8pt;
			font-weight		:	bold;
			letter-spacing	:	0.1em;
			color			:	white;
			}
.titre2		{
			font			:	Times New Roman, Times, serif;
			font-size		:	12pt;
			font-weight		:	bold;
			color			:	#aa0000;
			}

.titre3		{
			font			:	1.22em arial, helvetica, verdana,sans-serif;
/*			font-weight		:	bold;
			font-style : italic;*/
			color			:	#ff0000;
			text-align		: center;
			margin			: 1em 0 1em 0;
			}
.titre4		{
			font			:	Times New Roman, Times, serif;
			font-size		:	1.1em;
			font-weight		:	bold;
			color			:	#aa0000;
			text-align		: center;
			margin			: 1.5em 0 1em 0;
			}
.souligne	{
			text-decoration : underline;
			}

/*--- Liens ---*/		
.lien		{
			font-family		:	Arial, Helvetica;
			font-size		:	8pt;
			color			:	navy;
			text-Decoration	:	none;
			}
a.lien:hover{
			font-family		:	Arial, Helvetica;
			font-size		:	8pt;
			color			:	red;
			text-Decoration	:	underline;
			}
	
.nolien		{
			font-family		:	Arial, Helvetica;
			font-size		:	8pt;
			color			:	Silver;
			}
			
a.lien2		{
			text-Decoration	:	none;
			Color			:	white;
			}
a.lien2:hover	
			{
			text-Decoration	:	none;
			Color			:	orange;
			}

a.lien3		{
			font-family		:	Arial, Helvetica;
			font-size		:	9pt;
			text-Decoration	:	none;
			Color			:	maroon;
			}
a.lien3:hover	
			{
			font-family		:	Arial, Helvetica;
			font-size		:	9pt;
			text-Decoration	:	none;
			Color			:	blue;
			text-Decoration	:	underline;
			}
a.lien4		{
			font-family		:	Arial, Helvetica;
			font-size		:	10pt;
			font-weight		:	bold;
			text-Decoration	:	none;
			Color			:	maroon;
			}
a.lien4:hover	
			{
			font-family		:	Arial, Helvetica;
			font-size		:	10pt;
			text-Decoration	:	none;
			Color			:	blue;
			text-Decoration	:	underline;
			}
