/*
CSS inclut pour les pages fixes stoquées en base de donnée.
*/


h1, h1 a
{
	font-size: 1.5em;
  font-weight: bold;
  color: #e94e0a;
  vertical-align: middle;
  background: url("../../images/puce_niv1.gif") 0px no-repeat;
  padding-left: 14px;	
  border-bottom: 2px #e94e0a dotted;
  display:block;
}
	div.dansH1
	{
		margin-left:15px;
		font-family: Verdana, sans sérif;
	}
	.dansH1 strong
	{
		color: #e94e0a;
	}
		h2
		{
			font-size: 1.0em;
		  font-weight: bold;
		  color: #00497e;
		  text-align: left;
		  vertical-align: middle;
		  padding-bottom: 3px;
		  background: transparent url("../../images/puce_niv2.gif") 0px no-repeat; 
		  padding-left: 14px;
		  border-bottom: thin #00497e dotted;
		  text-decoration:none;
		}
			div.dansH2
			{
			margin-left:15px;
			}
				ul
				{
					
				}
					li
					{
						font-size:0.9em;
						margin: 2px 0px 2px 2px;
					}
