@charset "utf-8";
/* CSS Document */

/************ MAIN ************/

body{
	background: url(../img/bgGradient.jpg) repeat-x #29395a;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}

*{
    outline: none; 
}
.clear{
	clear: both;
	height: 1px;
}

h2{
	margin: 0 0 0 0;
	padding: 0;
}

a{
	color: #6666FF;
	font-size: 12px;
	font-weight: bold;
}

table, tr, td{
	border: none;
}

th{
	text-transform:uppercase;
	text-align:left;
	background: url(../img/menuBg.jpg) repeat-x;
	color:#FFFFFF;
	font-size:12px;
	padding: 3px 10px 3px 10px; 
}

table{
	margin: 0 0 20px 0;
	width: 100%;
	border: solid 1px #CCCCCC;
	border-top: none;
}

tr.impair{
	background-color:#FFFFFF;
}

tr.pair{
	background-color: #F3F3F3;
}

.impair{
	background-color:#FFFFFF;
}

.pair{
	background-color: #F3F3F3;
}

.button{
	background: url(../img/menuBg2.jpg) repeat-x #000099 ;
	border: solid 1px #FFFFFF;
	color:#FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.buttonHref{
	margin: 5px 0 5px 0;
}
.buttonHref a{
	padding: 4px 12px 4px 12px;
	color:#FFFFFF;
	font-weight: bold;
	cursor: pointer;
	background: url(../img/menuBg2.jpg) repeat-x #000099 ;
	border: solid 1px #FFFFFF;
	text-decoration:none;
}

.buttonHref a:hover{
    background: url(../img/menuBg2Hover.jpg) repeat-x #000099 ;
}
.button:hover{
	background: url(../img/menuBg2Hover.jpg) repeat-x #000099 ;
}


#container{
	margin:0 auto;
	width:980px;
}

/************ BANNER ************/
#banner{
	height: 141px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#logoTopLeft{
	background: #000099;
	float: left;
	width: 380px;
	height: 142px;
}
#topRight{
	float: left;
	background: url(../img/bgTopRight2.jpg);
	width: 430px;
	height: 142px;
}
#playerTopRight{
	width: 430px;
	height: 142px;
	margin: 0px 0px 0 0;
	text-align:right;
	float: right;
}

/************ MAIN CONTENT ************/
#main{
	float:left;
	background-color:#7d94bc;
	width: 980px;
}
#mainContent{
	margin: 0 7px 0 7px;
	float: left;
	width: 964px;
	border: solid 1px #0f1c34;
	border-top: none;
	border-bottom: none;
	background-color: #FFFFFF;
}
.mainContent{
	float: left;
	width: 940px;
	margin: 0 15px 20px 15px;
}
.skyscrapper
{
    float:right;    
}
.skyscrapper.fixRight
{
	float:none;
}

.skyscrapper.moved
{
	margin-top: 80px;
}
/************ TOP MENU ************/
.topMenu{
	float: left;
	margin: 0 0 0 -1px;
	width: 970px;
	height: 33px;
	overflow: hidden;
}
.topMenuSpacer{
	float: left;
	background: url(../img/topMenuSpacer2.jpg);
	width:2px;
	height: 49px;
}

#menuYes li{
	float:left;
	list-style:none;
	background: url(../img/menuBg2bis.png) repeat-x;
	height: 27px;
	margin: 0;
	padding: 6px 5px 0 5px;
	text-align:center;
}

#menuYes li.menuYesHover{
/*	background: url(../img/menuBg2Hover.jpg) repeat-x;*/
    background-position: 0px -34px;
}

#home{
	width: 90px;
}
#yesfm{
	width: 120px;
}
#emissions{
	width: 140px;
}
#infos{
	width: 100px;
}
#concours{
	width: 175px;
}
#concours select{
	margin-top: 18px;
}
#multimedia{
	width: 140px;
}
#divers{
	width: 119px;
}

#menuYes li ul{
	display: none;
}
#menuYes li{
	cursor: pointer;
}
#menuYes li.spacer {
	background: url(../img/topMenuSpacer2.jpg);
	width:2px;
	height: 49px;
	padding: 0;
	margin: 0;
	cursor: default;
}
#menuYes a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
}

#menuYes li div{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	cursor: pointer;
}

#menuYes li ul{
	position: absolute;
	background: #000066;
	padding: 0;
	width: 160px;
	z-index: 1000;
}
#menuYes li ul li{
	background: url(../img/topSubMenuLiBg.jpg) repeat-x #001e3a;
	margin:0;
	padding:4px 5px 4px 5px;
	text-align:left;
	width:150px;
}

.menuLink{
	
}

#submenuHome, #submenuYesfm, #submenuEmissions, #submenuInfos, #submenuConcours, #submenuMultimedia{
	margin: 7px 0 0 -5px;
}
#submenuDivers{
	margin: 7px 0 0 -37px;
}

#submenuYesfm li, #submenuYesfm li, #submenuEmissions li, #submenuInfos li, #submenuMultimedia li, #submenuDivers li{
	height:16px;
}
#submenuConcours li{
	height: 100%;
}

#menuYes li ul li a{
	font-size: 12px;
	font-weight: bold;
}
#menuYes li ul li a:hover{
	color:#009cff;
}
#menuYes li ul li a:active{
	color:#009cff;
}
#menuYes li ul li a:visited{
	color:#b9e4ff;
}
#menuYes li ul li a.menuActive{
	color:#009cff;
}

/************ CONTENT ************/
.contentDiv{
	float:left;
}
.contentLeft{
	float:left;
	width: 565px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 20px 30px 20px 30px;
}

.contentRight{
	float: left;
	width: 299px;
	background-color: #3a5485;
	padding: 20px;
}
.boxTitle{
	background: url(../img/bgTitleBox.jpg) repeat-x #e7e7e7;
	height: 15px;
	padding: 3px 7px 3px 7px;
	border: solid 1px #b4c9e3;
	font-size: 11px;
	font-weight:bold;
}

.boxPageTitle {
	margin: 10px 10px 10px 10px;
	width: 930px;
	background: url(../img/bgTitleBox.jpg) repeat-x #e7e7e7;
	height: 15px;
	padding: 3px 7px 3px 7px;
	border: solid 1px #b4c9e3;
	font-size: 11px;
	font-weight:bold;
}


.column1{
	float:left;
	width: 272px;
	margin: 0 10px 10px 0;
	background-color: #FFFFFF;
}
.column2{
	float:left;
	width: 283px;
	margin: 0 0 10px 0;
	background-color:#FFFFFF;
}
.dynamicTitle{
    color:#fff;
	font-family: Helvetica, sans-serif;
	font-size:13px;
}
/************ FOOTER ************/
.footerAdvert{
	width: 100%;
	text-align:center;
	margin: 10px 0 30px 0;
}

.footer{
	text-align: center;
	margin: 0 0 30px 0;
}

.footer a{
	text-decoration: none;
	font-weight:bold;
	color:#000066;
}
.footer a:hover{
	text-decoration: underline;
	color: #000099;
}
.footerContent{
	float:right;
	margin: 0 auto 0 auto;
	padding: 5px 15px 5px 15px;
}
