@charset "utf-8";
@import url(template_position.css);
/* CSS Document : Habillage */

/* --------------ALL-------------- */

*{
  margin:0px;
  padding:0px;
  font-family:Verdana;
  font-size:11px;
}
img{
      border:none;
      margin:0px;
      padding:0px;
    }

/* --------------ALL-------------- */
h2{
  	font-size:12px;
}
h2.orange {
	color:#d55b16;
  	padding-bottom:20px ;
}

h2.vert {
	color:#017931;
  	padding-bottom:20px ;
  	text-align:justify;
}

h2.vert_fonce {
	color:#083F1D;
  	padding-bottom:20px ;
  	text-align:justify;
}

h3.violet {
	color:#5b1f79;
	font-size:15px;
	padding-bottom:20px ;
}
.orange {
	color:#d55b16;
}
.vert {
	color:#017931;
}
.violet {
	color:#5b1f79;
}

.vert_fonce{
	color:#083F1D;
}

p, ul, li {
	font-size:10px;
}
li {
	list-style: square;
}

p.please_contact_us a{
	background-image:url(../images/fiche-produit/puce_contact_us.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	color:#E04E15;
	float:right;
	padding-left:17px;
	padding-right:18px;
}

.fleche_orange{
	background-image:url(../images/fiche-produit/puce_contact_us.jpg);
	background-position:left top;
	height:13px;
	display:block;
	background-repeat:no-repeat;
	color:#E04E15;
	padding-left:17px;
	padding-right:18px;
	text-decoration:none;
	font-size:10px;
}
a.link_vert_clair,
.link_vert_clair a{
  color:#377c1b;
  }

a.link_vert,
.link_vert a{
  color:#174b0c;
  }

a.link_bleu,
.link_bleu a{
  color:#005aff;
  }
a.link_rouge,
.link_rouge a{
  color:#822433;
  }
a.link_gris,
.link_gris a{
  color:#5a5a5a;
  }
a.link_noir,
.link_noir a{
  color:#000000;
  }

.solution td.separateur_solution{
	border-bottom:1px solid #d9b8e9;
}

.solution h3{
	font-size:16px;
	padding-bottom:10px;
}

.facade_link{
	text-decoration: none;
	color:#000000;
	}
.scroll {

height: 200px; 

width: 221px;  

overflow: visible;
overflow: scroll;

}















