@charset "UTF-8";

/* -----------------------------------------------------------------------------
 * Rock Oz'Arènes
 * CSS 2.1 | © émaf broadcast 04.2009
 */

/* -----------------------------------------------------------------------------
 * CSS Reset
 */

@import url(../css/reset.css);

/* -----------------------------------------------------------------------------
 * GLOBAL styles + HTML
 */

html { overflow: -moz-scrollbars-vertical; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #6b625b;
	background-color: #2a2d28;
}

.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}

h1 {
	position: absolute;
	z-index: 10;
	top: 0;
	left: -13px;
	width: 84px;
	height: 84px;
}

h2 {
	clear: both;
	float: left;
	padding: 0 10px;
}

a {
	text-decoration: none;
	color: #009ec9;
	margin:0;
}

a:hover { color:#2a2d28 ; }/*#6b625b*/
						
.altContentBlock a:hover{ color:#fff; }

p, h3, h4, h5 {
	margin: 3px 10px 10px 10px;
	padding: 0 10px;
}

p { line-height: 1.3em; }

p.noLateralPadding { padding: 0; }

h5 { font-weight: normal; }

table { margin: 3px 20px 10px 20px; }

td {
	vertical-align: top;
	padding: 4px 2px 4px 2px;
}

input {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #83797a;
	background-color: #ffdceb;
}

input[type='submit'] {
	font-weight: bold;
	color: #fff;
	background-color: #00aedd;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}
input.submitNewsletter:hover {
	
	background-color:#fff;
	color:#00aedd;
}

input.outlined {
	border: 1px solid #83797a;
	padding: 3px;
}

address {
	float: left;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1em;
	color: #8c6978;
}

address img { vertical-align: middle; }

/* -----------------------------------------------------------------------------
 * LAYOUT styles  + IDs
 */

#global {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}

#header {
	height: 350px;
	background: url(../images/background_header.png) no-repeat;
}

#program {
	position: absolute;
	z-index: 5;
	left: 700px;
	top: 240px;
	width: 72px;
	height: 80px;
}

#background_corner{
	position: absolute;
	z-index: 20;
	top: 350px;
	left: 290px;
	width: 65px;
	height: 80px;
	background: url(../images/background_corner.png) no-repeat;
}

#content {
	/*float: left;*/
	width: 960px;
	overflow: hidden;
	background: url(../images/background_content.png);
}

/* ///////////// VIDEOPLAYER ////////////// */

#videoPlayer {
	float: right;
	width: 640px;
	height: 364px;
	margin-right: 10px;
	margin-top: -364px;
	overflow: hidden;
	background: url(../images/background_videoplayer.png) no-repeat;
}

#videoPlayer #videoWrapper {
	float: left;
	width: 84px;
	height: 300px;
	margin: 44px 0 0 20px;
	overflow:hidden;
}
#videoPlaylist{
	height:240px;
	overflow:hidden;
}

#videoPlayer #videoPlaylist a {
	display: block;
	margin-bottom: 10px;
}

#videoPlayer #videoPlaylist img {
	margin: 2px;
}

#videoPlayer #videoPlaylist img.selectedVideo {
	margin: 0;
	border: 2px solid #62c2e9;
}

#videoPlayer #videoPlayerPlaceholder {
	float: right;
	width: 500px;
	height: 324px;
	margin: 20px 20px 0 0;
}

#btnNext, #btnPrev{
	width:80px;
	height:20px;
	margin: 2px 2px 6px 2px;
}
#btnNext{ background: url(../images/btnNext.png) center no-repeat;}
#btnPrev{ background: url(../images/btnPrev.png) center no-repeat;}
#btnNext:hover {
	cursor:pointer;
	background: url(../images/btnNext.hover.png) center no-repeat;
}
#btnPrev:hover{
	cursor:pointer;
	background: url(../images/btnPrev.hover.png) center no-repeat;
}
#sponsors {
	clear: both;
	width: 960px;
	height: 60px;
	text-align: center;
	background: #fff ;
}
#sponsors img {
	vertical-align: middle;
	margin-right: 12px;
	margin-top: 5px;
}
#ADleaderboard {
	text-align: center;
	margin-bottom: 20px;
}

#footer{
	background:url(../images/background_sponsor_bottom.png) no-repeat;
	height: 16px;
}

/* -----------------------------------------------------------------------------
 * CONTENT
 */

#mainContent {
	float: right;
	width: 650px;
	margin: 0 0 0 0;
	background: url(../images/background_content_top.png) no-repeat right top;
}

#homeContextualContent {
	float: right;
	width: 200px;
	margin: 20px 10px 0 0;
}

#homeContextualContent div {
	margin-bottom: 10px;
}

#altContent {
	float: left;
	width: 290px;
	padding-top: 110px;
	margin:0 0 0 0;
	background: url(../images/background_left.png) no-repeat;
}

#contextualContentLeft{
	margin-left:10px;        
	margin-bottom:10px;
}

#contextualContentLeft div {
	margin-bottom:10px;
}

#homeContextualContent img{
	width:200px;
	height:112px;
}

#mainContent, #altContent { padding-bottom: 60px; }

#mainContent .smallBlock {
	float: left;
	width: 420px;
}

#mainContent .largeBlock {
	float: left;
	width: 640px;
}

#mainContent .wideBlock {
	float: left;
	width: 640px;
}

#mainContent .smallBlockHeader, #mainContent .largeBlockHeader, #mainContent .wideBlockHeader { height: 40px; }

#mainContent .blockContent {
	
	background-color: #fff;
	padding-top:20px;
	
	}

#mainContent .smallBlockFooter, #mainContent .largeBlockFooter, #mainContent .wideBlockFooter {
	height: 10px;
	font-size: 1px;
}

#mainContent .smallBlockHeader { background: url(../images/background_smallblock_header.png) no-repeat bottom; }
#mainContent .smallBlockFooter { background: url(../images/background_smallblock_footer.png) no-repeat; }
#mainContent .largeBlockHeader { background: url(../images/background_largeblock_header.png) no-repeat bottom; }
#mainContent .largeBlockFooter { background: url(../images/background_largeblock_footer.png) no-repeat; }
#mainContent .wideBlockHeader { background: url(../images/background_wideblock_header.png) no-repeat bottom; }
#mainContent .wideBlockFooter { background: url(../images/background_wideblock_footer.png) no-repeat; }

#mainContent .wideBlock iframe {
	margin: 0 10px;
}

/* -----------------------------------------------------------------------------
 * NAVIGATION
 */

#langNav {
	position: absolute;
	z-index: 3;
	left: 623px;
	top: 190px;
	width: 75px;
	height: 71px;
}

#tinyNav {
	position: absolute;
	z-index: 4;
	top: 320px;
	right: 0;
	width: 140px;
	height: 21px;
	text-align: right;
}

#mainNav {
	float: right;
	width: 640px;
	height: 30px;
	padding: 0 0 0 0;
	margin-bottom: 60px;
	text-align: right;
	background: url(../images/background_nav.png) no-repeat;
}

#tinyNav li.listElement, #mainNav li.listElement {
	
	display:block;
	width:auto;
	min-width:32px;
	float:right;
	/*display: inline;*/
	/*height: 15px;*/
	/*padding:9px 15px 6px 0;*/
}

#mainNav h2, #tinyNav h2{
	margin:0;
	padding:0;
}


#mainNav span, #tinyNav span{
	display:none;
}

#mainNav .linkLvl1, #tinyNav .linkLvl1{
		
	display:block;
	height:12px;
	padding:9px 16px 6px 0;
	background-repeat:no-repeat;
	background-position:left 9px;
}

#mainNav .menuVideo .linkLvl1{
	margin:0 0 0 4px;
	cursor: pointer;
}


#mainNav li ul {
	width: 150px;
	background-color: #fff; /*#c2c0bf 2a2d28*/
	border: 1px solid #009ec9;
}

#mainNav li li {
	
	border-bottom: 1px solid #009ec9;
	
}

#mainNav li li a {
	display : block;
	padding-right: 10px;
}

#mainNav li.subNavBottom { border-bottom: none; }

#mainNav li.hoverNav { background-color: #2a2d28; }

#mainNav li.hoverNav a { color: #fff; }

#mainNav ul.subNav {
	position: absolute;
	top: 375px;
	line-height: 18px;
}

#mainNav ul.subNavOpened { top: 739px; }

#mainNav ul.subNavItem1 { left: 323px; }

#mainNav ul.subNavItem2 { left: 427px; }

#mainNav ul.subNavItem3 { left: 548px; }

/* -----------------------------------------------------------------------------
 * ALTCONTENT
 */

.altContentBlock {
	width: 280px;
	margin-left: 10px;
	/*height:92px;*/
	padding-bottom: 10px;
	background-color: #2a2d28;
}
.electricLocation{
	width: 280px;
	margin-left: 10px;
	/*height:92px;*/
	padding-bottom: 10px;
	
	background-color: #2a2d28;
}
.title_electric {
	background-color: #2a2d28;
	margin-top:0;
}
.electLink {
	display:block;
	width:260px;
}
.electLink a  {
	margin:5px 5px 0;
	text-align:right;
	display:block;
}
.electLink a:hover {
	
	color:#FFF;
}
.altContentBlockTop, .altContentBlockBottom {
	height: 5px;
	width: 280px;
	margin-left: 10px;
	font-size: 1px;
}
.sideAltContentImages
{
	margin-left: 10px;
}
.altContentBlockTop { background: url(../images/background_altcontent_top.png) no-repeat; }

.altContentBlockBottom {
	background: url(../images/background_altcontent_bottom.png) no-repeat;
	margin-bottom: 10px;
}
img.warn_picto{
	
	margin: 3px 0 -3px 0;
}
.altContentBlock img.title {
	/*margin: 5px 0 0 6px;*/
}
.altContentBlock input { margin-left: 45px; }

.altContentBlock input.textField {
	width: 160px;
	margin-top: 6px;
	margin-bottom: 5px;
}

.altContentBlock input.sendButton {
	margin-top: 8px;
	margin-left: 140px;
}

#newsletterForm {
	height:55px;
}

.facebookLink{
	margin:12px 0 0 45px;
	padding:0 12px 0 0;
	font-size:11px;
	text-align:left;
	
}

/* -----------------------------------------------------------------------------
 * LAYOUT styles  + CLASSES
 */

.hiddenStructure { display: none; }

.freeBlock, .fullBlock, .halfBlock, .miniBlock, .floatLeft { float: left; }

.fullBlock { width: 640px; }

.halfBlock { width: 320px; }

.miniBlock {
	text-align: center;
	width: 185px;
}

.galleryBlock {
	width: 160px;
	height: 124px;
}
.galleryBlock0{
	width:205px;
	height:160px;
	text-align:center;
}
.galleryBlock1{
	width:160px;
	height:124px;
	text-align:center;
}
.galleryBlock2{
	width:160px;
	height:124px;
	text-align:center;
}
.galleryBlock3{
	width:160px;
	height:124px;
	text-align:center;
}
 .galleryBlock4{
	width:160px;
	text-align:center;  
	}
#pagePRG .halfBlock {
	min-height:290px;
	height:auto !important;
	height:290px;
}
.news {
	margin-top: 10px;
	margin-bottom: 10px;
}
.news a {
	color:#00aedd;  /*4bb8d7*/
	
}

.highlightedNews {
	
	/*min-height: 45px;*/
	/*padding-right: 150px;*/
	padding-right: 10px;
	font-size: 1.30em;
	font-weight: bold;
	line-height: 1.7em;
	/*background-color: #ffe3ef ;  */
}

.highlightedNews {
	color : #009dc8; /*4379b7*/
}
.highlightedNews a:hover, .newsTitle a:hover, .news a:hover {
	color : #2a2d28;
	/*background-color:#00aedd;*/
}


h4.groupName { margin-bottom: 2px; }

a.groupName { text-transform: uppercase; }

.groupOrigin {
	/*display: block;*/
	font-size: 0.7em;
	text-transform: uppercase;
	/*float: left;
	width: 30px;*/
}

.separator {
	clear:both;
	height: 10px;
	background: url(../images/layout_separator.png) repeat-x;
	font-size: 1px;
}

.medium {
	background: url(../images/layout_separator_med.png) repeat-x;
}

.dark {
	background: url(../images/layout_separator_dark.png) repeat-x;
}

.rightAlign { text-align: right; }

.comment {
	font-size: 0.85em;
	margin-bottom: 30px;
}

.feeds img {
	margin-left: 3px;
	vertical-align: middle;
}

td.lateralBorder { border-right: dotted 1px #aaa; }

tr.highlighted, h4.highlighted { background-color: #eee; }

/* -----------------------------------------------------------------------------
 * PAGE PARTNERS
 */

.sponsorsTitle{
	clear:both;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
}