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, Arial, Century Gothic, sans-serif, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	/*letter-spacing: 0.4px;*/
}

body {
	/*background-color: #454545;*/
	background-color: #FFFFFF;
	background-image: url('/content_images/default/backgrounds/background.png');
	background-position: top 50%;
	background-repeat: no-repeat;
	/*background-attachment:fixed*/
}

table {
	table-layout: fixed;
}

img {
	border: 0px solid #FFFFFF;
	/*padding: 0px;
	margin: 0px;*/
}

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

h1 {
	font-family: Verdana, Arial, Century Gothic, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing : 1px;
	color : #d5d6f0;
	font-variant : small-caps;
	padding-left : 0px;
}

h2 {
	/*font-size: 20px;
	font-weight: bold;*/
	font-family: Verdana, Arial, Century Gothic, sans-serif, Helvetica;
	font-size: 10.5px;
	font-weight: bold;
	margin-top: 0px;
	color: #FFFFFF;
}

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

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

h5 {
	font-size: 10.5px;
}

h6 {
	font-size: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color : #d5d6f0;
}

a:hover {
	color: #7d88d0;
	/*text-decoration: none;*/
}

ul {
	padding-left: 25px;
	margin: 0px;
	list-style: none;
}

li {
	font-size: 11px;
	color: #d5d6f0;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	list-style-position: outside;
	line-height: 125%;
}

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

p {
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 125%;
}

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

.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;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

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

#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 {
	backgroundColor: 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;
}