/* build.css */


.RealisationBox {
  margin: 0 25px;
  font-size: 12px;
}

#RealisationSectionMenu ul li a:hover {
  color: #00DBFF;
}

#RealisationSectionMenu ul li .selected {
  color: #00DBFF;
}

.RealisationBox .colorTitle {
  font-size: 24px;
  color: #00DBFF;
  font-weight: normal;
}

.RealisationBox h2 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.RealisationBox a {
  text-decoration: none;
  color: #78ecff;
}

.RealisationBox a:hover{
  color: #78ecff;
  text-decoration: underline;
}

.RealisationBox a:hover img {
  background: url(/images/projet/entrer.gif);
}

.RealisationBox .img {
  float: left;
  margin-right: 10px;  
}
.RealisationBox .img a {
  width: 90px;
  height: 90px;
  display: block;
  border: 1px solid white; 
}

.RealisationBox .cleaner {
  clear: both;
  display: block;
  margin-bottom: 15px;  
}

.RealisationBox .sols {
  background: url(/images/projet/artisan-specialise-lyon.jpg); 
}

.RealisationBox .murs {
  background: url(/images/projet/artisan-createur-lyon.jpg); 
}

.RealisationBox .bathroom {
  background: url(/images/projet/creation-spa.jpg); 
}

.RealisationBox .cuisine {
  background: url(/images/projet/conception-cuisine.jpg); 
}

.RealisationBox .img a:hover {
  background: url(/images/projet/entrez.gif);
}

.rea {
  font-weight: bold;
}

.RealisationBox ul li {
  list-style-type: none;
  float: left;
  padding-top: 20px;
  margin: 0 10px;
}

.RealisationBox ul li img {
  border: 1px solid white;
}

/* menu hover */

#Menu ul li a:hover {
  color: #00DBFF;
} 

#Menu ul li a.realisation {
  color: #00DBFF;
}  

.FooterBox a {
  text-decoration: none;
}

.FooterBox a:hover {
  color: #00DBFF;
}

