
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #30251c;
	text-align: justify;
}

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

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

h1 {
	display: block;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	background: url('images/customer/bg_titre.gif') no-repeat 0 50%;

	font-weight: bold;
	color: #30251c;
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	display: block;
	margin: 0 0 5px 0;

	font-size: 14px;
	color: #30251c;
	font-weight: bold;
}

h3 {
	display: block;
	margin: 0 0 5px 0;

	font-size: 14px;
	color: #30251c;
} 

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

	font-size: 12px;
	color: #30251c;
	font-weight: bold;
	text-transform: uppercase;
}

/* hr
-------------------------------------------------------------- */

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

	color: #eaeaea;
}

/* a
-------------------------------------------------------------- */

a {	color:#30251c; }
a:hover, a:focus { color:#e00131; }

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

.link {
	margin: 0 0 5px 0;
}

	.link a {
		display: block;
		
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
	}	

	.link a:hover {
		background-color: #30251c;

		color: #ffffff;
	}

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

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
acronym     { border-bottom: 1px dotted #666; }
del         { color:#666; }
code { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
p			{ margin-bottom: 10px; line-height: 1.3;}

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

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

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
li			{ line-height: 1.3; }

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

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

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

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

	color: #ffffff;
}

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

table hr{
	margin: 3px;
}

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

.highlight  { color: #D7002E; font-weight: bold; }
.added      { background: #060; color: #fff; }
.removed    { background: #900; color: #fff; }
