
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.transparent {
	
	color: white;
	border: solid 1px white;
	border-width: 20px;
	border-radius: 5px;
	background-color: transparent;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);*/
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.hem {
	background-image: none;
	background-repeat: no-repeat;
	background-position:center;
}
.contact {
	color:white;
	background-image: none;
	background-repeat: no-repeat;
	background-position:center;
}
.transparent:hover {
	color: #ffffff;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.transparent:active {

	color: #ffffff;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);*/
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/*-- Masque noir faisant office de fond pour la popup --*/
 
 .popup_block{
    display: none; /*-- cach顰ar dꧡut --*/
    background: #fff;
    padding: 20px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 99999;
    /*-- Les diff곥ntes dꧩnitions de l'ombre de la popup en CSS3 --*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    /*-- Coins arrondis en CSS3 --*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

form#recherche
{
position:absolute;
top:0px;
width:100%;
height:100%;
/*line-height:22px;
margin-top:40px;*/
/*background:url(../images/contour_form_rechercher.png) top left no-repeat;}*/
}
input.rechercher
{
	float:left;
	width:100%;
	height:100%;
	/*margin-left:0px;*/
	vertical-align:bottom;
	/*margin-bottom:opx;
	margin-top:opx;
	border:0px;*/
	color:black;
}
input.bt_recherche
{
 width:25px;
 height:25px;
/* margin-top:0px;
 padding-top:0px;
 border-width:0px;
 border:0px;*/
 background-color:transparent;
/* margin-left:0px;
 margin-bottom:0px;*/
 cursor:pointer;
 background-image: /images/bt_rechercher.png
}

input.bt_rechercher:hover{
	border:0px;
    background-color:transparent;	
}
