body
{
background: #454545;
height: 700px;
}

					#container
					{
					background: url("../pictures/bkgd-map.jpg") no-repeat;
					width: 1152px;
					height: 704px;
					margin: auto;
					borde: 1px solid blue;
					}

							#menu
							{
							float: left;
							width: 235px;
							height: 615px;
							borde: 1px solid red;
							}

							#menu img
							{
							margin-top: 15px;
							margin-left: 12px;
							border: none;
							}

							.liens
							{
							margin-top: 22px;
							margin-left: 55px;
							}

							#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: #444444;
							}

					

		#tete
		{
		margin-left: 240px;
		width: 907px;
		height: 108px;
		borde: 1px solid red;
		}
		
							#tete a:hover
							{
							color: #777777;
							}

#tete a
{
float: right;
margin-right: 137px;
margin-top: 88px;
font-family: arial;
font-size: 15px;
line-height: 20px;
color: #62afc5;
text-decoration: none;
font-weight: bold;
}
