/*---------------------------------------------------------------------------
traceone.css
(c) Copyright 2000-2008 Octave & Octave. All rights reserved.
-----------------------------------------------------------------------------
Author: Matthieu Fauveau (mfauveau@deckmatt.com)
Last update: 09-21-2008
---------------------------------------------------------------------------*/

/*-------------------------------------------------------------
RESET v1.0-20080212 (http://meyerweb.com/eric/tools/css/reset/) 
-------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/
body {	
	font-family: Arial;
	font-size: 100%;	
	color: #4e4e4e;
	font-size: 13px;
}

div#container {
	position: relative;
	width: 979px;
	margin: 0 auto 0 auto;
}

.left { float: left; }
.right { float: right; }
.clearall { clear: both; }

h1 {
	font-size: 17px;
	color: #f5071e;
}

h2 {
	font-size: 13px;
	line-height: 16px;
	color: #4e4e4e;
}
h3 {
	font-size: 17px;
	line-height: 16px;
	color: #4e4e4e;
}

a {
	color: #7e7e7e;
	font-size: 11px; 
}
a:hover { text-decoration: none; }

a.red {
	background: url('../img/link_arrow_red.png') 0px 4px no-repeat;
	color: #f5071e;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 12px;
}
a.red:hover { text-decoration: underline; }

a.darkgrey {
	background: url('../img/link_arrow_darkgrey.png') 0px 4px no-repeat;
	color: #4e4e4e;
	padding: 0 0 0 12px;
}

/*-------------------------------------------------
BUTTONS
-------------------------------------------------*/
a.button-darkblue {
	display: block;	
	position: relative;
	text-decoration: none;
	cursor: pointer;
	margin: 10px 0 0 0;
}

a.button-darkblue .button {
	float: left;
	height: 18px;
	background: url('../img/button-darkblue_bg.png') top left repeat-x;
	padding: 5px 5px 0 5px;
}

a.button-darkblue .button-title {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
a.button-darkblue .button-l,
a.button-darkblue .button-r {
	float: left;
	width: 3px;
	height: 23px;
	background: url('../img/button-darkblue_left.png') top right no-repeat;
}
a.button-darkblue .button-r {
	background: url('../img/button-darkblue_right.png') top left no-repeat;
}

a.button-darkblue:hover {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

/*-------------------------------------------------
MODAL
-------------------------------------------------*/
div.modal {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	z-index: 1001;	
}
div.modal[id] { /* IE6 and below Can't See This */ position:fixed; }

div.modal a.close {
	float: right;
	background-color: #f5081f;
	color: #FFF;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
}

div#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);
}
div#overlay[id] { /* IE6 and below Can't See This */ position:fixed; }

/*-------------------------------------------------
HEADER
-------------------------------------------------*/
div#header {
	position: relative;
	z-index: 10;
	background-color: #f7f7f7;
	border-bottom: 1px solid #d0cfcf;
	height: 65px;	
}
div#header div.header-wrapper {
	width: 979px;
	margin: 0 auto 0 auto;
}

div#header img.logo {
	margin: 22px 0 0 0;
}

div#header div.languages  {
	text-align:right;
	padding-right:350px;
	font-size:11px;
}
div#header div.languages a {
	font-size:11px;
	color:#F5071E;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
div#footer {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 50px 0;
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 3px;
}
div#footer div.footer-wrapper {
	background: #FFF url('../img/footer_background.png') 0px 0px repeat-x;	
	height: 39px;
}

div#footer p {
	padding: 15px 0 0 0;
}

div#footer2 {
	clear: both;
	float: left;
	width: 792px;
	margin: 20px 0 50px 0;
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 3px;
}
div#footer2 div.footer-wrapper {
	background: #FFF url('../img/footer_background.png') 0px 0px repeat-x;	
	height: 39px;
}

div#footer2 p {
	padding: 15px 0 0 0;
}



/*-------------------------------------------------
CONTENT
-------------------------------------------------*/
div#content {
	position: relative; 
	top: -95px;
	left: -260px;
	background: #FFF url('../img/page_background.png') top left no-repeat;
	width: 992px;
	height: 838px;
}
div.content-wrapper {	
	position: absolute;
	width: 100%;
	top: 110px;
	left: 260px;
}

/*-------------------------------------------------
NARROWCOLUMN
-------------------------------------------------*/
div#narrowcolumn {
	float: left;
	width: 730px;
	margin: 0 29px 0 0;
}

div#narrowcolumn img.big_title {
	padding: 0 0 0 25px;
}

div#narrowcolumn div.flash {
 margin: 15px 0 0 0;
 border: 1px solid #d0cfcf;
 width: 728px;
 height: 213px;
}
div#narrowcolumn div.flash-wrapper {
 background: #FFF;
 padding: 3px 3px 3px 3px;
}

div#narrowcolumn div.block {	
	float: left;
	margin: 22px 0 10px 0;
	border-top: 1px dashed #b8b8b8;
	width: 730px;
}
div#narrowcolumn div.block-wrapper { padding: 25px 0 0 0; }

div#narrowcolumn div.block div.item {
	float: left;
	margin: 25px 45px 0 0;	
}
div#narrowcolumn div.block div.item p {
	margin: 5px 0 0 0;
	line-height: 19px;
}
div#narrowcolumn div.block div.item img {
	float: left;
	border: 1px solid #d0cfcf;
	margin: 0 10px 0 0;
}
div#narrowcolumn div.block div.item a:hover img { border-color: #f5071e; }

div#narrowcolumn div.block div.item-340 { width: 340px; }
div#narrowcolumn div.block div.item-340 div.left { width: 227px; }

div#narrowcolumn div.block div.item-230 {
	width: 230px;
	margin-right: 20px;
}
div#narrowcolumn div.block div.item-230 div.left { width: 117px; }

div#narrowcolumn div.block div.item-last-child {	margin-right: 0; }

div#narrowcolumn div.block div.item-list { width: 422px; }
div#narrowcolumn div.block div.item-list ul { border-top: 1px dashed #b8b8b8; }
div#narrowcolumn div.block div.item-list ul li {
	border-bottom: 1px dashed #b8b8b8;
	line-height: 28px;
}
div#narrowcolumn div.block div.item-list ul li a { margin: 0 0 0 5px; }

div#narrowcolumn div.block div.item-itw {
	position: relative;
	height: 154px;
	width: 273px;
	margin-right: 35px;
}
div#narrowcolumn div.block div.item-itw a.button-darkblue {
	position: absolute;
	left: 0;
	bottom: 0;
}
div#narrowcolumn div.block div.item-itw-1-en { background: url('../img/item_itw1_en.jpg') 0px 0px no-repeat; }
div#narrowcolumn div.block div.item-itw-1 { background: url('../img/item_itw1.jpg') 0px 0px no-repeat; }
div#narrowcolumn div.block div.item-itw-2 { background: url('../img/item_itw2.jpg') 0px 0px no-repeat; }

div#narrowcolumn div.block div.item-exercise,
div#narrowcolumn div.block div.item-play { width: 422px; }
div#narrowcolumn div.block div.item-exercise div.left,
div#narrowcolumn div.block div.item-play div.left { width: 310px; }
div#narrowcolumn div.block div.item-exercise p { font-size: 11px; }
div#narrowcolumn div.block div.item-play {
	border-top: 1px dashed #b8b8b8;
	padding: 25px 0 0 0;
}

div#narrowcolumn div.block div.item-exercise a.button-darkblue { margin-top: 10px; }

/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/
div#sidebar {
	float: left;
	width: 220px;
}

div#sidebar div.block {
	width: 206px;
	margin: 10px 0 0 0;
	border: 6px solid #cfcfcf;
	background-color: #FFF;
	padding: 1px;
}
div#sidebar div.block-wrapper {
	background: #f9f8f8 url('../img/sidebar_block_background.png') 0px 0px repeat-x;
	padding: 16px 14px 16px 14px;
}

div#sidebar div.block-first-child {
	margin-top: 0px;
}

div#sidebar div.block p {
	margin: 10px 0 0 0;	
}

div#sidebar div.block p.topborder {
	border-top: 1px dashed #b8b8b8;
	margin: 0 14px 0 14px;
	padding: 10px 0 0 0;
}

div#sidebar div.block-nopadding {
	padding: 0;
}

div#sidebar div.block-play {
	padding-bottom: 10px;
}

div#sidebar div.block-feedback {
	position: relative;
	background-color: #fefefe;
}

div#sidebar div.block-feedback a.button-darkblue {
	position: absolute;
	left: 15px;
	bottom: 20px;
}

div#sidebar div.block-feedback img.title {
	position: relative;
	top: -1px;
}

div#sidebar div.block-feedback div.feedback {
	background: url('../img/block_bg_temoignage.png') 0px 0px no-repeat;
	width: 206px;
	height: 246px;
}
div#sidebar div.block-feedback div.feedback_en {
	background: url('../img/block_bg_temoignage_en.png') 0px 0px no-repeat;
	width: 206px;
	height: 246px;
}
td
{
   
   vertical-align: top;
}

