/*** DEFAULT CSS FOR bloc_2 ***/				
#bloc_2{ 
	min-height: 40px;
	max-height: 40px;
	background: #f8f8f8 url(../images/bg_menu.jpg) repeat-y 0 0;
	width: 600px;
	padding-left: 220px
}
/*IE6*/
* html #bloc_2{
	height: 55px;
	overflow: hidden; 
	position: relative;
}
#bloc_2 ul {
	display: block;
	width: 600px;
	height: auto;
	float: left;
}
#bloc_2 ul li {
	list-style: none;
	height: auto;
}
#bloc_2 ul li a {
	height: auto;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
	padding: 40px 0px 0px 0px;
	width: 120px;
	color: #f8f8f8;
	text-indent: -5000em;
}
#bloc_2 ul li a:hover{
	text-indent: 25px;
}
#bloc_2 ul li a:first-letter{
	font-size: 12px;
}
#bloc_2 ul li a:hover{
	color: #003F8D;
}
#bloc_2 ul li#nav_home a{
	background: transparent url(../images/menu/accueil.gif) no-repeat 0 0px;
}
#bloc_2 ul li#nav_home a:hover{
	background: transparent url(../images/menu/accueil.gif) no-repeat 0 -60px;
}
#bloc_2 ul li#nav_website a{
	background: transparent url(../images/menu/packs.gif) no-repeat 0 0px;
}
#bloc_2 ul li#nav_website a:hover{
	background: transparent url(../images/menu/packs.gif) no-repeat 0 -60px;
}
/* IE 6*/
* html #bloc_2 ul li#nav_website a{
	margin-top: -12px;
}
/* IE 7*/
* + html #bloc_2 ul li#nav_website a{
	margin-top: -12px;
}
#bloc_2 ul li#nav_references a{
	background: transparent url(../images/menu/references.gif) no-repeat 0 0px;
}
#bloc_2 ul li#nav_references a:hover{
	background: transparent url(../images/menu/references.gif) no-repeat 0 -60px;
}
/* IE 6*/
* html #bloc_2 ul li#nav_references a{
	margin-top: -24px;
}
/* IE 7*/
* + html #bloc_2 ul li#nav_references a{
	margin-top: -24px;
}
#bloc_2 ul li#nav_contact a{
	background: transparent url(../images/menu/contact.gif) no-repeat 0 0px;
}
#bloc_2 ul li#nav_contact a:hover{
	background: transparent url(../images/menu/contact.gif) no-repeat 0 -60px;
}
/* IE 6*/
* html #bloc_2 ul li#nav_contact a{
	margin-top: -36px;
}
/* IE 7*/
* + html #bloc_2 ul li#nav_contact a{
	margin-top: -36px;
}
#bloc_2 ul li#nav_recruitment a{
	background: transparent url(../images/menu/recrute.gif) no-repeat 0 0px;
}
#bloc_2 ul li#nav_recruitment a:hover{
	background: transparent url(../images/menu/recrute.gif) no-repeat 0 -60px;
}
/* IE 6*/
* html #bloc_2 ul li#nav_recruitment a{
	margin: -52px 0px 0px 240px;
}
/* IE 7*/
* + html #bloc_2 ul li#nav_recruitment a{
	margin: -52px 0px 0px 485px;
}