
.container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.left{
	float:left;
	margin-left:10px;
}
.back{
	position:absolute;
	right:10px;
	top:0px;
}
/* Menu style */
.ei_menu{
	width:100%;
	overflow:hidden;
}
.ei_menu ul{
    background-image: url('/sites/all/themes/montecristo/images/dirigeant-tristan.jpg');
	background-repeat:no-repeat;
	background-position:520px 55px;
	background-color:#000;
	height:350px;
	margin-left:11px;
	position:relative;
	display:block;
	width:810px;
}
.ei_menu ul li{
	float:left;
	width:158px;
	height:350px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #111;
	padding:0;
}
.ei_preview{
	width:158px;
	height:350px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url("/sites/all/themes/montecristo/images/bw.jpg") no-repeat top left;
}
.ei_image{
	position:absolute;
	left:158px;
	top:0px;
	width:158px;
	height:350px;
	opacity:0.2;
	background:transparent url("/sites/all/themes/montecristo/images/color.jpg") no-repeat top left;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-158px 0px;
}
.pos3 span{
	background-position:-316px 0px;
}
.ei_descr{
	position:absolute;
	width:298px;
	height:350px;
	border-right:7px solid #f0f0f0;
	padding:0 10px;
	left:158px;
	top:0px;
	background:#fff;
}
.ei_descr h2{
	font-family: 'Rock Salt', arial, serif;
	font-size:20px;
	color:#333;
	padding:5px;
	margin:0;
	text-shadow:0px 0px 1px #fff;
	background:#fff url("/sites/all/themes/montecristo/images/stripe_light.gif") repeat top left;
}
.ei_descr h3{
	font-family: 'Raleway', arial, serif;
	color:#fff;
	text-shadow:0px 0px 1px #000;
	font-style:normal;
	padding:3px 20px;
	margin:5px 0;
	background:#333;
}
.ei_descr p{
	color:#000;
	padding:0px 5px 0px 5px;
	line-height:18px;
	font-size:11px;
	font-family: Arial;
	text-transform:uppercase;
}

/* For the index_3 demo */
ul.trigger_list{
	position:absolute;
	right:20px;
	top:145px;
}
ul.trigger_list li{
	float:left;
	line-height:53px;
	color:#ddd;
	font-style:italic;
}
ul.trigger_list li a{
	font-family: 'Rock Salt', arial, serif;
	display:block;
	background:#000;
	color:#ddd;
	line-height:35px;
	padding:5px 10px;
	margin:3px;
	border-radius:5px 5px 5px 5px;
	text-shadow:1px 1px 1px #000;
}
ul.trigger_list li a:hover{
	background:#222;
	color:#fff;

}
