body {
	background-image: url(../images/bg_suspended.jpg);
	background-attachment: fixed;
	background-size: cover;
	z-index: 1;
}
.content {
	background: rgba(255, 255, 255, 0.90);
	border: 6px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 10px 0 10px 0;
	margin-top: 10px;
}
.bg {
	background-attachment: fixed;
	background-size: cover;
	height: 100px;
	background-position: 0 872px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	opacity: 1.0;
	color: white;
	position: relative;
	z-index: 4;
	margin-bottom: 20px;
}
.trame {
background-image: url(../images/pattern_overlay.png);
background-repeat: repeat;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
border: none;
position: fixed;
top:0;
opacity: 1;
z-index: 2;
}
.hopportunity {
	color: white;
margin-top: 10px;
margin-bottom: 20px;
}
.container {
	position: relative;
	z-index: 4;
}
#header {
	position: relative;
	z-index: 3;
	padding-top: 5px;
}
#menu a,#menu a:hover {
	color: white;
}
.menu_container {
	background: rgba(255, 255, 255, 0.75);
	border-bottom: 6px solid rgba(0, 0, 0, 0.2);
	padding: 10px;
	position: relative;
	z-index: 4;
	margin-top: 10px;
	margin-bottom: 10px;
}
li.social {
	border: 1px solid white;
	border-radius: 50%;
	width: 26px;
	padding: 3px;
	text-align: center;
}
.footer {
width: 100%;
height: 60px;
/*background-color: #f5f5f5;*/
background: rgba(0, 0, 0, 0.75);
margin-top: 20px;
line-height: 60px;
bottom: 0;
}
.tab_container {
	opacity: 0;
}
.tab_container .container{
	background: rgba(255, 255, 255, 0.90);
	position: relative;
	z-index: 4;
	padding: 10px;
	border-radius: 5px;
	border: 6px solid rgba(0, 0, 0, 0.2);
}
.modal-contact {
width: 1050px;
}
#panier-modal h3{
	margin-top:0;
}
#panier-modal ul {
	width: 60%;
	margin: 0 auto 15px;
}
#panier-modal li {
	position: relative;
	font-size: 21px;
}
#tab_loader {
	background: rgba(255, 255, 255, 0.90);
	width: 300px;
	padding: 20px 0;
	border-radius: 5px;
	border: 6px solid rgba(0, 0, 0, 0.2);
	opacity: 1;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}
.facebook, .twitter, .gplus {
height: 20px;
width: 80px;
display: inline-block;
margin-right: 30px;
margin-top:20px;
vertical-align: top;
}
ul.nav li a {
	line-height: 25px;
}

ul.nav li i {
	font-size: 24px;
	position: relative;
	top:3px;
}
.list-inline {
margin-bottom: 5px;
margin-top: 5px;
}