﻿/***********************/
/* HEADER */
#hd p.home
{
	background:url(../images/intro-hd.jpg) top left no-repeat;
	width:427px;
	height:36px;
}

/***********************/
/* MAIN MENU */
#menuMain ul li a
{
    background:url(../images/menu.png) top left no-repeat;
}

#menuMain ul li#menuMain_item_0 a
{
    background-position:0px 0px;
    width:92px;
    left:0px;
}

#menuMain ul li#menuMain_item_0 a:hover, #menuMain ul li#menuMain_item_0 a.AspNet-Menu-Selected
{
    background-position:0 -49px;
}




#menuMain ul li#menuMain_item_1 a
{
    background-position:-92px 0px;
    width:88px;
    left:92px;
}

#menuMain ul li#menuMain_item_1 a:hover, #menuMain ul li#menuMain_item_1 a.AspNet-Menu-Selected
{
    background-position:-92px -49px;
}

#menuMain ul li#menuMain_item_2 a
{
    background-position:-180px 0px;
    width:105px;
    left:180px;
}

#menuMain ul li#menuMain_item_2 a:hover, #menuMain ul li#menuMain_item_2 a.AspNet-Menu-Selected
{
    background-position:-180px -49px;
}

#menuMain ul li#menuMain_item_3 a
{
    background-position:-285px 0px;
    width:120px;
    left:285px;
}

#menuMain ul li#menuMain_item_3 a:hover, #menuMain ul li#menuMain_item_3 a.AspNet-Menu-Selected
{
    background-position:-285px -49px;
}

#menuMain ul li#menuMain_item_4 a
{
    background-position:-405px 0px;
    width:143px;
    left:405px;
}

#menuMain ul li#menuMain_item_4 a:hover, #menuMain ul li#menuMain_item_4 a.AspNet-Menu-Selected
{
    background-position:-405px -49px;
}
/**************************************/

/*************************************/
/* RECHERCHE */
#find
{
    position:absolute;
    width:323px;
    height:21px;
    top:130px;
    right:0px;
}
#find span
{
    position:absolute;
    top:5px;
    display:block;
    width:128px;
    height:13px;
    left:-6px;
    background:url(../images/recherche.png) top left no-repeat;
    text-indent:-3000px;
    
}

#find input.find
{
    font-size:12px;
    position:absolute;
    left:128px;
    width:143px;
    height:15px;
    border:1px solid #828d87;
    padding:3px;
    color:#474848;
}

#find a
{
    position:absolute;
    top:-4px;
    right:1px;
    width:41px;
    height:34px;
    background:url(/static/en-CA/images/recherche-ok.jpg) top left no-repeat;
    text-indent:-3000px;
}

#find a:hover
{
    position:absolute;
    top:-4px;
    right:1px;
    width:41px;
    height:34px;
    background:url(/static/en-CA/images/recherche-ok.jpg) 0px -34px no-repeat;
    text-indent:-3000px;
}

/*********************************/
/* TABLE DE CONTENU */
#l-menu h2 a
{
    background:url(../images/header-menu.png) 0 0 no-repeat;
    width:92px;
    height:22px;
}

#l-menu h2#header-services a
{
    background:url(../images/header-menu.png) 0 -24px no-repeat;
    width:92px;
    height:22px;
}

#l-menu h2#header-applications a
{
    background:url(../images/header-menu.png) 0 -48px no-repeat;
    width:96px;
    height:17px;
}

#l-menu h2#header-about-us a
{
    background:url(../images/header-menu.png) 0 -118px no-repeat;
    width:147px;
    height:23px;
}

#l-menu h2#header-page-satellites a
{
    background:url(../images/header-menu.png) 0 -144px no-repeat;
    width:112px;
    height:17px;
}

#b-menu a
{
	display:block;
    text-indent:-3000px;
    width:107px;
    height:17px;
    background:url(../images/promotions.png) top left no-repeat;
}

#b-menu a:hover
{
    background:url(../images/promotions.png) 0 -17px no-repeat;
}

/*********************************/
/* Formulaire */
table.form input.submit {width:87px;height:29px;margin-top:10px;}
/*********************************/
