/* CSS Document */

.wysiwyg h2 { font-size:14px }
.wysiwyg h3 { font-size:13px }
.wysiwyg h4 { font-size:12px }
.wysiwyg h5 { font-size:11px }
.wysiwyg h6 { font-size:10px }

.wysiwyg a { text-decoration:underline !important; }
.wysiwyg a:hover { text-decoration:none !important; }

.wysiwyg p { padding-bottom:12px }

.wysiwyg .text-justify 	{ text-align:justify }
.wysiwyg .text-center 	{ text-align:center }
.wysiwyg .text-right 	{ text-align:right }

.wysiwyg ul li
{
	background: url(../images/puce_cube.gif) no-repeat left 5px;
	padding :0 0 6px 12px;
	text-align:justify;
}

.wysiwyg table tr td.T2C_Head
{
	background:#C5B1A1;
	font-weight:bold;
	padding:3px 0 3px 5px;
}
.wysiwyg table tr td.T2C_Normal
{
	padding:6px;
	text-align:justify;
}
.wysiwyg table tr td.T2C_Normal ul li
{
	background-position:4px 5px;
	padding:0 0 0 14px;
}