ul.square,
#content ul.square {
    padding-left:   1.5em;
    list-style-type:square;
}
#content h1 {
    font-size:      1.35em;
    /*margin-bottom:  .9em;*/
	margin-top:		10px;
}
#content h2 {
    font-size:      1.4em;
    font-weight:    normal;
    margin-bottom:  .8em;
	padding-top:	5px;
}
#content h3 {
    font-size:      1.1em;
    font-weight:    bold;
    margin-bottom:  .7em;
}
#content h4 {
    font-size:      1em;
    font-weight:    bold;
    margin-bottom:  .5em;
}
#content p {
    margin-bottom:  1em;
	padding-left:	10px;
}
#content p.bull {
	background:		url(/image/element/bull_bg.png) no-repeat top left;
}
#content ul {
    list-style-type:disc;
    padding-left:   1.5em;
	margin-bottom:	1em;
}
#content ul li {
    margin-top:     .5em;
}
#content ul.square {
	list-style-image:url(/image/element/puces_txt.gif);
	padding-left:   2.0em;
}
