@charset "iso-8859-1";
/* auteur: Angelino S */
a:link
	{
		font-family : Arial;
		color : #000099;
		line-height : 20px;
		font-size : 9pt;
		font-weight : bold;
		text-decoration : none;
	}
	
a:hover
	{
		font-family : Arial;
		color : #66CC00;
		line-height : 20px;
		font-size : 8pt;
		text-decoration : none;
	}
	
a:visited
	{
		font-family : Arial;
		color : red;
		line-height : 20px;
		font-size : 9pt;
		font-weight : bold;
		text-decoration : none;
	}
	
	
a.info 
   {
		position: relative;
		border-bottom: 1px gray dotted;
		font-family : Arial;
		color : #000066;
		font-size : 10pt;
		text-decoration : none;
	}
	
a.info span 

	{
		display: none;
	}
	
a.info:hover 

	{
		background: none; /* correction d'un bug IE */
		z-index: 500;
	}
	
a.info:hover span 
	{
		display: inline;
		position: absolute;
		top: 2em;
		left: 1em;
		background: #000099;
		text-align: center;
		color: white;
		padding: 2px;
}	
	
p
	{
		margin-right : 5pt;
		margin-left : 5pt;
		font-family : Arial;
		color : #0033CC;
		line-height : 18px;
		font-size : 10pt;
		text-decoration : none;
		text-align : justify;
	}

blockquote
	{
		font-family : Arial;
		color : #0033CC;
		line-height : 18px;
		font-size : 10pt;
		text-decoration : none;
		text-align : justify;
	}

table
	{
		margin-right : 0pt;
		margin-left :0pt;
		font-family : Arial;
		color : #0033CC;
		line-height : 18px;
		font-size : 10pt;
		text-decoration : none;
	}
		
h1
	{
		margin-right : 20pt;
		margin-left : 5pt;
		padding-top : 0.2em;
		padding-bottom : 0.2em;
		padding-left : 1em;
		padding-right : 1em;
		font-family : Arial;
		text-transform : uppercase;
		background-color : #000099;
		color : white;
		line-height : 20px;
		font-size : 12pt;
		border-style : inset;
		border-width:small;
	}
	
h2
	{
		width : 300 px;
		padding-top : 0.2 em;
		padding-bottom : 0.2 em;
		padding-left : 0.4 em;
		padding-right : 0.2 em;
		border-style : dotted;
		border-width: thin;
		border-color: #6699ff;
		color : #000099;
		font-family : Arial;
		line-height : 20px;
		font-size : 9pt;
		font-weight : bold;
		text-decoration : none;
		text-transform : uppercase;
	}
	
h3
	{
		font-family : Arial;
		color : #000099;
		line-height : 20px;
		font-size : 9pt;
		font-weight : bold;
		text-decoration : none;
		text-transform : capitalize;
	}

body
	{
		background-color : #FFFF99 ;
		background-repeat : no-repeat;
		background-attachment : fixed;
	}