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


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

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

h1 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	
	font-size: 24px;
	font-weight: bold;
}

	.puce {
		margin: 0;
		padding: 7px 10px 7px 33px;
		border-left: 1px  solid #cacfe2;
		border-right: 1px  solid #cacfe2;
		border-top: 1px  solid #cacfe2;
		background: url('images/bg_h1-puce.gif') 0px 0px no-repeat #E5E8F1;

		font-size: 16px;
	}

h2 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	
	color: #2082d9;
	font-size: 18px;
	font-weight: bold;
}

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

	font-size: 16px;
	font-weight: bold;
} 

h4{ 
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	
	color: #2082d9;
	font-size: 12px;
	font-weight: bold;
}


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

a {	color: #2082d9;text-decoration: underline; }
a:hover, a:focus { text-decoration: none; }

.btnA {
	padding: 2px 4px 2px 4px;
	border: 1px solid #33a4f0;
	cursor: pointer;

	color: #ffffff;
	background: url('images/bg_btn.jpg') 0px 0px repeat-x #68c4fe;
	text-decoration: none;
}

	.btnA:hover {
		border: 1px solid #1f5587;
		background: url('images/bg_btn_hover.jpg') 0px 0px repeat-x #376fa4;
		color: white;
	}

.link {
}

	.link a {
		display: block;
		padding-left: 18px;
		margin-bottom: 5px;
		background: url('images/puce.gif') 0px 3px no-repeat;
		
		color: #475d8c;
		text-decoration: none;
	}

	.link a:hover {
		background-color: #6bc5fe;
		background-image: none;

		color: #ffffff;
	}

	.link a.noStyle {
		display: inline;
		padding: 0;
		background-image: none;
		
		color: #2082d9;
		text-decoration: underline;
	}

	.link a.noStyle:hover {
		background-color: transparent;

		color: #475d8c;
	}

/* 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 0px 0px; }
tr.even td		{ background: #e5ecf9; }
tfoot			{ font-style: italic; }
caption			{ background: #eee; }

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

table.table th{
	padding:6px;
	background-color:#6bc5fe;

	color:#ffffff;
}

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

table hr{
	margin:3px;
}



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

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

	color: #cacfe2;
}

.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; }
