/*******************************************************************************************************/	
/*******************************************************************************************************/
/* Pop Up*/

#popup_com{
  visibility: hidden;
  border: none;
}

#popup_com a:active,#popup_com  a:focus{
  outline:none;
}


#popup_com_global{
  width: 435px;  
  height: 240px; 
  z-index: 500;
  position: absolute; 
  top: 218px; 
  left: 38%; 
  border-style: solid;
  border-color: #7CA5D9;
  border-width: 1px;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#popup_com_global_top{
  background-color: #FFFFFF;
  height: 143px;
  width: 435px;
}

#popup_com_global_img_text{
  padding-top: 41px;
}

#popup_com_global_img{
  float: left;
  padding-bottom: 7px;
  margin-left: 12px;
  height: 53px;
}

#popup_com_global_text{
  float: left;
  margin-left: 22px;
  width: 280px;
  line-height: 16px;
  padding-bottom: 7px;
}

#popup_com_global_confirm{
  clear: both;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #FC0303;
  margin-left: 7px;
  margin-right: 7px;
}

#popup_com_global_form{
  padding-top: 25px;
  width: 435px;
  height: 72px;
  background-color: #E0F0FE;
}

#popup_com_global_form a{
  margin-left: 11px;
}

#popup_com_close{
  position: relative;
  top: -92px;
  left: 270px;
  border: none;
  font-size: 0;
}

#popup_com_close img{
  border: none;
  width: 76px;
  height: 28px;
}

.alignement{
  display: inline;
  width: 160px;
  float: left;
  font-weight: bold;
  margin-left: 15px;
}

.alignement_hidden{
  display: inline;
  width: 150px;
  float: left;
  display: none;
}

fieldset{
  border: 0;
}

legend{

}

.formulaire_text{
  width:  200px;
  font-size: 12px;
  color: #383C3B;
  border-style: solid;
  border-color: #7CA5D9;
  border-width: 1px;
}

.formulaire_text_2{
  margin-left: 360px;
  margin-top: 3px;
}

.formulaire_text_hidden{
  width:  150px;
  font-size: 12px;
  color: #383C3B;
  display: none;
}

.hidden{
  display: none;
}
