@media screen
{

	body
	{
		padding: 30px 0px;
		text-align: center;
		background-color: #eeeeee;
	}


	#tabContent
	{
		background-image: url(images/cloudsnwhite.gif);
		background-repeat: no-repeat;
		background-color: #ffffff;
		width: 750px;
	}


	.MenuItem
	{
		height: 26px;
		width: 20%;
	}	

	.MenuItem a
	{
		display: block;
		height: 26px;
		line-height: 26px;
		width: 100%;
		vertical-align: middle;
		text-align: center;
		background-color: #5A80BE;
		text-decoration: none;
		color: #f5f5f5;
		border-style: none;
		font-size: 18px;
		font-weight: normal;
	}

	.MenuItem a:hover
	{
		color: #FFFFFF;
		background-color: #6F81AF;
		text-decoration: none;
	}

}


@media print
{
	
	.Print_NePasAfficher
	{
		visibility: hidden;	
		display: none;
		width: 0px;
		height: 0px;
		
	}
	
	#tabContent
	{
		width: 100%;
		text-align: left;
	}
	
}