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, p {
	font-family: Arial, Verdana, Century Gothic, sans-serif, Helvetica;
	font-size: 12px;
	color: rgb(0,44,90);
	font-weight: normal;
}

body {
	background-color: #FFFFFF;
}

table {
	table-layout: fixed;
}

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

a {
	color: rgb(247, 178, 90);
	text-decoration: none;
	font-weight: bold;
	outline-style: none;
	/*font-weight: normal;*/
}

a:hover {
	color: rgb(247, 178, 90);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *
, h1:hover *, h2:hover *, h3:hover *, h4:hover *, h5:hover *, h6:hover * {
	color: rgb(22, 48, 135);
	font-weight: normal;
	font-family: Arial, Verdana, Century Gothic, sans-serif, Helvetica;
	font-style: normal;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
}

h1 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 6px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-size: 9px;
}

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

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

ul li {
	list-style-type: disc;
	list-style-position: inside;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

hr {
	width: 100%;
	border: 0px solid rgb(22, 48, 135);
	border-color: rgb(22, 48, 135);
	background-color: rgb(22, 48, 135);
	color: rgb(22, 48, 135);
	height: 1px;
	padding: 0px;
	margin: 0px;
}

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

span, br {
	line-height: 100%;
	padding: 0px;
}

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

.errorMsg {
	color: #AA0000;
}

.successMsg {
	color: #00AA00;
}

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

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

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

.boxLeft {
	height: 36px;
	width: 8px;
	background-color: transparant;
	background-image: url('/content_images/default/box/box_left.png');
	background-repeat: no-repeat;
	float: left;
}

.boxRight {
	height: 36px;
	width: 8px;
	background-color: transparant;
	background-image: url('/content_images/default/box/box_right.png');
	background-repeat: no-repeat;
	float: right;
}

.boxSpacer {
	height: 26px;
	background-color: transparant;
	background-image: url('/content_images/default/box/box_spacer.png');
	background-repeat: repeat-x;
	padding-top: 10px;
	float: left;
}

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

.linkSaillantie {
	padding:  5px 0px 0px 0px;
	color: #444444;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
