.container {
  float : left;
  width: 1000px;
  padding: 30px 0 0 30px;
  margin: 0 auto 0 0;
  overflow : hidden;
}


.bottom {
  float : left;
  width: 840px;
  padding: 10px 0 0 190px;
  margin: 0 auto 0 0;
}



#left_nav {
	float: left;
    position: relative;
	width: 130px;
	height: 329px;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	font-family: Tahoma, Geneva, Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: .75em;
	text-transform: uppercase;

}

.menuspace {
	width: 110px;
	height: 18px;

}

.menuspacebottom {
	width: 130px;
	height: 33px;

}

#menu {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 130px;
}


#menu li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	background: none;
}

#menu .last a {
	border-bottom: 0px;
}

#menu li a {
	border-bottom: 1px dotted rgb(34, 25, 115);
	color: rgb(34, 25, 115);
	display: block;
	width: 130px;
	height: 24px;
	margin: 0 0 0 0;
	padding: 6px 0px 0px;
	text-decoration: none;
    }

#menu li a:hover {
	color: #c14b1d ;
    }


#animation {
	float: left;
	width: 960px;
    height: 329px;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	}

#animation_contenu {
float: right;
position: relative;
margin: 0 0 0 0;
padding : 0 0 0 0;
}


