All pastes #2046650 Raw Edit

Miscellany

public text v1 · immutable
#2046650 ·published 2011-04-15 03:47 UTC
rendered paste body
#accueil #contenu #colonne-principal {
    float: left;
    padding: 40px 0 0 40px;
    width: 600px;
}

#accueil #contenu #colonne-secondaire {
    background: url("/img/fond-accueil.png") no-repeat scroll center 13px transparent;
    min-height: 630px;
    padding: 29px 0 0 30px;
    position: absolute;
    right: -9px;
    top: -33px;
    width: 268px;
    z-index: 3;
}


#accueil #contenu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html #accueil #contenu          { zoom: 1; } /* IE6 */
*:first-child+html #accueil #contenu { zoom: 1; } /* IE7 */