
@font-face {
	font-family: "Rockwell";
	src: url('ROCK.ttf');
}

body { 
	font-family: Verdana;
	font-size: 11px;
	color: #604c3f;
}

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

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

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

	font-family: Rockwell, Trebuchet MS;

	font-size: 18px;
	font-weight: normal;
	color: #604c3f;
}

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

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

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

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

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

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

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

	color: #ede8e4;
}

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

a {	color: #e7501e; outline: 0;}
a:hover, a:focus { color: #bdcd00; }

a[target="_blank"][href^="http://"]:after {
    content: url('images/customer/puce_externallink.gif');
	padding-left: 4px;
}

.link {
	border-top: 1px solid #d8cdc5;
	border-bottom: 1px solid #fff;
}

	.link a {
		display: block;
		padding: 7px 10px 7px 24px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #d8cdc5;
		background: url('images/customer/puce_link.gif') 10px 10px no-repeat;
		
		color: #604c3f;
		text-decoration: none;
	}

	.link a:hover,
	.link .active {
		border-top: 1px solid #cad91c;
		border-bottom: 1px solid #aab800;
		background: url('images/customer/puce_link-o.gif') 10px 10px no-repeat #bdcd00;

		color: #fff;
	}

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

.cadre, .important, .notice { padding: 10px; margin-bottom: 15px; }
.cadre { background-color: #ede8e4; }
.important, .notice { color: #fff; font-size: 120%; }
.important { background-color: #e85830; }
.notice { background-color: #aebc00; }
.important a, .notice 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; }