html {
	/*scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #000000;*/
}

body, table {
	font-family: Verdana, "Century Gothic", Tahoma, Arial, sans-serif, Helvetica;
	font-size: 11px;
	color: #515151;
	font-weight: normal;
	/*letter-spacing: 0.4px;*/
}

body {
	background-color: #aaafcc;
	background-image: url('/content_images/default/backgrounds/background.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	/*background-attachment:fixed*/
}

table {
	table-layout: fixed;
}

img {
	border: 0px solid #FFFFFF;
	outline-style: none;
	/*padding: 0px;
	margin: 0px;*/
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #0054A4;
	font-family: Verdana, "Century Gothic", Tahoma, Arial, sans-serif, Helvetica;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
}

h1 {
	/*color: #000000;*/
	/*font-size: 25px;*/
	font-size: 22px;
	/*font-style: italic;*/
	margin-top: 0px;
	margin-bottom: 2px;
}

h2 {
	/*font-size: 20px;
	font-weight: bold;*/
	font-size: 17px;
	margin-top: 0px;
}

h3 {
	/*font-size: 14px;*/
	font-size: 16px;
	margin-top: 0px;
}

h4 {
	font-size: 15px;
	font-weight: normal;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

h3 a {
	color: #0054A4;
	text-decoration: none;
}

a {
	color: #0054A4;
	/*color: #000000;*/
	text-decoration: underline;
	/*text-decoration: underline;*/
	text-decoration: none;
	font-weight: normal;
	/*font-weight: normal;*/
	outline-style: none;
}

a:hover {
	color: #0054A4;
	/*text-decoration: none;*/
	text-decoration: underline;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	/*color: #515151;*/
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 125%;
}

hr {
	height: 1px;
	width: 100%;
	border: 0px solid #0054A4;
	border-top: 1px solid #0054A4;
	background-color: transparent;
	color: #0054A4;
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 150%;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.errorMsg, .errorMsg * {
	color: #AA0000;
	text-decoration: none;
}

.successMsg, .successMsg *{
	color: #00AA00;
	text-decoration: none;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.pageBreak {
	margin-top: 3px;
	margin-bottom: 3px;
	clear: both;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.linkSaillantie {
	/*color: #000000;*/
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	border: 0px solid #FF0000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	float: left;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

#AJAX_loader_background {
	background-color: rgb(200,200,200);
	width: 100%;
	height: 100%;
	z-index: 998;
	position: absolute;
	top: 0px;
	left: 0px;
	/*filter: alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;*/
	display: none;
}

#AJAX_loader {
	background-color: transparent;
	border: 0px solid rgb(200,200,200);
	padding: 2px;
	z-index: 999;
	position: absolute;
	top: 250px;
	left: 250px;
	text-align: center;
	vertical-align: middle;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.cssTable th, .cssTableTh {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e0e8ea;
	border-right: 1px solid #e0e8ea;
	border-left: 1px solid #FFFFFF;
}

.cssTable td {
	border-bottom: 1px solid #e0e8ea;
}