/* --> Content CORE */
.info_presentation {
    float: left;
    margin-right: 14px;
}

.info_presentation_seconde {
    float: left;
    margin: 0px;
}

.info_presentation_third {
    float: right;
}

#titre_e_commerce, #titre_cms, #titre_module {
    margin: 4px 0px 10px 4px;
    padding: 0px;
    line-height: 16px;
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 30px;
	width: 230px;
	display: block;
}

#titre_e_commerce {
    background-image: url(/media/img/cube1.gif);
    color: #a7bc18;
}

#titre_cms {
    background-image: url(/media/img/cube2.gif);
    color: #584884;
}

#titre_module {
    background-image: url(/media/img/cube3.gif);
}

.start_content {
    margin-top: 5px;
}


/*hack positionnement IE7 */
*+html #titre_e_commerce, *+html #titre_cms, *+html #titre_module {
    line-height: 10px;
}

*+html .start_content {
    margin-top: 10px;
}