/*
 popup.js
*/
div.popupSmall {
  width: 262px;

  
  /* The following properties should not be changed */
  position: absolute;
  
}

div.popupBig,
div.popupHuge
{
  width: 442px;

  
  /* The following properties should not be changed */
  position: absolute;
  
}
div.popupHuge {
  width: 442px;

  
  /* The following properties should not be changed */
  position: absolute;
  
}

div.popupSmall .pcontent,
div.popupBig .pcontent
{  
  padding: 10px;
  background:#6d7d90 url('../img/popupBg.gif') 0 0 repeat-x;
  color:#ffffff;
  font-family:Trebuchet MS;
  font-weight:bold;
  font-size:13px;
  overflow: hidden;
  /*width: 421px;*/
	}
div.popupHuge .pcontent
{  
  padding: 10px;
  background-image:url("../img/bgHugePopuContent.gif");
  background-repeat:repeat-x;
  color:#ffffff;
  background-color: #5c6d81;
  font-family:Trebuchet MS;
  font-weight:bold;
  font-size:11px;
  
	}
div.popupHuge .pcontent .bgItemPopup
{  
  height:20px;
  width:410px;
  color:#ffffff;
  background-color: #4a596d;
  font-family:Trebuchet MS;
  font-weight:bold;
  font-size:13px;
  margin-bottom:5px;
  line-height:20px;
	}
div.popupSmall .pHeader
{
	height:9px;
	width:262px;
	background-image:url("../img/popupBgTopSmall.gif");
	background-repeat:no-repeat;
	overflow:hidden;
	}

div.popupBig .pHeader,
div.popupHuge .pHeader
{
	height:9px;
	width:442px;
	background-image:url("../img/popupBgTopBig.gif");
	background-repeat:no-repeat;
	overflow:hidden;

	}
div.popupHuge .pHeader
{
	height:9px;
	width:442px;
	background-image:url("../img/popupBgTopBig.gif");
	background-repeat:no-repeat;
	overflow:hidden;

	}
div.popupSmall .pFooter
{
	height:9px;
	width:262px;
	background-image:url("../img/popupBgBotSmall.gif");
	background-repeat:no-repeat;
	overflow:hidden;
	}

div.popupBig .pFooter,
div.popupHuge .pFooter
{
	height:9px;
	width:442px;
	background-image:url("../img/popupBgBotBig.gif");
	background-repeat:no-repeat;
	overflow:hidden;
	}

#popup_overlay 
{
	
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}

 #menuDemandeAide form#aForm .radioChoice
{
	float:left;
	border:solid 0px red;
	overflow:hidden;
	text-align:center;
	width:74px;
}
 #menuDemandeAide form#aForm #labelFGtype
 {
    width:440px;
 }

 #menuDemandeAide form#aForm .radioChoice .radioBtn
{
	width:15px;
	border:solid 0px red;
	float:none;
}
 #menuDemandeAide form#aForm .radioChoice #imgRBFaire 
{
    width:74px;
    height:71px;
}
 #menuDemandeAide form#aForm .radioChoice #imgRBDormir 
{
    width:74px;
    height:71px;
}
 #menuDemandeAide form#aForm .radioChoice #imgRBManger 
{
    width:74px;
    height:71px;
}
 #menuDemandeAide form#aForm .radioChoice #imgRBSortir 
{
    width:74px;
    height:71px;
}
 #menuDemandeAide form#aForm .radioChoice #imgRBGarde 
{
    width:74px;
    height:71px;
}
.messageCharNum
{
  font-family:Trebuchet MS;
  font-weight:normal;
  font-size:9px;
  color:#ffcc33;
}
#menuDemandeAide form#aForm .subImg
{
    float:right;
    margin-right:60px;
}
#menuDemandeAide form#aForm .destinationChoice:hover 
{
    background-color:#999999;
}
#menuDemandeAide form#aForm #FGtexte 
{
    height:100px;
}

.helpContent
{
    margin-top:2px;
}
