#squelette_entete{
	width:100%px;height: 182px;
	background-color: #000000;
}

#squelette_entete_contenu{
	margin: 0 auto;
	width:958px;height: 182px;
	background-image: url("/code_perso/boutique/objpage/image/squelette_entete_contenu_fond.png");
	background-repeat : no-repeat;
	background-position:center bottom;
}


/************************ LOGO    *************************/
#squelette_entete_contenu_logo{
	float:left;
	width:280px;height:135px;
}

/************************ BLOC PUB  *************************/
#squelette_entete_pub {
	float:right;
	width:470px;
	height:70px;
	margin:40px 30px 0px 0px;
}	





/************************ BLOC MENU  *************************/
#squelette_entete_menu {
	float: left;
	width: 958px;height: 29px;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	vertical-align: middle;
}	


#squelette_entete_menu UL{
	margin: 6px 0px 0px 6px;
	overflow: auto; 
}	

#squelette_entete_menu UL LI{
	display: block;
	float:left;
	height:21px;
	margin:0px 7px 0px 0px;
	padding:3px 0px 0px 0px;
	text-transform: uppercase;
}

#squelette_entete_menu  A{
	color:#000000;
}

#squelette_entete_menu  A STRONG{
	color:#000000;
}


#squelette_entete_menu  A:HOVER{
	color:grey;
}