
#header h1
{
	text-indent: -10000px;
	margin: 0px;
	line-height: 0;
}

#header
{
	height: 110px;
}

#header
{
	background-color: transparent;
	background-image: url(../images/fiches_techniques/header_bg.png);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	background-attachment: scroll;
}

#header .logo_left
{
	background-color: transparent;
	background-image: url(../images/fiches_techniques/logo_left.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	height: 66px;
	width: 397px;
}
	
#header .logo_left 
{
	float: left;
	margin: 15px 0 0 15px;
}	

#header .logo_right
{
	background-color: transparent;
	background-image: url(../images/fiches_techniques/logo_right.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;	
	height: 102px;
	width: 303px;
}

#header .logo_right
{
	float: right;
	margin:5px 20px 0 0;
}	

#menu ul
{
	height: 32px;
}

#menu ul
{
	background-color: transparent;
	background-image: url(../images/fiches_techniques/menu_bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;	
}



#menu ul li
{
	display: inline;
	line-height: 32px;
	list-style-type: none;
}	

#menu ul li a
{
	padding: 0em 1em;
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #939393;
}

#menu .normalmenu:hover
{
	background-color: transparent;
	background-image: url(../images/fiches_techniques/menu_hover_bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #010267; 
}

#menu ul li.little_house a
{
	background-color: transparent;
	background-image: url(../images/fiches_techniques/little_house.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	display: block;	
	height: 32px;
	width: 25px;
}

#menu ul li.little_house a
{	
	padding: 0px;
	margin: 0px;
}

#menu ul li.little_house a:hover
{
	background-color: transparent;
	background-image: url(../images/fiches_techniques/little_house_hover.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#menu ul li.little_house_active a
{
	background-color: transparent;
	background-image: url(../images/fiches_techniques/little_house_active.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	display: block;	
	height: 32px;
	width: 25px;
}


#menu ul li.little_house_active a
{	
	padding: 0px;
	margin: 0px;
}

#menu .selectmenu
{
	background-color: transparent;
	background-image: url(../images/fiches_techniques/menu_active_bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #010267; 
}



