@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	outline:none;
	color: #7d7d7d;
}

img{
	border:none;
}

body {
	background: url(../images/main_background.png) repeat-y center;
	background-color: #e7e7e8;
	font-family:Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	margin: 0 0 50px 0;
}

#mainContainer{
	width: 859px;
	margin: 0 auto;
}

/*==========================================================
 HEADER NAVIGATION
==========================================================*/
#HeaderNav{
	width: 859px;
	height: 126px;
	text-align:right;
	background:url(../images/logo_actel.png) no-repeat bottom left;;
}

#HeaderNav .PVPartners{
	clear:both;
	float:right;
}

/*===== Lang switch */

		#HeaderNav .lang{
			font-size: 9px;
			list-style: none;
			width: 175px;
			float:right;
			margin: 5px 0 30px 0;
		}	
		
		#HeaderNav .lang li{
			display:inline;			
		}
		#HeaderNav .lang li a{
			display:block;
			float:left;
			width: 81px;
			height: 17px;
			padding: 5px 0 0 0;
			margin: 0 3px 0 0;
		}
		#HeaderNav .lang li a:hover{
			color: #f58026;
		}
		#HeaderNav .lang .active:hover{
			color: #ffffff;
		}
		#HeaderNav .lang .active{
			width: 81px;
			color: #FFFFFF;
			background:url(../images/lang_active.gif) no-repeat;
			text-align: center;
		}


#HeaderNav .Nav{
	margin: 18px 0 0 0;
	clear:both;
	float:right;
}

#HeaderNav .Nav a{
	color: #6b6b6b;
}
#HeaderNav .Nav a:hover{
	color: #f58026;
}

#HeaderNav .Nav li{
	display: inline;
	font-size: 12px;
	color: #6b6b6b;
	border-right: 1px solid #f58026;
	padding: 0 12px;

}
#HeaderNav .Nav li.Last{
	border-right: none;
	padding: 0 5px;
}


/*===== Search field */
		
		#HeaderNav #Search{
			display: inline;
		}
				
		#HeaderNav #SearchField{
			border: none;
			background: url(../images/search_background.gif) no-repeat;
			width: 103px;
			height: 20px;
			padding: 4px 15px 0 25px;		
		}
				
		#HeaderNav #SearchSubmit{
			width: 40px;
			height: 23px;
			border: none;
			background:url(../images/search_validation.gif);
			color: #000000;
			font-size: 10px;
		}		
		
		#HeaderNav #SearchSubmit:hover{
			color: #f68b37;
		}
		
		
/*==========================================================
 MENU TOP
==========================================================*/
#mainMenu {
	float:right;
	clear:both;
	height: 32px;
	margin: 20px 0 0 0;
	list-style:none;
}
#mainMenu li{
	display: inline;
}
#mainMenu .MenuItem{
	display:block;
	margin: 0 2px 0 0;
	color:#FFFFFF;
	float:left;
}

#mainMenu .Last{
	margin: 0;
}

/*===== MENU LANG FR */
	
		#mainMenu #AutoFR{
			background:url(../images/fr/menu_auto.gif) no-repeat;
			font-size:18px;
			width: 190px;
			height:25px;
			padding:7px 0 0 20px;
		}
		#mainMenu #MotoFR{
			background:url(../images/fr/menu_moto.gif) no-repeat;
			font-size:18px;
			width: 189px;
			height:25px;
			padding:7px 0 0 20px;
		}
		#mainMenu #IncendieFR{
			background:url(../images/fr/menu_incendie.gif) no-repeat;
			font-size:18px;
			width: 197px;
			padding:7px 0 0 20px;
			height:25px;
		}
		#mainMenu #ActelDirectFR{
			background:url(../images/fr/menu_direct.gif) no-repeat;
			font-size:18px;
			width: 197px;
			padding:7px 0 0 20px;
			height:25px;
		}

/*==========================================================
 Footer
==========================================================*/
#Footer{
	font-size: 10px;
	color: #a1a1a1;
	margin: 15px 0 0 240px;
}
