/* CSS FILE

FICHIER CSS */



	
		 

	BODY,TD,P,DIV,UL,OL{

		font-size : 10pt;

		font-family :Arial, Helvetica, Sans-Serif ;

		font-weight : normal;

		color : Black;

		/*background-color : White;*/

	}

	

	STRONG, B{

	font-size : 10pt;

		font-family :Arial, Helvetica, Sans-Serif ;

		font-weight : bold;

		

	}

	

	H1{
		font-size : 20pt;
		font-family :Arial,  Helvetica, Sans-Serif ;
		font-weight : bold;
		color : #000000;
		
	}

	

	H2{
		font-size : 15pt;
		font-family :Arial,  Helvetica, Sans-Serif ;
		font-weight : bold;
		color : #000000;
		
	}



	H3{
		font-size : 12pt;
		font-family :Arial, Helvetica, Sans-Serif ;
		font-weight : bold;
		color : #000000;
		
	}
	

	

	H4{
		font-size : 11pt;
		font-family :Arial, Helvetica, Sans-Serif ;
		font-weight : bold;
		color : #000000;
		
	}	

	

	H5{
		font-size : 9pt;
		font-family :Arial, Helvetica, Sans-Serif ;
		font-weight : bold;
		color : #000000;
		
	}	

	

	H6{
		font-size : 8pt;
		font-family :Arial, Helvetica, Sans-Serif ;
		font-weight : normal;
		color : #003399;
		
	}	

	

	.leftItems{

		font-size : 11pt;

		font-family :Arial, Helvetica, Sans-Serif ;

		font-weight : bold;

		color : Black;

		margin-left : 15px;

	}	

	

	

	

	.dateCopy{

		font-size : 65%;

		font-family :  Verdana, Arial, Helvetica, Sans-Serif ;

		font-weight : bold;

		color : Black;

	}	

	

	
	.menuBottom{

		font-size : 65%;

		font-family :  Helvetica, Arial, Verdana, Sans-Serif ;

		font-weight : bold;

		color : Black;

	}	

	

	.intro{

		font-size : 10pt;

		font-family : Arial, Verdana, Helvetica, Sans-Serif;

		font-style :  italic;

		font-weight : bold;

		color : #666699;

	}	

	

	.warning{

		font-size : 10pt;

		font-family : Verdana, Arial, Helvetica, Sans-Serif;

		font-style :  italic;

		color : #CC0000;

	}	



	.eventdate{

		font-size: small;

		font-weight: bold;

		border-color: Teal;

		border-width: thin;

		border-style: solid;

	}	



	.releasedate{

		font-size: small;

		font-style: italic;

		font-weight: bold;

	}	



	A:Link{
		text-decoration: underline;
		color:#CC0000;

	}

	A:Visited{
		text-decoration: underline;
		color:#003333;

	}

	A:Active{
		text-decoration: underline;
		color:#990000;

	}

	A:Hover{
		text-decoration: underline;
		color:#0000a7;

	}		

