/**
 *	+-----------------------------------------------------------------------------------------+
 *	mi-Run - Language specific CSS
 *	French
 *	+-----------------------------------------------------------------------------------------+
 */





/**
 *	+-----------------------------------------------------------------------------------------+
 *	Header Area
 *	+-----------------------------------------------------------------------------------------+
 */
#header_menu
{
	clear:							right;
	float:							right;
	margin-top:						20px;
	height:							27px;
	width:							449px;
}

a#btn_home
{
	float:							left;
	display:							block;
	height:							27px;
	width:							116px;
	background:						transparent url(../images/fr/btn_home.png) no-repeat top;
}

a#btn_home:hover
{
	background:						transparent url(../images/fr/btn_home.png) no-repeat bottom;
}

a#btn_projects
{
	float:							left;
	display:							block;
	height:							27px;
	width:							151px;
	background:						transparent url(../images/fr/btn_projects.png) no-repeat top;
}

a#btn_projects:hover
{
	background:						transparent url(../images/fr/btn_projects.png) no-repeat bottom;
}

a#btn_contact
{
	float:							left;
	display:							block;
	height:							27px;
	width:							182px;
	background:						transparent url(../images/fr/btn_contact.png) no-repeat top;
}

a#btn_contact:hover
{
	background:						transparent url(../images/fr/btn_contact.png) no-repeat bottom;
}





/**
 *	+-----------------------------------------------------------------------------------------+
 *	Banner Area
 *	+-----------------------------------------------------------------------------------------+
 */
#slogan
{
	height:							60px;
	width:							481px;
	background:						transparent url(../images/fr/slogan.png) no-repeat;
}

a#btn_proposal, a#btn_benefits, a#btn_features, a#btn_technologies
{
	float:							left;
	display:							block;
	height:							105px;
	width:							241px;
}

a#btn_proposal
{
	background:						transparent url(../images/fr/btn_proposal.png) no-repeat top;
}
a#btn_proposal:hover
{
	background:						transparent url(../images/fr/btn_proposal.png) no-repeat bottom;
}

a#btn_benefits
{
	background:						transparent url(../images/fr/btn_benefits.png) no-repeat top;
}
a#btn_benefits:hover
{
	background:						transparent url(../images/fr/btn_benefits.png) no-repeat bottom;
}

a#btn_features
{
	background:						transparent url(../images/fr/btn_features.jpg) no-repeat top;
}
a#btn_features:hover
{
	background:						transparent url(../images/fr/btn_features.jpg) no-repeat bottom;
}

a#btn_technologies
{
	background:						transparent url(../images/fr/btn_technologies.jpg) no-repeat top;
}
a#btn_technologies:hover
{
	background:						transparent url(../images/fr/btn_technologies.jpg) no-repeat bottom;
}





/**
 *	+-----------------------------------------------------------------------------------------+
 *	Footer Area
 *	+-----------------------------------------------------------------------------------------+
 */

a#mi-trace, a#mi-wms, a#mi-stock, a#mi-webos
{
	margin-left:					20px;
	margin-bottom:					40px;
	display:							block;
	height:							29px;
	width:							270px;
}

a#mi-trace
{
	background:						transparent url(../images/fr/mi-trace.png) no-repeat top;
}
a#mi-trace:hover
{
	background:						transparent url(../images/fr/mi-trace.png) no-repeat bottom;
}

a#mi-wms
{
	background:						transparent url(../images/fr/mi-wms.png) no-repeat top;
}
a#mi-wms:hover
{
	background:						transparent url(../images/fr/mi-wms.png) no-repeat bottom;
}

a#mi-stock
{
	background:						transparent url(../images/fr/mi-stock.png) no-repeat top;
}
a#mi-stock:hover
{
	background:						transparent url(../images/fr/mi-stock.png) no-repeat bottom;
}

a#mi-webos
{
	background:						transparent url(../images/fr/mi-webos.png) no-repeat top;
}
a#mi-webos:hover
{
	background:						transparent url(../images/fr/mi-webos.png) no-repeat bottom;
}











