
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

/* Headings
-------------------------------------------------------------- */

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

h1 {
	display: block;
	padding: 0;
	margin: 0;

	font-size: 18px;
	font-weight: normal;
	color: #0182d4;
}

h2 {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;

	font-size: 16px;
	font-weight: normal;
	color: #0182d4;
}

h3 {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;

	font-size: 14px;
	font-weight: normal;
	color: #0182d4;
} 

h4{ 
	display: block;
	padding: 0;
	margin: 0;

	font-size: 12px;
	font-weight: bold;
	color: #0182d4;
}

hr {
	height: 1px;
	margin: 15px 0px;
	border: 0px;
	background-color: #cfe8f9;

	color: #cfe8f9;
}

/* Links
-------------------------------------------------------------- */

a {	color: #0182d4; outline: 0;}
a:hover, a:focus { color: #fd8611; }

.link {
	border-top: 1px solid #cfe8f9;
	margin-bottom: 10px;
}

	.link a {
		display: block;
		padding: 7px 10px 7px 24px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #cfe8f9;
		
		color: #696969;
		text-decoration: none;

		background: url('images/customer/puce_link.png') 4px 9px no-repeat;
	}

	.link h1 {
		width: 211px;
		height: 20px;
		padding: 7px 0 0 16px;
		background: url('images/customer/bg_h1_mainleft.gif') 0 0 no-repeat;

		position: relative;
		left: -6px;
		margin-right: -6px;

		font-size: 14px;
		color: #ffffff;
		font-weight: normal;
	}

	.link a:hover {
		background-color: orange;

		color: #fff;
	}

/* Cadres
-------------------------------------------------------------- */

.cadre {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #cfe8f9;
}

.notice, 
.important    { padding: 10px; margin-bottom: 0px; border: 3px solid #ddd; zoom: 1; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #fd8611; color: #fff; border-color: #fd8611; }
.importantText { color: #fff; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #fff; }

/* Text elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre			{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 15px; }
ul, ol      { margin: 0 15px 15px 15px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 15px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 15px;}

/* Tables
-------------------------------------------------------------- */

table			{ }
th				{ font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption	{ padding: 0px 0px 3px 0px; }
tr.even td		{ background: #e5ecf9; }
tfoot			{ font-style: italic; }
caption			{ background: #eee; }

table.table{
	font-size:11px;
	margin: 0px;
}

table.table th{
	padding: 4px 6px;
	background-color: #74bbe9;

	color:#ffffff;
}

table.table td{
	padding:3px 6px;
	border-bottom:1px solid #cfe8f9;
}

table hr{
	margin:3px;
}

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: 10px; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }