/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css 48 2003-10-26 17:07:44Z typo3 $ */
#CENTRE, .bodytext {
	font-family: Simsun,Verdana,sans-serif;
}


#img-left {
    margin-left:15px;
    float:left;
    position:relative;
}

#txt-left {
    margin-left:3px;
    width:169px;
    float:left;
    position:relative;
}

#img-right {
    padding-left:4px;
    float:left;
    position:relative;
}

#txt-right {
    margin-left:3px;
    width:180px;
    float:left;
    position:relative;
}

#txt-right ul, #txt-right ul li, #txt-left ul, #txt-left ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#txt-right ul li, #txt-left ul li {
    font-size:12px;
    font-family : Simsun, Verdana, sans-serif;
    background-image: url(../../../../images/puce_orange2.gif); /* Replace bullet.gif with your img */
    background-position: left top; /* Position bullet */
    background-repeat: no-repeat;
    padding-left: 7px; /* Add padding so text doesn't cover bullet img */
    padding-bottom:3px;
    text-align:left;
    margin-top:4px;
}

#txt-left li {
	padding-bottom:8px;
}

