/* CSS Document */

body{
  background-image:url(img/fond.jpg);
  background-repeat:repeat-x;
  background-color:#1f3761;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  text-decoration:none;
}

a{ 
  
   text-decoration:none;
   color:#000000;
    }
    
	a:visited{
    text-decoration:none;
    }
    a:hover{
	color:#666666;
	text-decoration:none;
    }
	a:active{
    text-decoration:none;
    }

#globale{
  position:absolute;
  height:auto;
  width:899px;
  float:left;
  left:50%;
  margin-left:-449px;
  top:-1px;
}

#tete{
  position:relative;
  height:243px;
  width:899px;
  display:block;
  clear:both;
  float:left;
  top:0px;
}

#bandeau_haut{
  height:208px;
  width:899px;
  float:left;
  display:block;
  clear:both;
}

#menu{
  height:35px;
  width:899px;
  float:left;
  display:block;
  clear:both;
  background-image:url(img/fond_menu.jpg);
  background-repeat:no-repeat;

}


/*menu*/

#espace_menu{
  height:20px;
  width:auto;
  float:left;
  display:block;
  clear:both;
  margin:0px;
  margin-top:5px;
  color:#1f4687;
  left:0px;
  top:0px;
  margin-left:20px;
  font-size:13px;
  font-weight:bold;

  
}

#espace_menu ul,li{
  height:20px;
   margin:0px;
   padding:0px;
  
}

#espace_menu ul{
   height:20px;
   width:620px;
   float:left;
   clear:both;
   display:block;
  
}

#espace_menu li{
   height:20px;
   float:left;
   display:block;
   clear:inline;
   margin-left:8px;
   list-style:none;
}

a.link_menu{
   color:#1f4687;
   text-decoration:none;
}

a.link_menu:hover{
   color:#000000;
   text-decoration:none;
}

a.link_menu_on{
   color:#000000;
   text-decoration:none;
}

/*corps*/

#corps{
  height:auto;
  width:899px;
  float:left;
  display:block;
  clear:both;
  background-image:url(img/fond_contenu.jpg);
  background-repeat:repeat-y;
}

#tel{
 height:64px;
  width:300px;
  float:left;
  display:block;
  margin-top:15px;
  font-size:30px;
  padding-left:20px;
  color:#1F4687;
  font-weight:bold;
}

#logo_chambre{
  height:64px;
  width:400px;
  float:right;
  display:block;
  margin-top:15px;
  
}
#contenu{
  height:auto;
  width:802px;
  float:left;
  margin-left:13px;
  display:block;
  clear:both;
}


/*bandeau bas*/

#bandeau_bas{
  height:45px;
  width:899px;
  float:left;
  display:block;
  clear:both;
  background-image:url(img/bandeau_bas.jpg);
  background-repeat:no-repeat;
}

#texte_bandeau_bas{
  height:30px;
  width:700px;
  float:left;
  margin-left:30px;
  display:block;
  clear:both;
  margin-top:4px;
  font-size:12px;
  font-weight:bold;
  
}

/*mention_legales*/

#mentions{
  height:15px;
  width:800px;
  float:left;
  display:block;
  clear:both;
  margin-left:14px;
  color:#FFFFFF;
  font-size:10px;
}

a.link_mentions{
   color:#ffffff;
   text-decoration:none;
}

a.link_mentions:hover{
   color:#A48557;
   text-decoration:none;
}

a.link_mentions_on{
   color:#A48557;
   text-decoration:none;
}

#mention_legale{
  height:15px;
  float:left;
  width:250px;
  float:left;
  display:block;
  clear:inline;
}

#itemos{
  height:15px;
  float:right;
  width:300px;
  display:block;
  clear:inline;
}

/*texte*/

.texte{
  color:#000000;
  font-size:12px;
}

.texte_bold{
  color:#000000;
  font-size:13px;
  font-weight:bold;
}

h1{
  color:#274175;
  font-size:18px;
  font-weight:bold;
}

.texte_jaune{
  color:#000000;
  font-size:12px;
  color:#990000;
}


/*page*/

/*index*/
#contenu_qui{
  height:auto;
  width:802px;
  float:left;
  display:block;
  clear:both;
  background-image:url(img/fond_contenu_index.jpg);
  background-repeat:repeat-y;
  margin-top:10px;
}

#fin_contenu_qui{
  height:17px;
  width:802px;
  float:left;
  display:block;
  clear:both;
  background-image:url(img/fin_fond_contenu_index.jpg);
  background-repeat:repeat-y;
}

#contenu_texte_qui{
  height:auto;
  float:left;
  display:block;
  clear:inline;
  width:360px;
  margin-left:30px;
  margin-top:10px;
}

.image_qui{
  height:379px;
  width:350px;
  float:right;
  display:block;
  clear:inline;
  background-image:url(img/img_camion_accueil.jpg);
  background-repeat:no-repeat;
}

.image_materiel{
  height:379px;
  width:350px;
  float:right;
  display:block;
  clear:inline;
  background-image:url(img/img_materiel.jpg);
  background-repeat:no-repeat;
}

.image_garde_meuble{
  height:379px;
  width:350px;
  float:right;
  display:block;
  clear:inline;
  background-image:url(img/garde_meuble2.jpg);
  background-repeat:no-repeat;
}

.image_contact{
  height:774px;
  width:350px;
  float:right;
  display:block;
  clear:inline;
  background-image:url(img/img_contact.jpg);
  background-repeat:no-repeat;
}

