﻿/* Styles custom, appear in the content editor web part */
.ms-rteCustom-Content {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #919296;
}
.ms-rteCustom-Content a {
	color: #f29010;
}
.ms-rteCustom-Content a:hover {
	text-decoration: underline;
	color: #919296;
}
.ms-rteCustom-Content ul {
	margin: 0;
	padding: 5px 0 5px 20px;
}
.ms-rteCustom-Content ul li {
	padding-left: 8px;
	list-style: none;
	background: url(Images/Bewise/puce.gif) no-repeat 0 6px;
}
.ms-rteCustom-PageTitle {
	font-size: 20px;
	font-weight: bold;
	color: #f29010;
}
.ms-rteCustom-HeadLineText {
	font-size: 16px;
	font-weight: normal;
	color: #919296;
}
.ms-rteCustom-Title1 {
	font-size: 14px;
	font-weight: bold;
	color: #f29010;
}
.ms-rteCustom-Title2 {
	font-weight: bold;
}
.ms-rteCustom-link {
	color: #f29010;
}
.ms-rteCustom-link:hover {
	text-decoration: underline;
	color: #919296;
}
.ms-rteCustom-Banner1 {
	color: #f29010;
	border-bottom: solid 1px #AEADAD;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	line-height: 32px;
}

