body
{
background: #505050;
height: 610px;
}

			#container
			{
			width: 1152px;
			height: 704px;
			margin: auto;
			border: 1px solid #505050;
			background: url("../pictures/bkgd-ind.jpg") no-repeat;
			}

	#menu
	{
	width: 235px;
	height: 600px;
	float: left;
	borde: 1px solid red;
	}

					#menu img
					{
					margin-top: 10px;
					margin-left: 10px;
					border: none;
					}

					.liens
					{
					margin-top: 60px;
					margin-left: 50px;
					}

					#menu a
					{
					text-decoration: none;
					font-family: arial;
					font-size: 13px;
					font-weight: bold;
					letter-spacing: -1px;
					line-height: 19px;
					color: #A0A0A0;
					}

					#menu a:hover
					{
					color: #ffffc5;
					}

	#corps
	{
	width: 908px;
	height: 342px;
	margin-left: 238px;
	padding-top: 258px;
	borde: 1px solid white;
	}
				
					#corps p
					{
					text-align: center;
					margin: auto;
					text-decoration: none;
					font-family: arial;
					font-size: 13px;
					font-weight: bold;
					letter-spacing: 3px;
					color: black;
					}
											
					#corps img
					{
					width: 250px;
					height: 250px;
					margin-right: 3px;
					borde: 1px solid black;
					}
					
					.table
					{
					width: 900px;
					height: 290px;
					margin: auto;
					borde: 1px solid black;
					}
					
					.td
					{
					padding-left: 20px;
					borde: 1px solid yellow;
					}
					
.hidden
{
border: 0;
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
}
