@charset "utf-8";
/* CSS Document */

#logo{
	background:url(../images/interface/logo.gif) no-repeat;
}

#teaser_configurateur{
	display:block;
	width:271px;
	height:26px;
	background:url(../images/interface/teaser_configurateur.gif) no-repeat;
	padding-bottom:10px;
	color:#fff;
	text-align:right;
	padding-right:6px;
	line-height:26px;
	font-weight:bold;
}
img{
	border:none;
}
ul#navmenu-h ul li {
	width:240px;
}
ul#navmenu-h ul li ul {
	margin-top:-21px;
	margin-left:240px;
	width:200px;
}

/*===============================
	Box */

div.boxH{float:left;width:133px; margin-right:12px; margin-bottom:12px;}
	div.boxH .bCol{float:left; width:15px; height:16px; border-bottom:1px solid #000;}
	div.boxH .bTitle{
		float:left; 
		width:104px; 
		height:14px; 
		border-bottom:1px solid #000; 
		color:#fff; 
		text-transform:uppercase; 
		font-size:12px; 
		padding:2px 0 0 6px !important;
		padding:1px 0 0 6px;
	}
	div.boxH .bRight{float:left; width:8px; height:16px; border-bottom:1px solid #000;}
	div.boxH .bContent{float:left; width:123px;border:1px solid #000; border-top:none;}
