@charset "UTF-8";
body {
	background-image:url(images/bg_page.png);
	background-repeat:repeat-x;
	margin:120px 0 0 0;
	background-color: #da1f00;
}p {
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #fadedc;
	font-style: normal;
	padding-left: 40px;
	line-height: 18px;
	padding-right: 20px;
}
.pTableau {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fadedc;
	font-style: normal;
	line-height: 20px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-color: #FFF;
}
.bgText {
	background-image: url(images/bg_text.png);
	background-repeat: repeat;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFF;
	padding-left: 40px;
}
.titleTable {
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFF;
}
.subtitleTable {
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FF5;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #FFDA10;
	text-decoration: none;
}
a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #FFDA10;
	text-decoration: none;
}
a:active {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #FFDA10;
	text-decoration: none;
}

.border {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF3;
}
.imgFloatLeft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.borderWhite {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
