/*-------------------------------------------------------------------------------------------
*	menu.css
*
*	This CSS contains the styles associated to the menus of the site.
*
*	version : 1.0
*	author : Steve Perron
*	email : steve.perron@telus.com
*--------------------------------------------------------------------------------------------*/

/* Classes */








/* Search box */
#searchLabel, .search-label {
	float:left;
	text-indent:-1000em;
	width:0;
}

#query {
	width:85px;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	margin-top:2px;
	height:10px;
}

* html #query {
	height:1.2em;
}

#submit {
	background:transparent url("bouton-recherche.gif") no-repeat center top;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	height:15px;
	width:22px;
	border:0;
	margin-top:2px;
	margin-left:5px;
	/*margin:2px 0 0 5px;
	padding:0;*/	
	cursor:pointer;
	cursor:hand;
	/*vertical-align:middle;*/
}

* html #submit {
	margin-top:3px;
}

