#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--Transparence sous IE 8--*/
	left: 0;
	top: 0;
	z-index: 10;
}
			
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popup_block {
	background:#fff;
	padding: 0px 2px 0px 0px;
	border: 2px solid #CCC;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
}

.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 0px 0;
	padding: 0px 0;
	border: 1px solid #bbb;
}		

.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}

.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}

.popup img.cntrl {
	position: absolute;
	right: 2px;
	top: 2px;
}

.ligne_form{
	width:460px;
	height:24px;
	margin:1px auto 1px auto;
}

.left_ligne_form{
   width:150px;
   height:24px;
   float:left;
}

.right_ligne_form{
   width:266px;
   height:24px;
   float:left;  
}

.left_ligne_form2{
   width:260px;
   height:24px;
   float:left;
}

.right_ligne_form2{
   width:50px;
   height:24px;
   float:left;  
}

.champ{
	width:180px;
	height:18px;
	border:1px solid #DFDCD1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

.textarea{
	width:200px;
	height:80px;
	border:1px solid #DFDCD1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

.txt_envoi_ami{
  font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}

.txt_envoi_ami2{
  font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}


.erreur{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
	width:300px;
	border:0px;
}

.bt_envoyer{
	width:100px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:#DFD6B5;
	border:0px;
	padding-bottom:3px;
	cursor:pointer;
}



