	html, body 
	{ 
		width:100%; 
	}
	
	
	div, img, a, input, span, p, h1, h2, h3
	{
		margin:none; 
		padding:none; 
		border:none;
		outline:none;	
	}
	
	
	h1 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 28px;
		font-weight: normal;
		text-align: left;
		color: #0272d2;
	}
	
	
	h2 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		color: #646465;
	}


	h3 
	{
		border:0;
		text-align: left;
		vertical-align: top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #555555;
		margin:0;
		padding:0;
		padding-bottom:10px;
	}


	h4 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
		color: #646465;
	}
	
	
	p 
	{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		color: #333333;
		font-size: 11px;
		font-weight: normal;
		line-height: 11pt;
		margin:0;
		padding:0;
		padding-bottom:10px;
	}


	label 
	{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		color: #333333;
		font-size: 11px;
		font-weight: normal;
		line-height: 11pt;
	}
	
	
	img 
	{
		border-left:4px;
		border-right:4px;
		border-color:#FFFFFF;
	}
	
	
	ul
	{
		list-style-image: url(../../interface/puces/puce-grise-sm.gif);
		margin-left: 9px;
		padding-left:9px;
	}
	
	
	li
	{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		color: #333333;
		font-size: 11px;
		font-weight: normal;
		line-height: 11pt;
		padding-bottom:5px;
		margin-bottom:0px;
	}	
	
	
	hr
	{
		width: 100%;
		height: 1px;
		border:none;
		background-color:#ccc9c9;
		margin-top: 15px;
		margin-bottom: 15px;
	}	
		
	form
	{
		margin:0px; 
		padding:0px;
	}
	
	
	input, select, option, textarea 
	{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		color:#000000;
		background-color:#FFFFFF;
		font-size:11px;
		border:solid #666666 1px;
		text-align:left;
	}


	a
	{
		font-family : Verdana,Arial, Helvetica, sans-serif;
		font-size: inherit;
		color: #0272d2;
		text-decoration:underline;
		line-height: inherit;
	}
	
	
	a:link
	{
		color : #0272d2; 
	}
	
	a:visited
	{
		color: #0272d2;
	}
	
	a:hover
	{
		color: #333333;
	}
	
	a:active
	{
		color: #0272d2;
	}
	
	
	.bleu
	{
		font-weight: normal;
		color: #0272d2;
	}


	.vert
	{
		font-weight: normal;
		color:#339900;
	}


	.mauve
	{
		font-weight: normal;
		color:#CC66CC	
	}
	
	
	.Gras 
	{
		font-weight: bold;
	}


	.Gras_bleu
	{
		font-weight: bold;
		color: #0272d2;
	}


	.Gras_vert
	{
		font-weight: bold;
		color:#339900;
	}


	.Gras_mauve
	{
		font-weight: bold;
		color:#CC66CC	
	}
	
	
	.Italique 
	{
		font-style:italic;
	}


	.Souligne 
	{
		text-decoration:underline;
	}


	.Souligne_bleu
	{
		text-decoration:underline;
		color:#0272d2;
	}


	.Souligne_vert
	{
		text-decoration:underline;
		color:#339900;
	}


	.Souligne_mauve
	{
		text-decoration:underline;
		color:#CC66CC;
	}



	.Italique_bleu
	{
		font-weight: normal;
		font-style:italic;
		color: #0272d2;
	}


	.Italique_vert
	{
		font-weight: normal;
		font-style:italic;
		color:#339900;
	}


	.Italique_mauve
	{
		font-weight: normal;
		font-style:italic;
		color:#CC66CC	
	}
	
	
	.Gras-Italique 
	{
		font-style:italic;
		font-weight: bold;
	}


	.Gras-Italique_bleu
	{
		font-weight: bold;
		font-style:italic;
		color: #0272d2;
	}


	.Gras-Italique_vert
	{
		font-weight: bold;
		font-style:italic;
		color:#339900;
	}


	.Gras-Italique_mauve
	{
		font-weight: bold;
		font-style:italic;
		color:#CC66CC	
	}

