﻿body 
{
	background-color:White;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12pt;
	font-weight:normal;
	color:Black;
	margin:0 0 0 0;
}

A
{
	text-decoration:none;
	color:Black
}

A:link	{	
	text-decoration:	none;
	color:#000000
	}	

A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	gold;
	font-weight:bolder;
	}
/*
CLASSES
*/


.Logo
{
	background-image:url('../images/HomeBanner.jpg');
	background-repeat:no-repeat;
	background-color:white;
	height:125px;
}

.MovingBackhoe
{
	position:absolute;
	top:59px;
	left:-125px;
	z-index:100;
}

.Content
{
	height:100%;
	padding-top:20px;
	padding-left:10px;
	width:97%;
}

.footer
{
	position:fixed;
	background-image:url('../images/bottom.gif');
	font-size:10pt;
	font-weight:normal;
	color:white;
	height:99px;
	bottom:0px;	
}

.footerLeft
{
	background-image:url('../images/bottom_left.gif');
	background-repeat:no-repeat;
	font-size:10pt;
	font-weight:normal;
	color:white;
	height:99px;
	width:227px;
	padding-left:15px;
}

.Menu
{
	background-color:black;
	background-image:url('../images/onyxbar.gif');
	background-repeat:repeat-x;
	font-size:10pt;
	font-weight:normal;
	line-height:16pt;
	color:white;
}
.MenuHover
{
	background-color:red;
	background-image:url('../images/hdrRedBar.gif');
	background-repeat:repeat-x;
	cursor:pointer;
	border-left:solid 1px lime;
	border-right:solid 1px lime;
}

.MenuOut
{
	
}

.MenuSelected
{
	background-color:red;
	background-image:url('../images/hdrBlueBar.gif');
	background-repeat:repeat-x;
	cursor:pointer;
	border-left:solid 1px red;
	border-right:solid 1px red;
}

.Title
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:18pt;
	font-weight:Bold;
	padding-left:10px;
	padding-right:75px;
	/*color:#ffffff;*/ /* BLANC */
	color:#59ccf1; /* AQUA */
	/*color:#FEEA00;*/ /* JAUNE */
	/*color:#4bab54;*/ /* VERT */
	/*color:#f43914;*/ /* ROUGE */
	}
.Title_Bar
{
	background-color:#000000;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#000000,endColorStr=#ffffff);  
   	color:#ffffff;
	border-bottom:solid 1px #f43914;
	border-left:solid 1px #f43914;
	background-image:url('../images/onyxbar.gif');
	background-repeat:repeat-x;
	
}
.Title_Left
{
	background-image:url('../images/RoundBar_Left.gif');
	background-repeat:no-repeat;
	height:50px;
	width:42px;
}

.Title_Middle
{
	background-image:url('../images/RoundBar_Middle.gif');
	background-repeat:repeat-x;
	height:50px;
}

.Title_Right
{
	background-image:url('../images/RoundBar_Right.gif');
	background-repeat:no-repeat;
	height:50px;
	width:45px;
}