/*------------------------------------------------------------------------
# JA Olivine 1.0 - Aug, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
	color: #666666;
	background: #FFFFFF;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #1C64A5;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #1C64A5;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
	color: #333333;
}	

/* Small text */
small, .small, .smalldark, .createby, .modifydate, .img_caption p,
a.readon, p.site-slogan, #ja-pathway, #ja-footer, .mosimage_caption {
	color: #999999;
	font-size: 85%;
}

img {
	margin: 0;
	padding: 0;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p {
	/*background:#eee;border:#ddd;*/
/*	padding:8px;margin-bottom:20px;*/
	font:normal 12px/18px verdana;}
 pre, blockquote,  ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

/*ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 22px 8px;
	line-height: 160%;
	padding-left: 30px;
}*/

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #E6E6E6;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666666;
}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.button {
	padding: 2px 8px;
	border: 1px solid #1C64A5;
	background: #1C64A5;
	font-weight: bold;
	color: #FFFFFF;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_seperator {
	clear: both;
	display: block;
	height: 15px;
	margin: 0;
}

.column_separator {
	padding: 0 25px;
}

/* Mosimage */
div.mosimage {
	margin: 15px 10px 0 0;
}

div.mosimage img {
}

.mosimage_caption {
	margin-right: 10px;
	color: #999999;
}

/* content tables */
.sectiontableheader {
	background: #999999;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	background: url(../images/dot.gif) repeat-x bottom;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F7F7F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
	text-transform: uppercase;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 175% !important;
}

.componentheading {
	font-size: 100%;
	background: url(../images/dot.gif) repeat-x bottom;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 0 5px;
	font-size: 200%;
	color: #333333;
	border-bottom: 1px solid #E6E6E6;
}

table.blog .contentheading {
	font-size: 125%;
	color: #E15E06;
	font-weight: bold;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	text-align: center;
	text-decoration: none;
	color: #1C64A5;
	font-weight: bold;
	background: url(../images/arrow-readon-1.png) no-repeat left 0;
	padding: 1px 0 1px 15px;
	text-transform: uppercase;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/arrow-readon-2.png) no-repeat left 0;
	color: #E15E06;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	background: #666666;
	color: #FFFFFF;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #1C64A5;
	color: #FFFFFF;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #666666;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 5px 0 10px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
}

.createby {
	padding: 0 5px 0 7px;
	background: url(../images/vline.gif) no-repeat left;
}

.createdate {
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-size: 100%;
	color: #999999;
}

.modifydate {
	width: 100%;
	display: block;
	text-transform: uppercase;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
}

#ja-header,
#ja-container,
#ja-footer {
	width: 780px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-header,
.narrow #ja-container,
.narrow #ja-footer {
	width: 780px;
}

#ja-container {
}

#ja-mainbody {
	width: 74.9%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 70%;
}

#ja-current-content {
	padding: 0 20px 10px;

}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 29.9%;
}

#ja-col1 div.ja-innerpad {
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 24.9%;
}

#ja-col2 div.ja-innerpad {
}

/*common style for column*/
#ja-col1 a {
}

#ja-col1 a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {
}

#ja-col1 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	padding: 10px 0;
	margin: 0;
	background: url(../images/grad-1.gif) repeat-x bottom;
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 24.9%;
}

#ja-containerwrap-fr #ja-content {
	width: 75%;
}

#ja-containerwrap-fr #ja-current-content {
	padding-right: 0;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
}

#ja-containerwrap-fl #ja-current-content {
	padding-left: 5px;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 5px;
	padding-right: 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable-menu h3,
div.moduletable-text h3 {
	font-size: 125%;
	margin: 0 0 10px;
	padding: 0 0 10px;
	color: #1C64A5;
	background: url(../images/h3-bg.gif) no-repeat bottom left;
}

div.moduletable,
div.moduletable-menu,
div.moduletable-text {
	margin: 0 0 20px;
	padding: 0 5px;
}

div.module h3,
div.module-menu h3,
div.module-text h3,
div.module-hilite h3,
div.module-nopad h3 {
	margin: 0 -15px 10px;
	padding: 10px 15px;
	white-space: nowrap;
	font-size: 125%;
	border-bottom: 1px solid #E6E6E6;
	color: #333333;
}

div.module,
div.module-menu,
div.module-text,
div.module-hilite,
div.module-nopad {
	margin: 0 0 20px;
	padding: 0;
	width: 100%; /*need for ie 6 */
	/*background: url(../images/box-br.gif) no-repeat bottom right;*/
}

div.module div,
div.module-menu div,
div.module-text div,
div.module-hilite div,
div.module-nopad div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module-menu div div,
div.module-text div div,
div.module-hilite div div,
div.module-nopad div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module-menu div div div,
div.module-text div div div,
div.module-hilite div div div,
div.module-nopad div div div {
	padding: 0 0px 0px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

/*nopad*/
div.module-nopad h3 {
	padding: 10px 30px;
	margin-bottom: 0;
}

div.module-nopad div div div {
	padding: 0 1px 5px;
}

/*hilite*/
div.module-hilite h3 {
	color: #FFFFFF;
	background: url(../images/h3-hilite-bg.gif) repeat-x bottom;
	border: none;
}

div.module-hilite {
	background: url(../images/box-hilite-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-hilite div {
	padding: 0;
	background: url(../images/box-hilite-bl.gif) no-repeat bottom left;
}

div.module-hilite div div {
	background: url(../images/box-hilite-tr.gif) no-repeat top right;
}

div.module-hilite div div div {
	background: url(../images/box-hilite-tl.gif) no-repeat top left;
}

div.module-hilite span.article_seperator {
	display: none;
}

/* mis */
div.banneritem-text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul {
	list-style: none;
}

div.moduletable li {
	background-position: 3px 8px;
	line-height: 160%;
	padding-left: 12px;
}

div.module div div div div,
div.module-menu div div div div,
div.module-text div div div div,
div.module-hilite div div div div,
div.module-nopad div div div div {
	background: none;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: url(../images/header-bg.jpg) repeat-x top;
	z-index: 999;
	position: relative;
}

#ja-header {
	height: 100px;
	line-height: normal;
	position: relative;
}

h1.logo, div.logo-text h1 {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

h1.logo a {
	width: 230px;
	height: 100px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	float: left;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	width: 24.9%;
	height: 100px;
	outline: none;
	float: left;
}

div.logo-text h1 {
	padding-top: 30px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	height: 100px;
	width: 70%;
	background: url(../images/mainnav-sep.gif) no-repeat left;
	float: left;
}

.narrow #ja-mainnav {
	width: 65%;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-mainnav a span.menu-title {
	padding: 30px 15px 5px 15px;
	display: block;
}

#ja-mainnav a span.menu-desc {
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: 85%;
	color: #999999;
	padding: 0 15px;
	line-height: normal;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 1px 0;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 7px 5px 9px;
	margin: 0;
	text-decoration: none;
	color: #666666;
	background: url(../images/dot.gif) repeat-x bottom;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #1C64A5;
	text-decoration: underline;
}

#ja-subnav li.active a {
	color: #1C64A5;
	font-weight: bold;
}

/* breadcrumbs */
#ja-pathway {
	padding: 7px 0;
	text-transform: uppercase;
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	line-height: normal;
	text-indent: 10px;
	clear: both;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway a:hover {
	text-decoration: underline;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
a.mainlevel {
	color: #666666;
	margin: 0;
	padding: 7px 5px 9px;
	outline: none;
	width: 90%;
	display: block;
	text-decoration: none;
	background: url(../images/dot.gif) repeat-x bottom;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #1C64A5;
	background: url(../images/dot.gif) repeat-x bottom #F2F2F2;
	text-decoration: none;
}

a.mainlevel#active_menu {
	font-weight: bold;
	color: #1C64A5;
}

a.sublevel {
	margin: 0 -5px 0 -5px;
	padding: 4px 0 4px 26px !important;
	display: block;
	font-weight: normal !important;
	text-decoration: none;
	width: 75%; /*need for ie6*/
	border: none;
	text-transform: none;
	background: url(../images/bullet.gif) no-repeat 15px 13px !important;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	background: none;
	color: #1C64A5;
}

#active_menu {
	color: #1C64A5;
	font-weight: bold;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding-right: 20px;
}

.ja-box-center div.moduletable {
	padding: 0 10px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
}

/* Top spotlight */
#ja-topsl1 {
	width: 74.9%;
	float: left;
	margin-bottom: 10px;
}

#ja-topsl1 div.moduletable {
	margin-right: 40px;
}

#ja-topsl2 {
	width: 24.9%;
	float: right;
	margin-bottom: 10px;
}

div.module-hilite ul {
	margin: 0;
	padding: 0;
}

div.module-hilite ul li {
	margin: 0;
	padding-left: 10px;
	background: url(../images/bullet2.gif) no-repeat left center;
}

div.module-hilite a {
	color: #FFFFFF;
}

div.module-hilite a:hover,
div.module-hilite a:focus,
div.module-hilite a:active {
	color: #FFFFFF;
}

/* Bottom spotlight */
#ja-botsl1, #ja-botsl2 {
	clear: both;
	margin: 0;
	padding: 20px 0;
}

#ja-botsl2 {
	border-top: 3px solid #E6E6E6;
	padding-bottom: 0;
}

#ja-botsl1 div.moduletable, #ja-botsl2 div.moduletable {
	margin-bottom: 0;
}

#ja-botsl1 div.moduletable h3, #ja-botsl2 div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	background: none;
	color: #E15E06;
}

#ja-botsl1 div.moduletable h3 span, #ja-botsl2 div.moduletable h3 span {
	color: #666666;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	position: relative;
	clear: both;
	padding: 10px 0 5px;
}

#ja-footer small {
	font-size: 100%;
	padding: 0;
	float: left;
}

#ja-footer ul {
	margin: 0;
	padding: 0;
	float: right;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
	display: inline;
	padding: 0 10px;
}

li.ja-firstitem {
	background: none !important;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Login */
#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 5px 0 0;
}

/* Default login Form */
#mod_login_password, #mod_login_username {
	width: 97%;
}

#mod_login_remember {
   border: none;
	background: none;
}

/* Search */
#ja-search {
	float: right;
	padding-left: 25px;
	background: url(../images/icon-search.gif) no-repeat 10px 3px;
	overflow: hidden;
}

#ja-search .inputbox {
	font-size: 92%;
	font-weight: bold;
	color: #999999;
}

/*others*/
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

div.ja-innerdiv {
	padding: 10px 0 !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

div.ja-innerdiv img {
	padding: 0;
	margin: 5px 10px 0 0;
}


img.ja-img {
	padding: 3px;
	border: 1px solid #E6E6E6;
}

table.tblexchange {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 85%;
}

table.tblexchange th {
	background: #F7F7F7;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

table.tblexchange td {
	padding: 5px 5px;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

table.tblexchange td.hilite {
	color: #E15E06;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	/*width: 100%;*/
}

* html .clearfix {
	height: 1%;
}
/*new */
.texte-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;

}
.texte-rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
	color: #F0020B;
	

}
.texte_bleu {
color:#0099FF;
font:bold 13px Verdana, Arial, Helvetica, sans-serif;
}
.texte-bleu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #3380E8;
	font-weight:bold;
	/*	color: #6693CA;*/
}
.texte-blanc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
/*	color: #6693CA;*/
	color: #FFFFFF;
	font-weight:bold;
}
.texte-noir-stat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
/*	color: #6693CA;*/
	color: #000000;
	font-weight:bold;
}
.texte-vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color:#99BA48;

}
.texte-jaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #EF6500;

}
.texte-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #EF6500;

}
.texte-orange-new{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #E04400;
	font-weight:bold;
	/*	color: #6693CA;*/
}
.text_form
{ 
font: normal 12px verdana, arial, helvetica, sans-serif; 
line-height: 16px; color: #6B6B6B ;
/*font-weight:bold;*/

}
.text_form_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-style: italic;*/
	font-weight: bold;
	color: #6B6B6B;
	height: 10px;
	text-decoration:none;
}
.textGras 					{ font: bold 14px verdana, arial, helvetica, sans-serif; line-height: 16px; color: #4F4064 }
.rouge {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold; 
color: #bc161c}

li_dataweb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #524E4E;
	line-height: 16px;
	list-style-image: url(../images/puce_dataweb.gif);

}
.li_siteanalysis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #524E4E;
	line-height: 16px;
	list-style-image: url(../images/puce_siteanalysis.gif);

}
.li_ingred_prep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #524E4E;
	line-height: 16px;
	list-style-image: url(../images/arrow-readon-2.gif);
}
.li_ingred_prep_tittre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #524E4E;
	line-height: 16px;
	list-style-image: url(../images/arrow-readon-2.png);

}
.li_bid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #524E4E;
	line-height: 16px;
	list-style-image: url(../images/puce_bid.gif);

}
.li_emailing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #524E4E;
	line-height: 16px;
	padding-left: 30px;
	list-style-image: url(../images/puce_emailing.gif);

}
#li_adserving {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #524E4E;
	line-height: 16px;
	list-style-image: url(../images/puce_adserving.gif);
}
ul.adserving {
	list-style: none;
}

ul.adserving li {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #99BA48;
	line-height: 16px;
	background: url(../images/puce_h4.gif) no-repeat 0 4px !important;
	margin-left: 15px !important;
	padding: 0 0 0 20px !important;
}
.data-td-points-forts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6B6B6B;
	background-color: #F3F3F3;
	border: 1px solid #d1d1d1;
	text-align: justify;
	padding-right: 28px;

}
.tableau_form td
	{ 
	font: 11px verdana;
	/*background: #F2F2F2; */
	border-bottom: solid 1px #ccc; 
	border-right: solid 1px #ccc; 
	height: 12px; 
	padding: 5px 
	}
.tableau_gris3 td
	{ 
	border-bottom: solid 0px #ccc; 
	border-right: solid 0px #ccc; 
	height: 15px; 
	padding: 5px 
	}	
.tableau_gris2 td{ 
font: 11px verdana; 
border-bottom: solid 1px #BFBFBF;
 height: 12px; padding: 0px 
 }
.boxads { background: #E7EDF0; padding: 5px; border: 1px solid #999; color: #333; }
/******/

.cssguycomments {
		background:#eee;
		border:#ddd;
		padding:8px;
		margin-bottom:10px;}
.cssguycomments p {font:normal 12px/18px verdana;}

a img {border:0;vertical-align:text-bottom;}
table.newtab {border-collapse:collapse;}
table.newtab th.side {
	background: transparent url(../images/bg_th_side.gif) no-repeat bottom left;
}
table.newtab td.side {
	text-align:right;
	background: transparent url(../images/bg_td_side.gif) no-repeat bottom left;
	width:180px;
	font:bold 10px/20px verdana;
	color:#6e6f37;
	padding-right:8px;
}
table.newtab td.sidenew {
	text-align:left;
	background: transparent url(../images/bg_td_side.gif) no-repeat bottom left;
	width:180px;
	font:bold 10px/20px verdana;
	color:#6e6f37;
	padding-right:8px;
}
table.newtab th {
	height:64px;
	border-right:0px solid #fff;
	vertical-align:bottom;
	color:#fff;
	font:bold 10px/20px verdana;
	letter-spacing:2px;
	background:transparent url(../images/bg_th.gif) no-repeat bottom left;
	}
table.newtab td {
	text-align:center;
	background:transparent url(../images/bg_td.gif) no-repeat bottom left;
	border-right:1px solid #fff;
	color:#fff;
	width:108px;
	height:40px;
	font:bold 10px/20px verdana;
}
table.newtab td.on {background:transparent url(../images/bg_td_on.gif) no-repeat bottom left;}
table.newtab th.on {
	background:transparent url(../images/bg_th_on.gif) no-repeat bottom left;
	padding-bottom:9px;
	width:148px;
}

table.newtab tfoot td {
	background:transparent url(../images/bg_foot_td.gif) no-repeat top left;
	height:64px;
	vertical-align:top;
	padding-top:8px;
}
table.newtab tfoot td.on {
	background:transparent url(../images/bg_foot_td_on.gif) no-repeat top left;
	padding-top:16px;
}
table.newtab tfoot td.side {background: transparent url(../images/bg_foot_td_side.gif) no-repeat top left;}
.input_contact {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	height: 18px;
	width: 180px;
	color: #6B6B6B;
	border: 1px solid #B7DB4A;
}
.input_contact_mess{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	height: 80px;
	width: 270px;
	color: #6B6B6B;
	border: 1px solid #B7DB4A;
}
.erreur_mess{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	height: 80px;
	width: 270px;
	color: #6B6B6B;
	border: 1px solid #bc161c;
}
.erreur {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	height: 18px;
	width: 180px;
	color: #6B6B6B;
	border: 1px solid #bc161c;
}