/*html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(img/bg.jpg) repeat center center;
	overflow:scroll;
}
*/

img{
	border: 0px;
}


#body
{
	font-family:Arial; font-size:12;
}

#menu
	{
		height: 37px; width: 1024px;/*  margin-left pour redresser firefox */
		background: url('img/menu.gif') top no-repeat;  z-index:50;
	}
	

	
		#tatu 
	{
		padding: 3px 3px 3px 3px;
		background: url('img/mainnavleft.gif') right no-repeat;z-index:50; font-size:12;
	}
	

	
		#tatu a
		{
			font: bold 11px Arial, helvetica, sans serif; color: #7e01a7;
		}
	
#formations{
	width:850px;
	margin-left:40px;
	margin-top:10px;
	background:#ffffff;
}

	#formations ul{
		line-height:18px;
		list-style:none;
		margin:0px;
	}
	
		#formations ul li{
			width:770px;
			height:auto;
			text-indent:32px;
		}
		
		#formations ul li.impair{
			background:#CCCCCC;
		}	

		#formations ul li.pair{
			background:#FFFFFF;
		}	
		
		#formations ul li:hover{
			background:#DFFEA0;
		}
		
			#formations ul li a{
				background:url(./images/logo-pdf.gif) no-repeat;
				width:auto;
				height:16px;
				color:#006699;
				text-decoration:none;
				padding-left:20px;
			}
			
			#formations ul li i{
				width:auto;
				height:16px;
				color:#000000;
				text-decoration:none;
				font-style:normal;				
				padding-left:20px;
			}
	
	#contenu{
		background: white; 
	}