#contenant_menu {
	width: 796px;
	margin:0 auto;

}

.menuWrapper{

	font-family: "Lucida Bright";

	font-size: 20px;

	font-style: italic;

	font-weight: normal;

	text-transform:none;

	letter-spacing: normal;

	line-height: 1.45em;

	position:relative;

	margin:0 auto;

	height:600px;

	width:797px;

	background-position:0 0;

	background-repeat:no-repeat;

	background-color:4f605d;

	color: #ddd;

}

ul.menu{
	width:797px;
	list-style: none;
	-list-style-type: disc;
}

ul.menu > li{

    float:left;

    width:265px;

    height:600px;

    border-right:1px solid #777;

    background-repeat:no-repeat;

    background-color:transparent;

}

ul.menu > li.last{

    border:none;

}

.bg1{

    background-image: url(../images/3.jpg);

}

.bg2{

    background-image: url(../images/2.jpg);

}

.bg3{

    background-image: url(../images/5.jpg);

}

ul.menu > li > a{

	float:left;

	width:265px;

	height:50px;

	margin-top:500px;

	text-align:center;

	line-height:50px;

	color:#ddd;

	background-image:url(../images/barre.png);

	letter-spacing:1px;

	cursor:pointer;

	text-decoration:none;

	text-shadow:0px 0px 1px #fff;

}

ul.menu > li ul{

    list-style:none;

    float:left;

    margin-top:-195px;

    width:100%;

    height:145px;

    background-repeat:no-repeat;

    background-color:transparent;

}

ul.menu > li ul.sub3{
	padding-top:0px;
	height:145px;
}



ul.menu > li ul li{

    display:none;

}

ul.menu > li ul.sub1{

    background-image:url(../images/bg1sub.png);

}

ul.menu > li ul.sub2{

    background-image:url(../images/bg2sub.png);

}

ul.menu > li ul.sub3{

    background-image:url(../images/bg3sub.png);

}

ul.menu > li ul li a{

	color:#fff;

	text-decoration:none;

	line-height:24px;

	margin-left:20px;

	text-shadow:1px 1px 1px #444;

	font-size:14px;

}

ul.menu > li ul.sub1 li{

    display:block;

}

ul.menu > li ul li a:hover{

    border-bottom:1px dotted #fff;

}



#signature {

	width:271px;

	margin:60px auto 0 auto;

}

a:focus, a:active {

	outline:none;

}
