/*------------------------------------------------------------------------------
La Contrabanda Cascading Style Sheet.
www.lacontrabanda.com
jc070128
jc080302. fix "<a href.. class=dates>", class=dates plus nécessaire.
jc101127: Refonte du site
------------------------------------------------------------------------------*/

body {
	margin: 0px;
	background-color: black;
	/*background: black url('images/bak_home.jpg') no-repeat fixed top center;*/
	color: #F0F0D0;
}

a {
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: none;
	color: #F0F0D0;
}

a:hover {
	text-decoration: underline;
}

#background {
	position: absolute;
	width: 1200px;
	/*height: 950px;*/
	height: 820px;
	left: 50%; margin-left: -600px;
	top: 0px;
}

#logo {
	position: absolute;
	left: 50%; margin-left: -153px;
	top: 0px;
	width: 90px; height: 20px;
	/*border: 1px solid white;*/
}

#lang_box {
	position: absolute;
	left: 50%; margin-left: 385px;
	/*top: 215px;*/
	top: 85px;
	width: 90px; height: 20px;
	/*border: 1px solid white;*/
}

#menu_box {
	position: absolute;
	width: 950px;
	left: 50%; margin-left: -475px;
	/*top: 236px;*/
	top: 106px;
	background-color: #252225;
	border: 1px solid #707070;
	color: #F0F0D0;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	/*padding-top: 8px;
	padding-bottom: 8px;*/
}

#menu_box a:hover {
	/*text-decoration: none;*/
}

#menu_box td:hover {
	background: url('images/menuitembak.gif');	/* #454245; */
}

#social_box {
	position: absolute;
	width: 260px;
	left: 50%; margin-left: 180px;
	/*top: 280px;*/
	top: 150px;
}

.link1 a {
	font-family: verdana;
	color: #FFA000;
	text-decoration: none;
}
.link1 a:hover {
	text-decoration: underline;
}

#bakmainframe {
	position: absolute;
	left: 50%; margin-left: -475px;
	/*top: 326px;*/
	top: 196px;
	width: 950px;
	height: 620px;		/* c'est une valeur par défaut qui sera modifiée lorsque la page sera chargée */
	margin-bottom: 20px;
	background-color: #252225;
	border: 1px solid #707070;
	filter:alpha(opacity=50); 
	opacity:0.50; 
	-moz-opacity:0.50;
}

#credits {
	position: absolute;
	left: 50%; margin-left: -450px;
	/* top: 196px;		/* valeur par défaut qui sera modifiée lorsque la page sera chargée */
	width: 900px;
	/* border: 1px solid #707070; */
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	color: #A0A0A0;
	visibility: hidden;
}

.videoframe {
	width: 300px; height: 250px;
	border: 1px solid #707070;
}

.title {
	font-family: arial;
	font-size: 15px;
	color: #F0F0D0;
	font-weight: bold;
	margin-bottom: 3px;
}

.title a {
	font-family: arial;
	font-size: 15px;
	color: #F0F0D0;
	font-weight: bold;
	margin-bottom: 3px;
}


