
/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#headerbandeau { height:439px; position: relative; }
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:439px;
	position:absolute;
	left: 0px;
	top: 0;
}

/* HEADER TEXT */
#headertxt {
	width:960px;
	margin:0 auto;
	clear:both;
	position:relative;
	top:206px;
}
#firstline {
	background-image:url(/modules/mod_mnetbandeaux/slideshow/images/textbg.png);
	color:#333;
	font-size:36px;
	padding:4px 13px 7px;
	float:right;
	display:block;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;  
}
#secondline {
	color:#006ab3;
	text-decoration:none;
	font-size:48px;
	padding:0 13px 10px;
	float:right;
	display:block;
	clear:both;
	background: url(/modules/mod_mnetbandeaux/slideshow/images/textbg.png);
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-radius: 20px 0px 20px 20px;
	border-radius: 20px 0px 20px 20px; 
}
#secondline:hover { text-decoration:underline; color:#006ab3; }
.pictured {
	background-color:#006ab3;
	color:#FFF;
	font-size:12px;
	padding:9px 16px;
	float:right;
	display:block;
	clear:both;
	margin-top:10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px; 
}
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url(/modules/mod_mnetbandeaux/slideshow/images/btn_back.png); }
#next { background-image:url(/modules/mod_mnetbandeaux/slideshow/images/btn_next.png); }
#control { background-image:url(/modules/mod_mnetbandeaux/slideshow/images/btn_pause.png); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:398px; margin:0 auto; width:960px; }
#headernav { padding-left:10px; }
