/*------------------------ Reset ------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, 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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
h5{font-size:12px;}
h4{font-size:14px;}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.bloc_corps
{
float:left;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--------------------------------------------------------------------------*/

body {
  font: 62.5% Arial, Helvetica, sans-serif;
  color: #5f6162;
  background-color:#5F6162;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearfix:after, .main_block .inside2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#container {
width:1005px;
  margin: 20px auto 0;
  background-color:#FFFFFF;
}

#header {
  position: relative;
  z-index: 1;
  min-height: 172px;
  margin: 0 6px 0 27px;
  padding: 1px 0 0;
  background: url(../images/bg_header.png) no-repeat;
}

h1 {
  position: relative;
  z-index: 5;
  float: left;
  width: 236px;
}

.header_img {
  float: left;
  position: relative;
  z-index: 2;
  display: inline;
  margin: 0 0 0 36px;
}

.header_img p {
  position: absolute;
  z-index: 3;
  top: 3px;
  left: 0;
  width: 480px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}

.header_bottom {
  position: absolute;
  z-index: 4;
  bottom: 32px;
  left: 0;
  width: 964px;
  height: 83px;
  background: url(../images/bg_hbottom.png) no-repeat;
}

#main_nav {
  position: absolute;
  z-index: 6;
  bottom: 0px;
  left: 0;
  width: 964px;
  height: 32px;
  background: url(../images/bg_menu.png) no-repeat;
}

#main_nav li {
  float: left;
  position: relative; 
  z-index: 7;
}

#main_nav a {
  display: block;
  height: 32px;
  margin: 0 40px;
  line-height: 32px;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}

#main_nav a:hover, #main_nav li:hover a, #main_nav li.over a {
  text-decoration: none;
  background: url(../images/bg_main_nav.png) center bottom no-repeat;
}

#main_nav li ul {
  display: none;
  position: absolute;
  z-index: 9;
  top: 31px;
  left: 0;
  height: 30px;
  width: 450px;
}

#main_nav li:hover ul, #main_nav li.over ul {
  display: block;
}

#main_nav li li {
  position: static;
}

#main_nav li li a, #main_nav li:hover li a, #main_nav li.over li a {
  height: 30px;
  margin: 0;
  padding: 0 13px;
  line-height: 30px;
  font-size: 1.2em;
  font-weight: normal;
  background: url(../images/bg_submenu.png);
}

#main_nav li li a:hover, #main_nav li:hover li a:hover,
#main_nav li.over li a:hover {
  background: url(../images/bg_submenu_on.png);
}

#taux {
  position: absolute;
  z-index: 8;
  bottom: -3px;
  right: 12px;
  width: 161px;
  height: 93px;
  background: url(../images/bg_taux.png) no-repeat;
}

#taux p {
  float: left;
  display: inline;
  margin: 32px 5px 0 9px;
}
#taux div {
  float: left;
  width: 47px;
  height: 45px;
  margin: 22px 0 0;
  padding: 13px 0 0 12px;
  font-size: 1.15em;
  color: #97191a;
  background: url(../images/bg_percent.png) no-repeat;
}

#taux div strong {
  font-size: 2.22em;
}

.main_block {
  float: left;
  width: 602px;
  margin: 3px 0 0;
  padding: 0;
  background: url(../images/bg_block1_fill.png) repeat-y left;
}

.main_block .inside {
  background: url(../images/bg_block1_top.png) no-repeat left top;
}

.main_block .inside2 {
  min-height: 493px;
  padding: 27px 22px 20px 33px;
  background: url(../images/bg_block1_bottom.png) left bottom no-repeat;
}

.img_home {
  float: left;
  position: relative;
  width: 234px;
  height: 179px;
  margin-right: 12px;
  padding: 10px 0 0 9px;
  background: url(../images/bg_img_home.png) no-repeat;
}

.img_home .fastener1 {
  position: absolute;
  top: -25px;
  left: 11px;
  width: 31px;
  height: 61px;
  background: url(../images/fastener1.png);
}

.img_home .fastener2 {
  position: absolute;
  bottom: 5px;
  left: -13px;
  width: 54px;
  height: 43px;
  background: url(../images/fastener2.png);
}

#home_block .inside2 {
    min-height: 690px;
}

#home_block p {
  margin: 13px 0 13px 8px;
  font-size: 1.1em;
  line-height: 1.18;
  height:1px;
}

#home_block ul {
  width: 465px;
  margin: 21px 0 21px 6px;
  font-size: 1.2em;
  line-height: 1.25;
  color: #97191a;
}

#home_block li {
  padding-left: 25px;
  background: url(../images/list_mark.png) no-repeat;
}

#agences {
  float: left;
  position: relative;
  width: 402px;
  height: 255px;
  margin: 20px 0 0 -10px;
  background: url(../images/bg_agences.png) no-repeat;
}

#agences h2 {
  position: absolute;
  z-index: 11;
  top: 10px;
  left: 10px;
}

#agences .col_text {
  float: left;
  width: 160px;
  padding-top: 72px;
}

#agences p {
  margin: 20px 0 20px 10px;
  font-size: 1.2em;
  line-height: 1.17em;
}

#agences .map {
  float: left;
  position: relative;
  z-index: 10;
  width: 236px;
  height: 229px;
  margin: 10px 0 0;
  background: url(../images/map.jpg) no-repeat;
}

#agences .map div {
  position: absolute;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}

#agences .map div a {
  color: #fff;
}

#agences .map span {
  position: absolute;
  width: 14px;
  height: 23px;
  background: url(../images/pin.png) no-repeat;
}

#agences a.contact {
  position: absolute;
  bottom: 18px;
  left: 10px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  color: #fcc212;
}

#flash_wrapper {
  float: left;
  width: 392px;
  height: 257px;
}

#flash_wrapper img {
  display: block;
  float: left;
}

#flash_wrapper div {
  float: left;
  width: 302px;
  height: 252px;
  padding: 5px 5px 0 0;
  background: url(../images/banner.jpg) no-repeat;
}

#footer {
  position: relative;
  top: -4px;
  padding: 0 6px 0 28px;
}

#footer p.footer-links {
  margin: 0 0 2px;
  border-bottom: 2px solid #97191a;
  padding-bottom: 1px;
  font-size: 1.2em;
  text-align: center;
  color: #97191a;
}

#footer p a {
  color: #97191a;
}

#footer div, #footer div a {
  font-size: 1em;
  color: #98958e;
}

#contact_block .inside2 {
  min-height: 483px;
  padding-top: 37px;
  padding-left: 42px;
}

#contact_block h2 {
  margin-bottom: 33px;
}

#contact_block ul {
  clear: left;
  width: 529px;
  padding: 0 0 0 9px;
}

#contact_block li {
  float: left;
  width: 240px;
  padding: 0 0 18px;
}

#contact_block li.left {
  margin-right: 37px;
}

#contact_block li h3, #contact_block li h3 a, .agence_receiver h3, .agence_receiver h3 a  {
  margin: 0 0 5px;
  font-size: 1.1em;
  font-weight: bold;
  color: #97191a;
  text-decoration: none;
}
#contact_block li h3 a:hover, .agence_receiver h3 a:hover {
  text-decoration: underline;
}

#contact_block li img, .agence_receiver img {
  float: left;
  margin: 3px 0 0 0;
  border: 1px solid #aaa7a1;
}

#contact_block li div, .agence_receiver div {
  float: right;
  width: 160px;
  line-height: 1;
}

#contact_block li p, .agence_receiver p {
  margin: 0 0 8px;
  font-size: 1.1em;
  line-height: 1;
}

#contact_block li strong, .agence_receiver strong {
  position: relative;
  display: block;
  margin-left: -2px;
  padding: 2px 0 0 31px;
  font-size: 1.2em;
  color: #97191a;
  background: url(../images/ico_tel.png) no-repeat;
}

#contact_block li div a {
  display: block;
  margin-top: 3px;
  padding: 1px 0 5px 28px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
  color: #97191a;
  background: url(../images/ico_contact.png) no-repeat;
}

#faq {
  padding: 0 0 15px;
}
.titre_faq{
float:left;
margin-right:15px;
top:-10px;
}
.narrow_col {
  float: left;
  display: inline;
  width: 321px;
  margin: 7px 0 0 25px;
  background: url(../images/bg_narrow_fill.png) repeat-y;
}

.narrow_col .inside {
  background: url(../images/bg_narrow_top.png) no-repeat;
}

.narrow_col .inside2 {
  min-height: 428px;
  padding: 25px 20px;
  background: url(../images/bg_narrow_bottom.png) no-repeat bottom;
}

.wide_col {
  float: left;
  width: 648px;
  margin: 7px 0 0;
  background: url(../images/bg_wide_fill.png) repeat-y;
}

.wide_col .inside {
  background: url(../images/bg_wide_top.png) no-repeat;
}

.wide_col .inside2 {
  min-height: 426px;
  padding: 32px 23px 20px;
  background: url(../images/bg_wide_bottom.png) no-repeat left bottom;
}

#faq .narrow_col h2 {
  margin: 0 0 40px;
}

#faq .narrow_col h2 img {
  margin-right: 27px;
}

#faq .narrow_col h3 {
  margin: 20px 0;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: #981802;
}

#faq .narrow_col ul {
  padding-left: 17px;
  font-size: 1.1em;
  line-height: 1.09;
  color: #fcc212;  
}

#faq .narrow_col ul a {
  color: #981802;  
}

#faq .wide_col h2 {
  margin: 0 0 30px;
  font-size: 1.4em;
  color: #981802;
}

#faq .wide_col h2 img {
  margin: 0 13px 0 5px;
  vertical-align: middle;
}

#faq .wide_col p {
  font-size: 1.1em;
  line-height: 1.09;
  color: #5F6162;
}

#presse {
  padding: 0 0 15px;
}

#presse .narrow_col h2 {
  margin-top: -10px;
}

#presse .narrow_col h2 img {
  margin-right: 20px;
  vertical-align: middle;
}

#presse .narrow_col h3 {
  margin: 17px 0 10px;
  font-size: 1.4em;
  color: #981802;
}

#presse .narrow_col ul {
  font-size: 1.1em;
  line-height: 1.09;
  color: #fbc419;
}

#presse .narrow_col li {
  margin: 0 0 6px;
}

#presse .narrow_col ul a {
  color: #981802;
}

#presse .narrow_col ul span {
  font-size: 0.77em;
  color: #5f6162;
}

#presse .wide_col h2 {
  margin: 10px 0 0;
  font-size: 1.2em;
  color: #97191a;
}

#presse p.pub_date {
  margin: 0 0 17px;
  font-size: 1em;
  color: #fbc419;
}

#presse img.thumbnail {
  float: left;
  margin-right: 27px;
}

#presse a.download {
  font-size: 1.1em;
  color: #fbc419;
  text-decoration: underline;
}

#block2 {
  float: left;
  display: inline;
  width: 660px;
  margin: 12px 0 0 16px;
  background: url(../images/bg_block2_fill.png) repeat-y;
}

#block2 .inside {
  background: url(../images/bg_block2_top.png) no-repeat;
}

#block2 .inside2 {
  min-height: 500px;
  padding: 12px 18px 30px 11px;
  background: url(../images/bg_block2_bottom.png) no-repeat bottom;
}

#block2 .col1 {
  float: left;
  width: 165px;
}

#block2 h2 {
  background-color: white;
  color: #97191A;
  font-size: 2em;
  line-height: 30px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 15px;
  text-transform: uppercase;
  min-height:40px;
}


#block2 .col1 img, #block2 .col1 img.level {
  margin: 10px;
  border: 1px solid #a69a94;
}

#block2 .col1 h3 {
  margin: 15px 5px;
  font-size: 1.4em;
  font-weight: normal;
  color: #fff;
}

#block2 .col1 ul {
  padding-left: 8px;
}


#block2 .col1 ul a {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.13;
  color: #fff;
}

#block2 .col1 ul a.other {
  font-size: 1.4em;
  line-height: 1.29;
}

#block2 .col2 {
  float: right;
  width: 446px;
}

#block2 .col2 em {
  display: block;
  margin: 15px 0 25px;
  font-size: 1.2em;
  line-height: 1.17;
  color: #981802;
}

#block2 .col2 em.bottom_em {
  margin: 45px 0 15px;
}

#block2 .col2 h4 {
  font-size: 1.2em;
  color: #981802;
}

#block2 .col2 p {
  margin: 0 0 21px;
  font-size: 1.1em;
  line-height: 1.09;
}

#block3 {
  margin: 12px 0 0;
  float: left;
  width: 318px;
  background: url(../images/bg_block3_fill.png) repeat-y;
}

#block3 .inside {
  background: url(../images/bg_block3_top.png) no-repeat;
}

#block3 .inside2 {
  padding: 13px 20px 20px;
  background: url(../images/bg_block3_bottom.png) no-repeat bottom;
}

#block3 img {
  float: left;
  margin-right: 10px;
  border: 1px solid #9b9892;
}

#block3 h3 {
  margin: 0 0 15px;
}

#block3 h3 img {
  float: none;
  margin: 0;
  border: none;
}

#block3 strong {
  display: block;
  margin: 0 0 10px;
  font-size: 1.1em;
  color: #981802;
}

#block3 p {
  margin: 0 0 3px;
  font-size: 1.1em;
  line-height: 1.18;
}

#ad_block1 {
  float: left;
  width: 318px;
  height: 132px;
  background: url(../images/bg_ad_block1.jpg) no-repeat;
}

#ad_block1 h3 {
  margin: 30px 0 0 190px;
  font-size: 1.4em;
  color: #fff;
}

#ad_block1 p {
  margin: 24px 0 0 226px;
}

#ad_block1 a {
  font-size: 1.1em;
  font-weight: bold;
  color: #fcc212;
  text-decoration: underline;
}

#ad_block2 {
  float: left;
  width: 318px;
  height: 132px;
  background: url(../images/bg_ad_block2.jpg) no-repeat;
}

#ad_block2 h3 {
  margin: 32px 0 0 168px;
  font-size: 1.4em;
  color: #981802;
}

#ad_block2 p {
  margin: 21px 0 0 161px;
  text-align: center;
}

#ad_block2 a {
  font-size: 1.1em;
  font-weight: bold;
  color: #fcc212;
  text-decoration: underline;
}


#agence_col1 {
  float: left;
  width: 601px;
  padding: 0 0 8px;
}

#block4 {
  width: 538px;
  height: 497px;
  margin: 16px 0 0 21px;
  padding: 24px 25px 30px 16px;
  background: url(../images/bg_block4.png) no-repeat;
}

#block4 .img_agence {
  float: left;
  position: relative;
  width: 270px;
  height: 204px;
  margin: 0 3px 5px 0;
  padding: 11px;
  text-align: center;
  background: url(../images/bg_agence_photo.png) no-repeat;
}

#block4 .img_agence img {
  margin-bottom: 5px;
}

.img_home span {
font-size:1.2em;
font-style:italic;
}

#block4 .img_agence span {
  font-size: 1.2em;
  font-style: italic;
}

.img_agence .fastener1 {
  position: absolute;
  top: -32px;
  left: 7px;
  width: 31px;
  height: 61px;
  background: url(../images/fastener1.png);
}

.img_agence .fastener2 {
  position: absolute;
  bottom: 50px;
  left: -17px;
  width: 54px;
  height: 43px;
  background: url(../images/fastener2.png);
}

#block4 p {
  font-size: 1.1em;
  line-height: 1.29;
  height:5px;
}

#home_block ul.puce_avec_marge{
  width: 275px;
  margin-left: 252px;
  font-size: 1.2em;
  line-height: 1.25;
  color: #97191a;
}

#block4 ul.puce_avec_marge{
  margin-left: 300px;
  font-size: 1.2em;
  line-height: 1.25;
  color: #97191a;
}

#block4 ul {
  margin: 20px 0 20px 5px;
  font-size: 1.2em;
  line-height: 1.25;
  color: #97191a;
}



#block4 li {
  padding-left: 25px;
  background: url(../images/list_mark.png) no-repeat;
}

.clear {
  clear: both;
}

#contact_block2 {
  float: left;
  display: inline;
  width: 198px;
  height: 149px;
  margin: 9px 0 0 27px;
  padding: 25px 0 0 5px;
  background: url(../images/bg_contact.png) no-repeat;
}

#contact_block2 img {
  display: block;
  margin-left: 16px;
}

#contact_block2 a {
  display: block;
  padding: 1px 0 2px 46px;
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: bold;
  color: #97191a;
  background: url(../images/ico_contact2.png) no-repeat 15px 0;
}

#contact_block2 p {
  margin: 20px 0 2px;
  font-size: 1.1em;
  line-height: 1.09;
  color: #fff;
}

#contact_block2 input {
  vertical-align: middle;
}

#contact_block2 input.text {
  width: 154px;
  float:left;
  border: none;
  padding: 1px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #98958e;
}
#contact_block2 div.tel {
  font-size: 18px;
  color: #97191a;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  margin-right: 12px;
}

#agences2 {
  float: left;
  width: 355px;
  height: 171px;
  margin-top: 9px;
  padding: 4px;
  background: url(../images/bg_agences2.png) no-repeat;
}
#agences2 a.contact{
color:#FCC212;
font-size:1.2em;
font-weight:bold;
text-decoration:underline;
}

#agences2 .text_col {
  float: left;
  width: 157px;
}

#agences2 h3 {
  margin: 0 0 20px;
}

#agences2 p {
  margin: 10px 0 10px 9px;
  font-size: 1.1em;
  line-height: 1.18;
}

#agences2 .map_col {
  float: left;
  position: relative;
  width: 169px;
  height: 156px;
  margin: 8px 0 0;
  background: url(../images/map2.jpg) no-repeat;
}

#agences2 .map_col div {
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
}

#agences2 .map_col div a {
  color: #fff;
}

#agences2 .map_col span {
  position: absolute;
  width: 10px;
  height: 15px;
  background: url(../images/pin2.png) no-repeat;
}

#agence_col2 {
  float: left;
  width: 393px;
  padding: 0 0 8px;
}

#address_data {
  position: relative;
  width: 378px;
  height: 258px;
  margin: 6px 0 0;
  padding: 36px 0 0 15px;
  background: url(../images/bg_address.png) no-repeat;
}

#address_data .corner {
  position: absolute;
  bottom: 0;
  right: -11px;
  width: 11px;
  height: 294px;
  background: url(../images/bg_address.png) no-repeat right bottom;
}

#address_data h3 {
  margin: 0 0 11px 26px;
  font-size: 1.8em;
  color: #97191a;
}

#address_data .googlemap {
  float: left;
  width: 180px;
  height: 196px;
  margin-right: 11px;
  padding: 2px 7px 7px 2px;
  background: url(../images/bg_googlemap.png) no-repeat;
}

#address_data .googlemap img {
  border: none;
}

#address_data img {
  border: 1px solid #9f9c96;
  vertical-align: middle;
}

#address_data p {
  margin: 6px 0;
  font-size: 1.1em;
  line-height: 1;
}

#address_data strong {
  display: block;
  font-size: 1.2em;
  color: #97191a;
}

#address_data a {
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
  color: #97191a;
}

/*---------- new elements ----------------------------------------------------*/
#tags_block {
    width: 325px;
    height: 152px;
    position: relative;
    float: left;
    display: inline;
    margin: 11px 0 0 9px;
    padding: 31px 28px 6px;
    background: url(../images/bg_tags.png) no-repeat;
}

#tags_block h2 {
    position: absolute;
    top: 4px;
    left: 8px;
}
#tags_block ul {
    line-height: 22px;
}
#tags_block li {
    display: inline;
}
#tags_block li a {
    color: #000;
}
#tags_block .bottom-link {
    position: absolute;
    bottom: 16px;
    right: 19px;
}
#tags_block .bottom-link a {
    font-size: 1.2em;
    color: #97191a;
    text-decoration: underline;
}
#contact_form_block .head  {
    padding: 17px 12px 24px 15px;
}
#contact_form_block .head h2 {
    float: left;
    padding-top: 10px;
}
.agence_receiver {
    float: right;
    width: 230px;
    border: 1px solid #b8b8b8;
    padding: 11px 3px 12px 13px;
    background: #f6f6f6;
}
.agence_receiver div {
    width: 150px;
}
agence_receiver h3, .agence_receiver h3 a {
    font-size: 1em;
}
.agence_receiver strong {
    margin-left: 0;
    padding-left: 0;
    background: none;
}
#contact_form_block .form_wrapper {
    width: 457px;
    margin: 0 -4px;
    padding: 9px 0 5px 99px;
    background: #f8f8f8;
}
#contact_form_block .form_wrapper .input-box {
    margin: 6px 0;
}
#contact_form_block .form_wrapper label {
    display: -moz-inline-box;
    display: inline-block;
    width: 145px;
    padding-top: 3px;
    color: #000;
    font-size: 1.4em;
    vertical-align: top;
}
#contact_form_block .form_wrapper input.input-text, #contact_form_block .form_wrapper textarea {
    width: 203px;
    border: 1px solid #d8d8d8;
    padding: 1px 1px 2px;
    font-size: 1.2em;
    background: #f8f8f8;
}
#contact_form_block .form_wrapper textarea {
    height: 108px;
}
#contact_form_block .form_wrapper .btn-line {
    padding: 6px 95px 0 0;
    text-align: center;
}
#contact_form_block .form_wrapper .btn-line p {
    margin: 2px 0 0;
    font-size: 1.1em;
    font-style: italic;
    color: #97191a;
}
#search_results_block .head {
    margin: 0 8px 35px;
    padding: 16px 2px 9px;
    font-size: 1.4em;
    color: #000;
    background: url(../images/line_red.png) no-repeat left bottom;
}
#search_results_block ol { 
    list-style: none;
    margin: 0 0 20px;
    padding: 0 8px;
}
#search_results_block li {
    margin: 7px 0;
    font-size: 1.2em;
    line-height: 1.17;
}
#search_results_block li a, #search_results_block li strong {
    color: #97191a;
}
#search_results_block .pagination {
    text-align: center;
    font-size: 1.2em;
    color: #000;
}
#search_results_block .pagination a {
    margin: 0 5px;
    text-decoration: underline;
    color: #97191a;
}













