﻿/*css*/

body {
	margin: 0;
	background: url(../img/bg_tile.png) repeat center top #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
#bg_gradient {
	width: 100%;
	background: url(../img/bg_gradient_mirrored2.png) repeat;
}
img {
	border: none;
}
p {
	margin: 26px 0;
	padding: 0;
}
a {
	color: #F9A11B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #8dd5ff;
	font-size: 18px;
	font-weight: bolder;
	margin: 0;
	padding-left: 18px;
	padding-top: 12px;
}
h3 {
	font-size: 24px;
	color: #FFF;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}
.center {
	width: 996px;
	margin: auto;
	position: relative;
}

#header {
	width: 100%;
	height: 403px;
	background: url(../img/bg_header_midtop.png) repeat-x;
	overflow: hidden;
}
#ppm_header_logo {
	width: 281px;
	height: 70px;
	background: url(../img/header_logo.png) no-repeat;
	float: left;
	position: relative;
	left: 27px;
}
#ppm_header_logo a {
	width: 100%;
	height: 100%;
	display: block;
}
#header_top {
	width: 100%;
	height: 70px;
}
#top_menu {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-right: 32px;
}
#top_menu a {
	color: #FFF;
}
.top_menu_sep {
	width: 2px;
	height: 48px;
	background: url(../img/sep_top_menu.png) no-repeat;
	float: left;
	margin: 0 10px;
}
#top_menu_links {
	padding: 0;
	margin: 0;
	margin-right: 23px;
}
#top_menu_links li {
	padding: 26px 0 0 0;
}
#top_menu_icon {
	padding: 0;
	margin: 0;
	margin-right: 13px;
}
#top_menu_icon li {
	margin-right: 11px;
	padding: 26px 0 0 0;
}
#header_top ul {
	float: left;
	list-style: none;
}
#header_top li {
	float: left;
}
#menu_orange {
	width: 900px;
	padding-left: 11px;
	height: 30px;
	padding-top: 6px;
	margin: auto;
	background: url(../img/bg_menu_orange.jpg) no-repeat;
}
#menu_orange {
	width: 900px;
	padding-left: 11px;
	height: 30px;
	padding-top: 6px;
	margin: auto;
	background: url(../img/bg_menu_orange.jpg) no-repeat;
}
#visiter_blogue {
	width: 117px;
	height: 54px;
	position: absolute;
	z-index: 5000;
	right: 30px;
	top: 96px;
	background: url(../img/visiter_blogue.png) no-repeat;
}
#visiter_blogue a {
	width: 100%;
	height: 100%;
	display: block;
}
#header_mid {
	width: 911px;/*942 /w buttons*/
	height: 297px;
	margin: auto;
}
#header_mid_left {
	width: 23px;
	height: 297px;
	float: left;
	background: url(../img/bg_mid_header_left.jpg) no-repeat;
}
#header_mid_center {
	width: 864px;
	height: 297px;
	float: left;
}
#header_mid_right {
	width: 24px;
	height: 297px;
	float: left;
	background: url(../img/bg_mid_header_right.jpg) no-repeat;
}
#nouvelles {
	width: 100%;
	height: 128px;
	background: url(../img/bg_bande_grise.png) repeat-x;
	color: #e5e6e8;
	font-size: 11px;
	padding-top: 26px;
	line-height: 17px;
}
.entree_nouv_1 {
	width: 266px;
	height: 100px;
	padding-top: 12px;
	padding-right: 12px;
	background: url(../img/bg_news_entry_rightbottom.png) no-repeat bottom right;
	margin-left: 45px;
	float: left;
}
.entree_nouv_2 {
	width: 266px;
	height: 100px;
	padding-top: 12px;
	padding-right: 12px;
	background: url(../img/bg_news_entry_righttop.png) no-repeat top right;
	margin-left: 45px;
	float: left;
}
#nouvelles .title {
	color: #3ea3c4;
}
#content {
	width: 100%;
	background: url(../img/bg_content_blanc.png) repeat-x;
}
#content_header_title_agence_web {
	width: 621px;/*a redetermine*/
	min-height: 135px;
	background: url(../img/titre_content.jpg) no-repeat top left;
	position: relative;
	left: -2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ff3a00;
}
#content_header_title_agence_web span {
	position: relative;
	left: 51px;
	top: 86px;
	font-size: 16px;
	font-weight: bold;
}
#content_header_encadre {
	width: 534px;
	height: 89px;
	background: url(../img/bg_content_encadre.png) no-repeat top left;
	position: relative;
	text-align: center;
	margin: auto;
	top: -24px;
	left: 10px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #191919;
}
#content_text {
	color: #191919;
	width: 567px;
	margin: auto;
	text-align: justify;
	position: relative;
	top: -30px;
	line-height: 17px;
	font-size: 14px;
	/*padding-bottom:15px;
	 border-bottom:1px #FF3A00 solid;*/
}
.bold {
	font-weight: bold;
}
.green {
	color: #7e9c20;
}
.orange {
	color: #FF3A00;
}
.cyan {
	color: #3EA3C4;
}
#content_text p {
	padding-left: 15px;
	border-left: 1px #FF3A00 solid;
	border-right: 1px #FF3A00 solid;
	padding-right: 15px;
}
#bg_splash_ban {
	width: 864px;
	height: 296px;
	background: url(../img/bg_splash_ban.jpg) no-repeat;
}
#btn_left {
	width: 38px;
	height: 68px;
	background: url(../img/btn_left_both.jpg) no-repeat top;
	position: relative;
	left: -16px;
	top: 109px;
}
#btn_left a {
	display: block;
	width: 100%;
	height: 100%;
}
#btn_left:hover {
	background-position: bottom;
	cursor: pointer;
}
#btn_right {
	width: 38px;
	height: 68px;
	background: url(../img/btn_right_both.jpg) no-repeat top;
	position: relative;
	right: -1px;
	top: 109px;
}
#btn_right a {
	display: block;
	width: 100%;
	height: 100%;
}
#btn_right:hover {
	background-position: bottom;
	cursor: pointer;
}
#left_side_overflow {
	width: 487px;
	height: 308px;
	background: url(../img/bgOvflow_left.jpg) no-repeat;
	position: absolute;
	left: -445px;
	top: 95px;
}
#right_side_overflow {
	width: 362px;
	height: 308px;
	background: url(../img/bgOvflow_right.jpg) no-repeat;
	position: absolute;
	right: -319px;
	top: 95px;
}
#col1 {
	float: left;
	width: 632px;
}
#col2 {
	float: left;
	width: 364px;
}
#real_title {
	height: 30px;
	padding-top: 27px;
	font-family: "Times New Roman", Times, serif;
	color: #163b49;
	font-size: 18px;
	padding-left: 45px;
}
#real_title span {
	color: #1a1a21;
}
#real_rec_top {
	width: 364px;
	height: 36px;
	background: url(../img/col2_sideshadow_top2.png) no-repeat left;
}
#real_rec_mid {
	width: 364px;
	background: url(../img/col2_sideshadow_mid.png) repeat-y left;
}
#real_rec_bottom {
	width: 319px;
	height: 32px;
	padding-left: 45px;
	background: url(../img/col2_sideshadow_bottom.png) no-repeat top left;
}
#col2_content {
	position: relative;
	top: -29px;
	padding-left: 45px;
	font-size: 12px;
	color: #1a1a21;
}
#real_rec_mid img {
	border: #c4c4c6 1px solid;
}
#col2_content .title {
	height: 25px;
	padding-top: 8px;
}
#col2_content .title a {
	color: #1a1a21;
}
.sep_real {
	width: 277px;
	height: 13px;
	background: url(../img/sep_real.png) no-repeat top;
}
.sep_fb {
	width: 287px;
	height: 49px;
	background: url(../img/sep_fb.png) no-repeat bottom;
	position: relative;
	left: -6px;
}
#fb {
	width: 275px;
	height: 73px;
	border-bottom: #cad4e7 1px solid;
	padding-top: 9px;
}
#fb_icon {
	width: 63px;
	height: 63px;
	float: left;
}
#fb_icon img {
	border: none;
}
#fb_text {
	width: 212px;
	float: left;
	padding-top: 9px;
	color: #1a1a21;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#fb_text a {
	color: #1a1a21;
}
#fb_text div {
	color: #3c5a98;
	font-size: 12.5px;
}
#fb_text div a {
	color: #3c5a98;
}
#fb_likes {
	width: 275px;
	position: relative;
	top: -20px;
}
#fb_likes div {
}
#twitter {
	width: 275px;
	height: 63px;/*+88 margin-bottom*/
	padding-top: 6px;
}
#twitter_icon {
	width: 63px;
	height: 63px;
	float: left;
}
#twitter_text {
	width: 212px;
	float: left;
	padding-top: 9px;
	color: #1a1a21;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#twitter_text a {
	color: #1a1a21;
}
#twitter_text div {
	color: #3c5a98;
	font-size: 12.5px;
}
#twitter_text div a {
	color: #3c5a98;
}
#footer {
	width: 100%;
	height: 457px;
	background: url(../img/bg_footer.png) repeat-x bottom;
	padding-top: 88px;
	overflow: hidden;
}
#top_footer {
	height: 108px;
	width: 905px;
	margin: auto;
	position: relative;
}
#top_footer table {
	border-collapse: collapse;
	position: relative;
	top: 12px;
	float: left;
	width: 628px;
}
#top_footer table td {
	vertical-align: top;
	padding-bottom: 5px;
}
.footer_white {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.footer_pale_green {
	font-size: 12px;
	color: #bbd57e;
}
.footer_vivid_green {
	font-size: 18px;
	color: #ddff60;
}
#footer_address {
	padding-right: 77px;
	line-height: 18px;
}
#footer_tel {
	line-height: 22px;
}
#mode_de_paiement {
	width: 184px;
	float: right;
	position: relative;
	top: 36px;
}
#mode_de_paiement span {
	padding-left: 6px;
}
#mode_de_paiement img {
	padding-top: 7px;
}
#sep_top_footer {
	width: 2px;
	height: 98px;
	background: url(../img/sep_top_footer.png) no-repeat;
	float: left;
}
#satisfaction_gar {
	width: 129px;
	height: 84px;
	background: url(../img/100_satisfaction_g.jpg) no-repeat;
	position: absolute;
	right: -51px;
	top: -56px;
}
#satisfaction_gar a {
	width: 100%;
	height: 100%;
	display: block;
}
#bottom_footer {
	width: 996px;
	height: 349px;
	background: url(../img/bg_bottom_footer.jpg) no-repeat;
}
#copy {
	width: 285px;
	height: 292px;
	float: left;
}
#copy span {
	position: relative;
	top: 278px;
	font-size: 11px;
	color: #ddff60;
	left: 6px;
}
#sitemap {
	padding-top: 23px;
}
#sitemap ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#sitemap li {
	margin-bottom: 5px;
}
#sitemap .title a {
	color: #FFF;
}
#sitemap a {
	color: #ddff60;
}
#sitemap a:hover {
	color: #FFF;
	text-decoration: underline;
}
.sitemap_sep {
	width: 2px;
	height: 304px;
	background: url(../img/sep_footer_bottom.png) no-repeat;
	margin: 0 38px;
	float: left;
}

