/* Damien Robitaille
--------------------------------------------
** Design du site: Mathieu Vo Quang
** Intˇgration et CSS: Mehdi Bouhalassa
--------------------------------------------------------*/
*, img, .bannerWrap, #mainBG, #damien, #content {
	behavior: url(http://www.audiogram.com/js/iepngfix.htc)
}

:-moz-any-link:focus {
  outline: none;
}

body {
	margin: 0 auto;
	padding: 0;
	font: normal 100% arial, helvetica, sans-serif;
	position: relative;
	background-attachment:fixed;
}
h1 {
	display: none;
}

#logo {
	width: 441px;
	height: 71px;
	background-image: url(../../medias/images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 70px 0 30px 50px;
}

.bannerWrap {
margin:0;
	width:724px !important;
	position:absolute !important;
	top:10px !important;
	left:50% !important;
	margin-left:-340px !important;
}
.clear {
	clear:both !important;
}

#page {
	margin: 0 auto;
	width: 100%;
}

#mainBG {
	background-image: url(../../medias/images/brunTapis2.png);
	background-repeat: no-repeat;
	background-position: center -130px;
	width: 100%;
	height: 975px;
	position: fixed;
	top: 0;
}
/*  MAIN MENU
_______________________*/
li a span {display:none;}

#menu ul {
	clear: both;
	height: 17px;
	margin-left: 65px;
}
#menu li {
	display:block;
	float:left;
	margin-right: 22px;
}
li a {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
li a.nouvelles {
	background:url(../../medias/images/tit-nouvelles.png);
	width: 77px;
	height: 27px;
}
li a.musique {
	background:url(../../medias/images/tit-musique.png);
	width: 67px;
	height: 27px;
}
li a.spectacles {
	background:url(../../medias/images/tit-spectacles.png);
	width:88px;
	height: 27px;
}
li a.extras {
	background:url(../../medias/images/tit-extras.png);
	width:54px;
	height: 27px;
}
li a.babillard {
	background:url(../../medias/images/tit-babillard.png);
	width:69px;
	height: 28px;
}
li a.biographie {
	background:url(../../medias/images/tit-bio.png);
	width:83px;
	height: 28px;
}
li a.contact {
	background:url(../../medias/images/tit-contact.png);
	width:76px;
	height: 27px;
}

li a.nouvelles:hover {background-position:0 -27px;}
li a.musique:hover {background-position:0 -27px;}
li a.spectacles:hover {background-position:0 -27px;}
li a.extras:hover {background-position:0 -27px;}
li a.babillard:hover {background-position:0 -28px;}
li a.biographie:hover {background-position:0 -28px;}
li a.contact:hover {background-position:0 -28px;}

#menu {
	clear: both;
	display: block;
}

#content {
	width: 900px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	top: 0;
}

#mainContent {
	margin-left: 20px;
	margin-top:130px;
}

#mainContent a {
	color: #7a4500;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}

#biographie {
	font-size: 12px !important;
	padding: 50px;
}

.titleFloat {
	float: left;
	margin-left: -4px;
}

#nouvelles,
#contacts,
#musique,
#spectacles,
#extras, 
#biographie {
	background-image: url(../../medias/images/transparency-beige.png);
	background-repeat: repeat;
	width: 396px;
	margin-left: 50px;
	padding: 23px;
}

#babillard {
	background-image: url(../../medias/images/transparency-beige.png);
	background-repeat: repeat;
	width: 700px;
	margin-left: 50px;
	padding: 23px;
}

#nouvelles h2,
#contacts h2,
#musique h2,
#spectacles h2,
#extras h2, 
#biographie h2,
#babillard h2 {
	font-size: 12px;
	color: #512d1f;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 5px 0;
}
#nouvelles h3,
#contacts h3,
#musique h3,
#spectacles h3,
#extras h3, 
#biographie h3,
#babillard h3 {
	font-size: 12px;
	color: #512d1f;
	margin: 10px 0 0 0;
	text-transform: none;
}

#nouvelles p,
#contacts p,
#musique p,
#spectacles p,
#extras p, 
#biographie p,
#babillard p {
	font-size: 12px;
	line-height: 1.3em;
	color: #000000;
	margin:0;
	margin-bottom:5px;
	text-align: justify;
}

#player {
	margin-bottom: 20px;
}

#audioplayer {
	margin-bottom: 20px;
	margin-top: 20px;
}












/*  NOUVELLES
_______________________*/
#gallery {
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	margin: 0 auto 40px auto;
}

#gallery ul {
	margin: 0;
	padding: 20px 20px 0 0;
	float: left;
	z-index: 2000;
}

#gallery li {
	display: inline;
	float: left;
	padding: 0 20px 0 0;
	z-index: 3000;
}

#scroll {
	height: 100px;
	overflow: hidden;
}

#holder {
	width: 10000px;
	overflow: hidden;
	display: block;
	padding: 0px 25px;
	height: 100px;
}  	
#holder a {
	height: 100px;
}  	
#boxLyrics {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 400px;
	height: 250px;
	overflow: auto;
}

#boxLyrics .lyrics pre{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}

.lyrics {
	display: none;
	line-height: 14px;
	width: 380px;
}

.showLyrics {
	font-size: 11px;
	color: #fff;
}

.showLyrics:hover {
	opacity: 1;
}

#left_scroll {
  float: left;
  margin: -75px 0 0 0;
  cursor: pointer;
  width: 9px;
  height: 16px;
  z-index: 10000;
}
#left_scroll img,
#right_scroll img {
  border: 0;
}

#right_scroll {
  float: right;
  margin: -75px 1px 0 0px !important;	
  cursor: pointer;
  width: 9px;
  height: 16px;
  z-index: 10001;
}/* end sous-menu scroll albums */

#scroll_extras {
	width: 340px;
	height: 125px;
	margin-left: 30px;
	overflow: hidden;
}
.top_scroll, 
.bottom_scroll {
	display: none;
}

.medias {
	position: relative;
	display: none;
	width: 250px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.media_scroll {
	height: 150px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	overflow: auto;
	margin: 0px 0 10px 0;
	padding: 15px 0;
}

#media_scroll_dossiers img {
	display: none;
}

p.media_scroll {
	padding:0;
	margin:0;
}

.login input {
	border: none;
	width: 190px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	border: 1px dotted #666;
}
.rollover {
	background: #000;
}
/*  EXTRAS
_______________________*/
#gallery_extras {
	overflow: hidden;
	margin: 0;
	width:400px;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	font-size: 10px;
}

.tit-extra-video {
	height: 18px;
	background-image: url(/medias/images/tit-extra-video.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 27px;
}

#left_scroll {
  float: left;
  margin: -75px 0 0 0;
  cursor: pointer;
  width: 9px;
  height: 16px;
  z-index: 10000;
}

#right_scroll {
  float: right;
  margin: -75px 1px 0 0px !important;	
  cursor: pointer;
  width: 9px;
  height: 16px;
  z-index: 10001;
}/* end sous-menu scroll albums */

#mediaPlayer {
	width: 400px;
	height: 325px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

#gallery_extras ul {
	margin: 8px 12px 20px 0;
	padding: 0 6px 10px 3px;
	display: block;
	float: left;
	overflow: hidden;
}

#gallery_extras li {
	display: block;
	float: left;
	padding: 15px 15px 20px 8px;
	margin: 0;
	overflow: hidden;
	width: 70px;
}
	#holder li a img {
		border: 0 !important;
	}

#gallery_extras b {
	display: block;
	clear: both;
	padding: 0px 10px;
	margin: 0;
	font-size:12px;
	font-weight: normal;
	overflow: hidden;
}





















/*  FOOTER
_______________________*/
#footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 26px;
	background-image: url(/medias/images/footer.png);
	background-repeat: repeat-x;
	font-size: 10px;
	z-index: 10000;
	color: #999;
}
	#footer img {
		border: 0px;
	}

#anim-envois {
	float: left;
	margin: 6px 15px 0 0px;
	padding: 0px 0px 0 10px;
	font-size: 14px;
}

.abonnement {
	float: left;
	height: 14px;
	width: 180px;
	font-size: 10px;
	padding: 1px 4px;
	margin: 5px 10px 4px 0px;
	opacity: 0.8;
	background-color: #000;
	color: #888;
	border: solid 1px #333;
}

.go {
	float: left;
	font-size: 11px;
	padding: 1px 5px; 
	margin: 4px 0px;
	opacity: 0.75;

}

.logo_audiogram {
	display: inline;
	padding: 3px 0 0 5px;
}

.footnote {
	margin: 2px 20px 2px 0px;
	height: 28px;
	display: inline;
	float:right;
	width: 290px;
}

.right {
	float: right;
}

.left {
	float: left;
}