
body { 	
	font-family: verdana;
	font-size: 11px;
	color: #474747;
}

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

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

h1 { 
 display: block;
 margin: 0 0 10px 0;
 padding: 5px 10px;
 background-color: #f2f2f2;

 font-size: 14px;
 color: #474747;
 font-weight: normal;
 text-transform: uppercase;
} 

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

 font-size: 15px;
 color: #5897ab;
 font-weight: normal;
} 

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

 font-size: 15px;
 color: #474747;
 font-weight: normal;
} 

	h3.puced { 
		padding: 0 0 0 16px;
		background: url("images/customer/puce.gif") 0 4px no-repeat;
	} 

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

 font-size: 12px;
 color: #5897ab;
 font-weight: normal;
}

hr {
	background-color: #c0c0c0;
	height: 1px;
	border: 0px;
	margin: 10px 0;

	color: #c0c0c0;
}

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

a { color: #5897ab; outline: 0;}
a:hover, a:focus { color: #c41c5b; }
a.texte { color: #474747; text-decoration:none; }

.link { }

	.link a {
		display: block;
		padding: 3px 5px 5px 5px;
		border-bottom: 1px solid #c0c0c0;

		text-decoration:none;
	}	

	.link a:hover {
	}

/* 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       {}
ul, ol      {padding-left:20px;}

ul li{

}

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 {
	border-top: 4px solid #454545;
	background-color: #fff;

	font-size: 11px;
	margin: 0px;
}

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

	color: #5897ab;
}

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

	table.table td h1 {
		font-size: 12px;
		color: #2d99d9;
		font-weight: bold;
	}
	
	table.table td big {
		font-size: 12px;
		color: #2d99d9;
		font-weight: bold;
	}

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

