/*
Theme Name: 6Tzen
Description: 6Tzen
Version: 1.0
*/

a.lien {
	color: blue;
	text-decoration: underline;
}

#inner .wysiwyg a {
color: blue;
}

a.lien:active {
	color: yellow;
	text-decoration: none;
}



a.lien:link {
	color: blue;
	text-decoration: underline;
}



a.lien:visited {
	color: purple;
	text-decoration: none;
}



a.lien:focus {
	color: red;
	text-decoration: none;
}



a.lien:hover {
	color: red;
	text-decoration: none;
}

span.textcode, div.textcode {
	color: #584773;
    background-color: #fafafc;
    border: 1px solid #e3e4e7;
	padding: 4px;
	margin: 2px;
	font-size:12px;
}




.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f9f9fb;
	padding: 20px;
	border-width: 0 0 2px 0;
	border-color: #ADADAD;
	border-style: solid;
}

li.nice {
    list-style-type: square;
	padding-left : 10px;
	margin-left : 40px;
	margin-bottom : 8px;
	margin-top : 8px;
}
#inner .wysiwyg ul li.nice::before {
    content: "";
}