/* 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;
  font-family: Trebuchet MS;
}
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;
}


/* #####################
		TEMPLATE
   #####################*/

body {background: url(images/bg_repeat.png) repeat-x;}

h1 {color: #fff; font-size: 22px; text-align: center; padding: 12px} 

#header {background: url(images/bg_repeat_top.png) repeat-x; height: 114px; width: 960px; margin: auto}
#images_header {height: 98px; text-align: center}
#images_header img {margin: 0 18px}
#onglets {float: right; height: 16px; margin-right: 12px}

#container {width: 960px; margin: auto;}

#columns { float: left; border: 1px solid #abb9c6; background-color: #fff }

#left_column {float: left; width: 450px; padding: 24px 0 12px 24px}


#profil {background-color: #002952; width: 372px; height: 196px; padding: 20px; margin: 0 0 20px 0; }
#profil_left {float: left; width: 180px; height: 196px; }
#profil_right {float: left; width: 192px; height: 196px; color: #fff; font-size: 12px}
#name {font-weight: bold; font-size: 22px}
#phone {font-size: 29px; font-weight: bold; padding: 18px 0}



#chart {border: 1px solid #abb9c6; width: 430px; height: 300px; padding: 10px}

#chart .table_container {border: 1px solid #abb9c6; padding: 12px}
#chart table {width: 406px; font-size: 12px}
#chart tr {color: #35444a}
#chart tr.green td {background-color: #74b83f; color: #fff}
#chart td {padding: 4px}
#chart h2 {text-transform: uppercase; font-size: 18px; color: #74b83f; text-align: center}
#chart h3 {font-size: 15px; color: #002952; text-align: center}
#chart h4 {margin-top: 12px; font-size: 12px; color: #35444a}

#right_column {float: left; width: 472px; padding-right: 12px}
#main_text {margin: 20px 0 0 -24px; color: #002952; font-size: 12px}
#main_text p {margin-bottom: 12px; line-height: 1.4}
#main_text a {color: #32801c}
#main_text .emphase {text-transform: uppercase; font-weight: bold; font-size: 14px}

#images {float: right; margin-right: 2px}
#images_left_col {float: left; width: 223px; text-align: center;}
#images_left_col img {margin-bottom: 6px}
#images_right_col {float: left; margin-left: 12px}

#caamp {float: left; width: 587px; margin-top: 24px; margin-right: 64px}
#bottom_para {float: left; width: 270px; color: #565656; font-size: 12px; line-height: 1.4; margin-top: 24px; text-align: right}

#footer {float: left; width: 960px;text-align: center; font-size: 12px; margin-top: 12px; color: #002952; padding: 12px}
#footer a {color: #002952}


