/*
.wgRichTextGreenColor {
	color: #94d909;
}

.wgRichTextPurpleColor{	
	color: #9240ab;
}

.wgRichTextOrangeColor {	
	color: #f8a02e;	
}

.wgRichTextBlueColor {	
	color: #264790;
}
*/

.wgRichTextGreenBackgroundColor {
	background-color: #94d907;
}

.wgRichTextPurpleBackgroundColor{	
	background-color: #9240ab;
}

.wgRichTextOrangeBackgroundColor {	
	background-color: #f8a02e;	
}

.wgRichTextBlueBackgroundColor {	
	background-color: #264790;
}

.wgRichTextBlueAlternativeRowBackgroundColor {
	background-color: #e2e5f7;
}
.wrong{
	background:url(picto/wrong.gif) no-repeat right;
}
.right{
	background:url(picto/valid.gif) no-repeat right;
	font-weight:bold;
}

.lien {
	color:#00475E;
	text-decoration: underline;
}

/*
.link{
	background:transparent url(picto/arrow_nobg.gif) no-repeat scroll 0 2px;
	color:#333333;
	padding:0 10px;
	text-decoration:none;
	text-align:right;	
}

link:hover {
	text-decoration:underline;
}
*/

.puce {	
	list-style-image: url(picto/arrow_nobg.gif);
	list-style-position: inside;
	margin:9px;
	padding:0px;
	color:#666666;
	font-family:'Verdana';
	font-size:10px;
}
