	body, html
	{
		width: 100%;
		height: 100%;
		margin: 0px;
		background-color:#FFFFFF;

		font-family : Verdana,Arial, Helvetica, sans-serif;
		color:#2d2d2d;
		font-size: 11px;
		line-height: 20px;
	}
		

	p
	{
	font-family : Verdana,Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	font-size: 11px;
	line-height: 20px;
	}	

		
	h1
	{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		color: #3c96bc;
		font-size: 27px;
		line-height: 30px;
		font-weight: normal;
	}	


	h2
	{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 22px;
		color: #3c96bc;
		font-weight: normal;	
	}


	h3
	{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #1685da;
		font-weight: bold;	
	}
		
	
	hr
	{
		width: 100%;
		height: 1px;
		color:#CCCCCC;
		margin-top: 0px;
	}
			

	ul
	{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		font-size: 11px;
		list-style: square url(../interface/puces/puce-bleu.gif);
		margin-left: 9px;
		padding-left:10px;
		line-height: 20px;
	}
	
	
	li{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		font-weight: normal;
		padding-bottom:10px;
 	}	
	


	img
	{
		border: 0px;
	}




	
	a{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #1685da;
		font-weight: normal;	
		text-decoration:none;
	}
	
	
	a:link
	{
		color: #1685da;
	}
	
	a:visited
	{
		color: #1685da;
	}
	
	a:hover
	{
		color: #f60208;
	}
	
	a:active
	{
		color: #1685da;
	}
	
	


.Gras {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 15px;
	}


.Italique {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 15px;
	font-style:italic
	}


.Gras-Italique {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 15px;
	font-style:italic
	}


