/* partie principale */

#main
{
	width: 617px;
	float: left;
	margin: -53px 0px 0px 30px;
}

#topMain
{
	background: url(/inc/ihm/imgs/top_main.png) no-repeat 0px 14px;
	height: 26px;
}

#searchArea
{
	height: 90px;
	background: url(/inc/ihm/imgs/search_area.png) repeat-y;
}

#separator
{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 7px;
	border: 0px;
	background: url(/inc/ihm/imgs/separator_main.png) no-repeat;
}

#separator strong
{
	display: none;
}

* html #separator { display: none; }

#mainContent
{
	min-height: 470px;
	padding: 0px 20px 5px 40px;
	background: url(/inc/ihm/imgs/middle_main.png) repeat-y;	
}

#bottomMain
{
	background: url(/inc/ihm/imgs/bottom_main.png) no-repeat;
	height: 20px;
}

#bottomMain span
{
	display: block;
	padding: 9px 0px 0px 9px;
	font-size: 0.9em;
	color: #666;
}

#bottomMain span a
{
	color: #444;
	text-decoration: none;
}

#bottomMain span a:hover
{
	color: #333;
	text-decoration: underline;
}

/* zone de recherche */

#searchAreaForm
{
	margin: 0px;
	padding: 24px 10px 10px 20px;
}

#searchAreaForm img
{
	display: block;
	margin: 2px 8px 0px 0px;
	float: left;
}

#searchField
{
	border: 1px solid #95A7B1;
	margin: 0px;
	height: 14px;
	font-size: 0.95em;
}

#bSearch
{
	color: #FFF;
	background: #82ABC2;
	border: 1px solid #767676;
	font-weight: bold;
	padding-bottom: 12px;
	margin: 0px 15px 0px 25px;
	text-transform: capitalize;
	height: 18px;
	letter-spacing: 1px;
	font-size: 0.95em;
}

#ex
{
	margin: 0px 4px 0px 10px;
	cursor: pointer;
}

#labelEx
{
	color: #465B66;
	font-style: italic;
	font-weight: bold;
	cursor: pointer;
}
	
#catSearch
{
	color: #8399A4;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	margin: 15px 0px 0px 0px;
}

#catSearch input
{
	margin: 0px 6px -2px 24px;
}

#searchAreaForm label, #webdir, #pages, #news, #events, #jobs
{
	cursor: pointer;
}
