
body { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e99bc;
}

/* 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-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 26px;
 color: #277194;
 font-weight: bold;
} 

h2 {
 display: block;
 margin: 0 0 10px 0;
 padding: 0;
 
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #aacc23;
 font-weight: bold;
} 

h3 {
 display: block;
 margin: 0 0 10px 0;
 padding: 0;
 
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #277194;
 font-weight: bold;
} 

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

h4 {
 display: block;
 margin: 0 0 10px 0;
 padding: 0;
 
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #aacc23;
 font-weight: bold;
}

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

	color: #abdef6;
}

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

a { color: #aacc23; outline: 0;}
a:hover, a:focus { color: #ff0036; }
a.texte { color: #4e3424; text-decoration:none; }

.link {
	border-top: 1px solid #abdef6;
}

	.link a {
		display: block;
		padding: 3px 5px 5px 5px;
		border-bottom: 1px solid #abdef6;
		
		color: #4e99bc;
		text-decoration:none;
	}	

	.link a:hover {
		color: #aacc23;
	}

	.link .bigLink { font-weight: bold; }

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

.cadre {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #abdef6;
}

.notice, 
.important {
	padding: 10px;
	margin-bottom:15px;
	border: 1px solid #1f8ccd;
	background-color: #ebf6fc;

	font-size: 120%;
	color: #1f8ccd;
	line-height: 22px;
}

.importantText { color: #e5037f; }

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

/* 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 #abdef6;
	background-color: #fff;

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

table.tableBis {
	border-top: 4px solid #abdef6;
	background-color: #fff;

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

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

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

.tableBis {
	border-bottom: 1px solid #abdef6;
}

.tableBis td {
	border: 1px solid #abdef6;
}

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

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

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