/* FR-CA */

/*********************************/
/* FOOTER ACCUEIL */
/*********************************/

#dashboard h3 {
   background: url(/static/fr/images/dashboardTitles.png) no-repeat top left;
   text-indent:-99999px;
}

*html #dashboard h3 {
   background: url(/static/fr/images/dashboardTitles.gif) no-repeat top left;
}

#dashboard h3.events { background-position: 0 0; width: 183px; height: 19px; } 
#dashboard h3.meteoTitle { background-position: 0 -20px; width: 120px; height: 19px; } 
#dashboard h3.promo { background-position: 0 -40px; width: 100px; height: 19px; } 
#dashboard h3.subscribe { background-position: 0 -60px; width: 121px; height: 19px; }

#ftSubscribe .footerBtnInscrire {
    background:url('/static/fr/images/footerBtnInscrire.png') no-repeat;
}

#ftPromo .footerHomePromo {
    background:url('/static/fr/images/dashboard_promo.png') no-repeat;
    width:206px; height:133px;
    display:block;
}


/*********************************/
/* TOP NAV */
/*********************************/
#topNav .menu > li {margin-left:10px;}
#topNav .menu > li + li {margin-left:42px;}

#topNav li a  {
    background:url(/static/fr/images/MSSI_topNav.png) no-repeat top left;
    text-decoration:none;
    text-indent:-99999px;
    height: 47px;
}

#topNav li#ctrMenu_item_0 a {background-position: 0 0; width: 101px;} 
#topNav li#ctrMenu_item_1 a {background-position: -102px 0; width: 81px;} 
#topNav li#ctrMenu_item_2 a {background-position: -184px 0; width: 88px;} 
#topNav li#ctrMenu_item_3 a {background-position: -273px 0; width: 71px;} 
#topNav li#ctrMenu_item_4 a {background-position: -345px 0; width: 92px;} 
#topNav li#ctrMenu_item_5 a {background-position: -438px 0; width: 59px;} 


/* Hover en bas */
#topNav li#ctrMenu_item_0 a:hover, #topNav li#ctrMenu_item_0.childSelected a {background-position: 0 -48px; width: 101px;} 
#topNav li#ctrMenu_item_1 a:hover, #topNav li#ctrMenu_item_1.childSelected a {background-position: -102px -48px; width: 81px;} 
#topNav li#ctrMenu_item_2 a:hover, #topNav li#ctrMenu_item_2.childSelected a {background-position: -184px -48px; width: 88px;} 
#topNav li#ctrMenu_item_3 a:hover, #topNav li#ctrMenu_item_3.childSelected a {background-position: -273px -48px; width: 71px;} 
#topNav li#ctrMenu_item_4 a:hover, #topNav li#ctrMenu_item_4.childSelected a {background-position: -345px -48px; width: 92px;} 
#topNav li#ctrMenu_item_5 a:hover, #topNav li#ctrMenu_item_5.childSelected a {background-position: -438px -48px; width: 59px;}
                   

/*********************************/
/* RIGHT NAV */
/*********************************/                                    
.rightMenuPromo {
    background:url('/static/fr/images/rmPromo.png') no-repeat;
    width: 223px; height:96px;
    display:block;
    cursor:pointer;
}

.rmBtnInscrire {
 background:url('/static/fr/images/rmBtnInscrire.png') no-repeat;
}

/*********************************/
/* achatEnLigne */
/*********************************/
.btn-buy-online {background:url(/static/fr/images/btn-buy-online.jpg);}

/*********************************/
/* Activites */
/*********************************/
.btn-carte-interactive {background:url(/static/fr/images/btn-carte-interactive.jpg);}

/* Safari Hack for the Browse button in the form upload */
@media screen and (-webkit-min-device-pixel-ratio:0){
    .file_input_hidden {right:0 !important;}
}
