/* ! TYPOGRAPHY ------------------------------------------------------ */

/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { color: #222; font: 75%/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* ! HEADINGS ------------------------------------------------ */
h2,h3,h4,h5,h6 { font-weight: normal; }
/* h2,h3,h4,h5,h6 { background: url(../images/arrow_title.gif) no-repeat; font-weight: normal; color: #127; border-bottom: 1px solid #127; padding-left: 10px;  } */
/* h1 span,h2 span,h3 span,h4 span,h5 span,h6 span { display: block; border-bottom: 1px solid #127;  } */

/* GENERAL */
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.16667em; line-height: 1.92857; margin-bottom: .75em; text-transform: uppercase; } /* 14px/27px */
h3,.news h2,.testimony h2,h4 { font-size: 1em; line-height: 2.25; margin-bottom: .75em; } /* 12px/27px */
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h3 { background: url(../images/arrow_h4.gif) no-repeat; color: #d01; border-bottom: 1px solid #d01; padding-left: 10px; clear: both; }
h4,h5,h6 { color: #d01; }

.actualite h2, .home h2, .header h2, .product h2.product-title, .home h3 {
	background: url(../images/bg_title_bullet.gif) no-repeat 7px center;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px 0 27px;
}

.actualite h2,
.header h2,
.product h2.product-title { background-color: #555; }

/* HEADINGS CONTENT */
.news h2,
.testimony h2,
.product-title		{ color: #fff; background: none; border: 0; padding: 0; }

.news h2 span,
.testimony h2 span	{ background-color: #127; padding: 6px 14px 6px 12px; }

/* HEADINGS HOME */
.home h2, .home h3	{ background-color: #127; }
#news h3			{ background-color: #d01; }

#news h4 {
	background: url(../images/arrow_title.gif) no-repeat left -1px;
	border-bottom: 1px solid #127;
	color: #127;
	font-size: 1em;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: .21em;
	padding: 0 0 .14em 10px;
}


.product h2 { clear: both; color: #fff; text-transform: uppercase; }
.product h2 strong { background-color: #127; padding: 5px 14px 5px 12px; font-weight: normal; }
.product h3 { background: none; border-bottom: 1px solid #127; color: #127; font-weight: bold; padding: 0; }
.product h4 { color: #127; font-style: italic; font-weight: bold; }
.product img { clear: both;}
/* ! LINKS --------------------------------------------------- */
a			{ color: #d01; text-decoration: underline;  }
a:focus, 
a:hover		{ color: #d01; text-decoration: none; }

h2 a, h2 a:hover { color: #fff; }
.readmore a { background: url(../images/bg_readmore_small.gif) no-repeat 0 center; display: block; padding-left: 7px; }

#breadcrumbs { margin-bottom: 5px; }

#contact-link { background: #bbb; display: block; color: #fff; line-height: 2.25em; margin-bottom: 10px; text-transform: uppercase; overflow: hidden; text-decoration: none; }
#contact-link span.link { width: 130px; display: block; float: left; padding-left: 10px; }
#contact-link span.button { background: #555; width: 35px; display: block; float: right; text-align: center; font-size: 11px; }
#contact-link:hover { text-decoration: none; }
#contact-link:hover span.button { background: #d01; }

/* ! TEXT ELEMENTS ------------------------------------------- */
p           { margin: 0 0 1.5em; }
#news p		{ font-size: 11px; padding: 0 1px; }

#news p,
.col p,
.news p			{ margin-bottom: 0; }

#news .readmore,
.col .readmore,
.news .readmore { margin-bottom: 10px; }

blockquote  { margin: 1.5em 0; padding: 0 30px; color: #666; font-style: italic; background: url(../images/bg_blockquote_top.gif) no-repeat -18px 4px; }
blockquote p { background: url(../images/bg_blockquote_top.gif) no-repeat 617px bottom; }
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 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: square; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* ! TABLES ---------------------------------------------------- */
table       { margin-bottom: 1.4em; width:100%; background: #fff; }
th          { font-weight: bold; }
thead th 	{ background: #127; color: #fff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tr			{ border-bottom: 1px solid #ccc; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* ! MISC CLASSES ---------------------------------------------- */
hr { height: 2px; background: #ccc; border: 1px solid #fff; border-width: 0 0 1px; clear: both; margin-bottom: 1.5em; }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.clear		{ clear: both; }

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