body {  
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 11px;
  color: #646464;
  background: url(images/bg.jpg) repeat-x left top #d3d3d3; 
}

a img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	text-align: center;
}

a {
	color: #d25600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #d25600;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

.main {
	margin: 0 auto;
	width: 1038px;
}

.row {
	float: left;
	width: 100%;
	margin-bottom:20px;
}
.firstrow {
	float: left;
	width: 100%;
	margin-bottom:-20px;
}

.float_left {float: left;}
.float_right {float: right;}

.title_image {
	float: left;
}

.line {
	height: 5px;
	background: url(images/line.jpg) repeat-x left top;
	float: left;
	width: 1024px;
	font-size: 2px;
	display: inline;
	position: relative;
	z-index: 999;
}

.content .line {
	margin-left: -58px;
}

.content.home .line {
	margin-left: -9px;
}

.yellow {
	color: #adaa00;
}

.smaller {font-size: 10px;}
body p.smaller {line-height: normal;}
.larger {font-size: 14px;}

a.button_more2 {
	background: url(images/button_more2.jpg) repeat-x left top;
	float: left;
	color: #fff;
	font-size: 11px;
}

a.button_more2:hover {
	color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.button_more2 span {
	background: url(images/button_more2_left.jpg) no-repeat left top;
	display: block;
	height: 22px;
	padding-left: 20px;
	float: left;
}

.button_more2 span b {
	background: url(images/button_more2_right.gif) no-repeat right top;
	display: block;
	height: 21px;
	padding-top: 1px;
	padding-right: 14px;
	float: left;
	font-weight: normal;
}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
	height: 64px;
	width: 1038px;
	background: url(images/header_bg.jpg) no-repeat left bottom;
	float: left;
}

.header a.logo {
	text-decoration: none;
	float: left;
	margin-top: 20px;
	margin-left: 22px;
	display: inline;
}

.header .lang_box {
	width: 173px;
	padding: 18px 17px 0 17px;
	height: 33px;
	position: absolute;
	left: 50%;
	margin-left: -103px;
	font-size: 9px;
	background: url(images/lang_box_bg_no_map.jpg) no-repeat left top;
}
.minimap 
{
	width: 66px;
	padding: 0px 0px 0 0px;
	height: 33px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	font-size: 9px;
}
.header .lang_box a {
	color: #6c5d4a;
}
.header .lang_box a:hover {
	color: #d25600;
}

.header .search_block {
	float: right;
	padding-right: 25px;
	padding-top: 26px;
	width: 250px;
}

.header .search_block input, .search_block img, .header .search_block span {
	float: right;
	color: #6c5d4a;
	font-size: 10px;
}

.header .search_block span {
	padding-top: 1px;
	padding-right: 6px;
}

.header .search_block input.search_query {
	width: 143px;
	height: 11px;
	border: 1px solid #81725e;
	border-right: none;
	background: #fff;
	
}

/* ======================= TABS ===========================*/
/* ========================================================*/

.tabs_wrapper {
	padding: 0 7px;
	background: url(images/content_bg.jpg) repeat-y left top;
	float: left;
	width: 1038px;
}

.tabs {
	float: left;
	width: 908px;
	padding: 0 58px;
	background: url(images/tabs_bg.jpg) repeat-x left top;
	height: 36px;
	padding-top: 7px;
	font-size: 12px;
}

.tabs a {
	width: 111px;
	height: 24px;
	padding-top: 12px;
	text-align: center;
	float: left;
	display: inline;
	margin-right: 15px;
	color: #646464;
	background: url(images/tab.jpg) no-repeat left top;
}

.tabs a.large {
	background: url(images/tab2.jpg) no-repeat left top;
	width: 165px;
}

.tabs a.active {
	color: #d25600;
	background: url(images/tab_active.jpg) no-repeat left top;
}

.tabs a.large.active {
	background: url(images/tab2_active.jpg) no-repeat left top;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.content, .content2, .content3 {
	padding: 18px 65px;
	width: 908px;
	float: left;
	background: url(images/content_bg.jpg) repeat-y left top;
}

.content2 {
	padding: 18px 40px;
	width: 958px;
	background: url(images/content2_bg.jpg) repeat-y left top;
}

.content3 {
	background: url(images/content3_bg.jpg) repeat-y left top;
}

.content.home, .content3.home {
	padding: 18px 25px 36px 16px;
	width: 1007px;
}
/* OLIVIER enlever le uppercase sur text-transform: uppercase; */
.content h2, .content2 h2, .content3 h2 {
	
	font-size: 14px;
	color: #adaa00;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #adaa00;
	margin-bottom: 8px;
}

.content h2.with_icon, .content2 h2.with_icon, .content3 h2.with_icon {
	margin-left: 40px;
	padding-top: 8px;
}

.content h4, .content2 h4, .content3 h4 {
	color: #d25600;
	font-size: 14px;
	font-weight: normal; 
}

.content h6, .content2 h6, .content3 h6 {
	padding-top: 16px;
}

.content h6 a, .content2 h6 a, .content3 h6 a {
	font-size: 11px;
	font-weight: normal;
	color: #d25600;
	text-decoration: underline;
}
/*  --------------------- Modification olivier, élargir police et changer aligment */
.content p, .content2 p, .content3 p {
	line-height: 16px;
	margin-bottom: 8px;	/* anciennement 34 ???? */
	font-size:12px;
	text-align: justify;
}
/* --------------------- OLIVIER le paragraphe du dessus a un impact sur les logos clients qui ne sont plus centrées==> def nouvelle classe */
.scroll p
{
	line-height: 16px;
	margin-bottom: 24px;
	font-size:12px;
	text-align: center;

}

.left_contact_item {
	float: left;
	width: 100%;
	color: #9d9e9e;
	padding-bottom: 8px;
}

.left_contact_item.active {
	color: #646464;
}

.left_contact_item h5 {
	font-size: 10px;
	font-weight: bold;
	color: #9d9e9e;
	text-transform: uppercase;
}

.left_contact_item.active h5 {
	color: #d25600;
}

.left_contact_item a.contact_icon {
	float: left;
	color: #9d9e9e;
	width: 62px;
	margin-right: 7px;
}

.left_contact_item p {
	margin: 0;
}

a.contact_icon span {
	text-decoration: underline;
	display: block;
}

.left_contact_item.active a.contact_icon {
	color: #d25600;
}

.left_contact_item div {
	margin-left: 70px;
}

/* ======================= Content > Welcome Box ========================*/

.welcome {
	float: left;
	width: 100%;
	padding-bottom: 14px;
}

.welcome h1 {
	font-size: 23px;
	color: #81725f;
	font-family: "Century Gothic";
	padding: 4px 0;
	float: left;
	width: 517px;
}

.welcome h1 span {
	color: #56717c;
	display: block;
	padding-top: 14px;
}

.welcome p {
	float: right;
	width: 460px;
	line-height: 16px;
	font-size: 12px;
	margin: 0px;
	padding-left:15px;
	padding-right:15px;
}

/* ======================= Content > Columns ========================*/

.columns {
	float: left;
	width: 100%;
	padding-top: 22px;
}

.col {
	float: left;
	margin-right: 18px;
	width: 290px;
	
}

.home .col {
	width: 322px;
}

.col.last {
	margin-right: 0;
}

.col h3 {
	font-size: px;
	color: #fff;
	background: url(images/col_top.jpg) no-repeat left top;
	height: 25px;
	font-size: 18px;
	font-weight: normal;
	padding: 4px 0 0 18px;
}

.col h2 {
	margin-bottom: 15px;
}

.col p {
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 18px;
}


.col p.grey {
	color: #81725f;
	margin-bottom: 4px;
}

.col ul, .col2 ul {
	margin-bottom: 14px;
}

.home .col .inner {
	padding: 18px 20px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background: #f3f2f3;
	
}


.home .col .col_bottom {
	background: url(images/col_bottom.jpg) no-repeat left bottom;
	height: 16px;
	
}

.col .button_more {
	margin-left: -22px;
}
/* ------------------------- debut bouton sur la home ------------------- */

.home .col .button_more_home {
	margin-left: -22px;				
}

a.button_more_home {
	background: url(images/button_more_home.jpg) repeat-x left top;
	float: left;
	color: #fff;
	font-size: 10px;
}

a.button_more_home:hover {
	color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.button_more_home span {
	background: url(images/button_more_home_left.jpg) no-repeat left top;
	display: block;
	height: 22px;
	padding-left: 20px;
	float: left;
}

.button_more_home span b , .button_more_home span strong {
	background: url(images/button_more_home_right.gif) no-repeat right top;
	display: block;
	height: 21px;
	padding-top: 1px;
	padding-right: 14px;
	float: left;
	font-weight: normal;
}

/* ------------------------- fin bouton sur la home ------------------- */
.col2 {
	float: left;
	width: 152px;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 11px;
	color: #6c5d4a;
	background: url(images/col2_bg.jpg) no-repeat right top;
	height: 400px;
	margin-top: 18px;
}

.col2 h5 {
	height: 31px;
	background: url(images/right_button_blank.jpg) no-repeat left top;
	color: #6c5d4a;
	padding: 14px 0 0 18px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
}

.col2 ul li ul {
	margin-bottom: 0;
}

.col2.last {
	background: none;
}

.col2 a {
	color: #6c5d4a;
}

/* ====================== Content > Left =========================*/

.left {
	float: left;
	width: 700px;
}

.left_small {
	width: 265px;
	float: left;
	padding: 0 20px;
}

.left2 {
	float: left;
	width: 628px;
	padding-right: 40px;
}

.icon {
	float: left;
	margin: 0;
	margin-right: 8px;
}

.info_left {
	float: left;
	width: 435px;
	padding-right: 35px;
}

.info_right {
	float: left;
	width: 158px;
}

/* ====================== Content > Left > Scrolling block =========================*/

.scroll_block {
	width: 244px;
	margin: 0 auto;
	background: url(images/scroll_box_bg.jpg) repeat-y left top;
	height: 490px;    /* 470 initialement */
}

.scroll_block .row {
	margin-bottom: 15px;
}

.scroll_block h3 {
	background: url(images/scroll_box_top.jpg) no-repeat left top;
	text-align: center;
	font-size: 13px;
	color: #6c5d4a;
	height: 21px;
	padding-top: 10px;
	font-weight: normal;
}

.scroll_block .scroll_inner {
	width: 205px;
	padding: 5px 10px;
	float: left;
	height: 429px;		/* 429 initialement */
	background: url(images/scroll_box_bottom_left.jpg) no-repeat left bottom red;
}

.scroll_block .photo_box {
	background: url(images/person_box.jpg) no-repeat left top;
	width: 87px;
	height: 72px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 4px;
}

.scroll_block .photo_box img {
	border: 1px solid #e6e4e0;
}

/* oli */
.scroll_block .photo_box_contact {
	width: 87px;
	height: 72px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 4px;
}



/* fin oli */
.scroll_block h4 {
	padding-top: 10px;
}

.scroll_block h4 a {
	font-size: 12px;
	color: #8c8c8c;
}

.scroll_block h4 a:hover {
	color: #d25600;
	text-decoration: none;
}

/* ====================== Content > Right =========================*/

.right {
	float: right;
	width: 180px;
	padding-left: 28px;
}
/* olivier retouche pour rajouter 20 à gauche (width) et à droite (padding-right) */
.right_large {
	float: right;
	width: 650px;
	padding-right: 20px;
	
}



.right2 {
	float: right;
	width: 265px;
	padding-left: 25px;
}

a.right_button {
	width: 95px;
	height: 39px;
	background: url(images/right_button.gif) no-repeat left top;
	display: block;
	line-height: 15px;
	padding: 6px 20px 0 52px;
	margin-top: 10px;
	color: #8c8c8c;
	
}

a.right_button.pdf {
	background: url(images/right_button_pdf.gif) no-repeat left top;
	width: 78px;
	margin-top: 0px;
	text-align:left;	/* ajout olivier */
}

a.right_button.email {   /* ajout olivier */
	background: url(images/right_button_email.jpg) no-repeat left top;
	margin-top: 0px;
	padding: 12px 20px 0 72px;
	text-align:left;	
	font-size:1.4em;
}

a.right_button:hover , a.right_button.pdf:hover, a.right_button.email:hover {
	color: #d25600;
}

/* =========== Content > Right > Contact Boxes ================*/

.contact_box {
	background: url(images/contact_box_bg.jpg) repeat-y left top;
	font-size: 14px;
	margin-bottom: 10px;
}

.contact_box h3, .contact_box h4 {
	background: url(images/contact_box_top.jpg) no-repeat left top;
	height: 12px;
	padding: 16px 20px 6px 15px;
	font-size: 14px;
}

.contact_box h4 {
	color: #e95f14;
	font-size: 14px;
	font-weight: normal;
	min-height: 55px;	/* olivier anciennement 30px */
}

.contact_box.inactive h4 {
	color: #646464;
}

.contact_box h4 img {
	margin-top: -15px;
	float: left;
	padding-right: 10px;
}

.contact_box h3 span {
	display: block;
	font-weight: normal;
	color: #d25600;
	border-bottom: 1px solid #d25600;
}

.contact_box ul {
	padding-left: 69px;
	font-size: 11px;
}
/* ajout .left_small ul li , .right_large ul li  chgt taille de 11 à 12px    OLIVIER */
.contact_box ul li, .col ul li, .col2 ul li , .left_small ul li , .right_large ul li, .left ul li , .content ul li {
	padding: 2px 0 2px 16px;
	background: url(images/contact_box_bullet.gif) no-repeat left top;
	font-size: 12px;
}

.contact_box.inactive ul li, .col2 ul li ul li , .right_large ul li ul li , .left_small ul li ul li {
	background: url(images/contact_box_bullet2.gif) no-repeat left top;
}

.contact_box p {
	padding: 10px 20px 0px 15px;
}

.contact_box_bottom {
	background: url(images/contact_box_bottom.jpg) no-repeat left bottom;
	height: 31px;
	padding-bottom: 20px;
}

.contact_box_bottom.nopadding {
	padding: 0;
	margin: 0;
}

.contact_box p.nopadding {
	padding: 0 20px 0 15px;
	margin: 0;
}

/* ====================== Contact box 2 =========================*/

.contact_box2 {
	background: url(images/contact_box2_bg.jpg) repeat-y left top;
	font-size: 14px;
	margin-bottom: 10px;
	float: left;
	width: 203px;
}

.contact_box2 h3 {
	background: url(images/contact_box2_top.jpg) no-repeat left top;
	height: 12px;
	padding: 4px 20px 4px 15px;
	font-size: 14px;
}

.contact_box2 h4 {
	color: #e95f14;
	font-size: 14px;
	font-weight: normal;
	margin-top: 6px;
}

.contact_box2 p {
	padding: 0 10px;
	margin: 0;
}

.contact_box2 h4 img {
	margin-top: -15px;
	float: left;
	padding-right: 10px;
}

.contact_box2 h3 span {
	display: block;
	font-weight: normal;
	color: #d25600;
	border-bottom: 1px solid #d25600;
}

.contact_box2 .contact_box_bottom {
	background: url(images/contact_box2_bottom.jpg) no-repeat left bottom;
	height: 31px;
}

/* ====================== Contact box 3 =========================*/

.contact_box3 {
	background: url(images/contact_box3_bg.jpg) repeat-y left top;
	font-size: 14px;
	margin-bottom: 10px;
	float: left;
	width: 420px;
	margin-left: 27px;
}

.rate {
	margin-top: 15px;
}

.contact_box3 p {
	padding: 0 20px;
	margin-bottom: 10px;
}

.contact_box3 p.small {
	font-size: 11px;
	line-height: 16px;
	color: #81725f;
	padding-bottom: 20px;
}

.contact_box3 h3 {
	background: url(images/contact_box3_top.jpg) no-repeat left top;
	height: 12px;
	padding: 16px 20px 6px 15px;
	font-size: 14px;
}

.contact_box3 h4, .orange {
	color: #e95f14;
	font-size: 14px;
	font-weight: normal;
}

.contact_box3 h4 img {
	margin-top: -15px;
	float: left;
	padding-right: 10px;
}

.contact_box3 h3 span {
	display: block;
	font-weight: normal;
	color: #d25600;
	border-bottom: 1px solid #d25600;
}

.contact_box3 .contact_box_bottom {
	background: url(images/contact_box3_bottom.jpg) no-repeat left bottom;
	height: 31px;
}

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer, .footer2, .footer3 {
	clear: both;
	width: 1038px;
	height: 34px;
	background: url(images/footer_bg.jpg) no-repeat left top;
	text-align: center;
	padding-top: 21px;
	font-size: 10px;
}

.footer2 {background: url(images/footer2_bg.jpg) no-repeat left top;}

.footer3 {background: url(images/footer3_bg.jpg) no-repeat left top;}

.footer a, .footer2 a, .footer3 a {
	color: #8c8c8c;
}

.footer a:hover, .footer2 a:hover, .footer3 a:hover {
	color: #d25600;
}