/*********************************************
*** Theme Name: TQI
*** Version: 1.0
*** Author: Seken Chung for Bind Media
*** Web: http://www.bindmedia.com
*** Graphics: Yves Collet & Mathieu Mullot
**********************************************/



/*********************************************
*** Layout
**********************************************/

#container {
	float: left;
	width: 960px;
}

#navbar {
	float: left;
	width: 160px;
}


#logo {
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
}

#navmenu {
	float: left;
	width: 160px;
}

#main {
	float: left;
	width: 800px;
}

/*#mainCover {
	float: left;
	width: 770px;
	height: 600px;
	background: url(../images/cover/index.png);
}*/

#cover {
	float: left;
	width: 770px;
	background-color: #ffffff;
}

#content {
	float: left;
	width: 550px;
	background-color: #ffffff;
}

#navtop {
	position: absolute;
	width: 230px;
	left: 160px;
	top: 0px;
	height: 39px;
	padding: 12px 10px 0 25px;
}

#nav1 {
	/*position: absolute;
	top: 12px;
	left: 136px;*/
	float:left;
	padding: 0 0 0 16px;
}
#sidebar {
	float: right;
	margin: 0 0;
	padding: 0 0;
}

#sidebarT {
	position: relative;
	z-index: 1;
	float: right;
	margin: 0 0;
	padding: 0 0;
}

#travaux {
	width: 229px;
	height: 50px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 6px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 16px;
	background: transparent url(../images/interface/travaux_bg.png) no-repeat;

}
#travaux a{
	color: #ffffff;
}

#travaux a:link{
	color: #ffffff;
	text-decoration: underline;
}

#travaux a:hover{
	color: #ffffff;
	text-decoration: none;
}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	float: right;
	width: 800px;
	height: 20px;
	margin: 0px 0px 0 0px;
	text-align: center;
}

#date {
	text-align: right;
}

#location {
	text-align: right;
}

#duration {
	text-align: right;
}

#titleBanner {
	margin: 10px 0px 10px 20px;
}

#description {
	margin: 10px 10px 15px 20px;
}

#credits {
	margin: 0px 10px 10px 20px;
}

#intro {
	margin: 80px 0px 0px 20px;
}

#navbottom {
	position: absolute;
	left: 160px;
	top: 560px;
	text-align: center;
}

#navpresse {
	position: absolute;
	left: 770px;
	top: 560px;
	text-align: center;
	z-index:2;
}

#infosPratiques {
	float:left;
	width: 240px;
	margin: 100px 20px 0px 20px;
	display:inline;/*IE double margin fix*/
}

#listDescriptionIP {
	float:left;
	width: 150px;
	margin: 100px 0px 0px 10px;
	display:inline;/*IE double margin fix*/
}

#listDescription {
	float:left;
	width: 150px;
	margin: 100px 0px 0px 20px;
	display:inline;/*IE double margin fix*/
}

#thumbnail {
	margin: 10px 0 10px 0;
}

#teamDescription {
	font-size: 1.1em;
	float:left;
	width: 240px;
	margin: 70px 0px 0px 40px;
	display:inline;/*IE double margin fix*/
}

#webCredit {
	position: absolute;
	width: 638px;
	left: 160px;
	top: 550px;
	padding: 0 0px 0 0px;
	text-align: center;
}

#webCredit img {padding: 0 10px 0 10px}
#webCredit p {font-size: 0.75em}


#moreTeam {
	position: absolute;
	width: 638px;
	left: 160px;
	top: 490px;
	text-align: center;
}

#contactInfo {
	position: absolute;
	top:540px;
	left:400px;
	width: 560px;
	float: right;
	text-align: center;
}

#3party {
	/*margin-right: 20px;*/
}

#3party img {padding: 0 0px 0 10px}

#book {
	float: left;
	margin-right: 6px;
}

#vidContent {
	width: 400px;
	height: 300px;
}

.topSpace {
	margin-top: 45px;
}

#sidebarMenuItem {
	margin-bottom: 30px;
}

#sidebarMenuItem a{
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebarMenuItem a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebarMenuItem a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#news {
	position: absolute;
	width: 483px;
	left: 478px;
	top: 0px;
	height: 38px;
	/*background-image:url('../assets/images/cover/tickerBgd.png');*/
	/*background-color: #000000;
	opacity: .50;
	filter:alpha(opacity=50);*//* for IE*/	
}


#newsBtn {
	float: left;
	width:40px;
	margin-top:10px;
	margin-left:46px;
}

#tickerContainer{
	width: 300px;
		height: 38px;
		display: block;
		overflow: hidden;
		position: relative;
		float: right;
		top: 0px;
		margin-right:10px;
		
}

#ticker {
	width: 300px;
	height: 200px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}

#ticker li {
	display: block;
	width: 300px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-align: left;
	font-size: 1em;
	margin: 0;
	padding: 0;
	float: left;
	
	
}

#ticker li a{
		color: #fff;
	text-decoration: none;
	
	
}
	
