.beautifulck.glossy h3 {
	/*position: absolute;*/
	z-index: 103;
	border: none !important;
	left: 13px;
	top: -35px;
/*	font-family: 'Droid Sans'; */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5A401E;
	position: relative;
	width: 85%;
}

#qualifications.beautifulck_content h3 {
	/*position: absolute;*/
	z-index: 103;
	border: none !important;
	left: 13px;
	top: 0;
/*	font-family: 'Droid Sans'; */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5A401E;
	position: relative;
	width: 98%;
}

.beautifulckbg {
	left: -8px;
	top: -10px;
	width: 210px;
}

.beautifulck.glossy .beautifulckbg, .beautifulck.glossy {
	position: relative;
	z-index: 100;
}

.beautifulck.glossy .beautifulckbg {
	height: 0;
}

.beautifulck.glossy img.beautifulckbgicon {
	position: absolute;
	z-index: 105;
	top: 17px;
	left: 15px;
}

.beautifulck.glossy .beautifulckbgcenter {
	position: absolute;
	z-index: 102;
	height: 47px;
	width: 106px;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

.beautifulck.glossy .beautifulckbgcentercolor {
	position: relative;
	z-index: 101;
	height: 47px;
	top: 0px;
	left: 0px;
	margin: 0 0 0 106px;
	width: 70px;
}

.beautifulck.glossy .beautifulckbgright {
	position: absolute;
	z-index: 102;
	height: 47px;
	width: 57px;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}

.beautifulck.glossy.orange {
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	background: #e8e0b5;
	background: -moz-linear-gradient(top,  #e8e0b5 0%, #ECE6C4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e0b5), color-stop(100%,#ECE6C4));
	background: -webkit-linear-gradient(top,  #e8e0b5 0%,#ECE6C4 100%);
	background: -o-linear-gradient(top,  #e8e0b5 0%,#ECE6C4 100%);
	background: -ms-linear-gradient(top,  #e8e0b5 0%,#ECE6C4 100%);
	background: linear-gradient(top,  #e8e0b5 0%,#ECE6C4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e0b5', endColorstr='#ECE6C4',GradientType=0 );
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 5px 4px #444444;, inset 0px 0px 3px 0px #444444;
	-webkit-box-shadow: 3px 5px 4px #444444, inset 0px 0px 3px 0px #444444;
	box-shadow: 3px 5px 4px #444444, inset 0px 0px 3px 0px #444444;

	/* for IE */
	border-style: outset;
	border-top-style: none;
	border-left-style: none;
	border-width: thin;
	border-color:##444444;
	
} 


.beautifulck.glossy.orange .beautifulckbgcenter, .beautifulck.glossy.orange .beautifulckbgright {
	background-image: url(../images/glossy_orange.png);
}
.beautifulck.glossy.orange .beautifulckbgcentercolor {
	background: url(../images/glossy_orange_center.png) left top repeat-x; /* orange */
}

.beautifulck.glossy.yellow .beautifulckbgcenter, .beautifulck.glossy.yellow .beautifulckbgright {
	background-image: url(../images/glossy_yellow.png);
}
.beautifulck.glossy.yellow .beautifulckbgcentercolor {
	background: url(../images/glossy_yellow_center.png) left top repeat-x; /* jaune */
}


