/*wysiwyg*/
.content { 
	font-family: Tahoma, arial, helvetica;
	font-size: 11px;
	color: #666666;
}

.content_noir { 
	font-family: Tahoma, arial, helvetica;
	font-size: 11px;
	color: #000000;
}

.contentsmall { 
	font-family: Tahoma, arial, helvetica;
	font-size: 9px;
	color: #666666;
}

.content_white {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
}

.title1 {
	color: #C51422;
	font-size: 15px;
	font-family: Tahoma;
}

._title {
	color: #C51422;
	font-size: 13px;
	font-family: Tahoma;
}

.title {
	font-family: Tahoma;
	font-size: 12px;
	color: #C51422;
	font-weight:bold;
}

.link {
	font-family: Tahoma;
	font-size: 11px;
	color:#C51422 !important;
	text-decoration: none;
}
.link:hover {
	color: #C51422;
	text-decoration: underline;
}
