body{
background:#000000;


}


.fondPopup{
width:630px;
height:403px;
border: 1px solid #AB9021;
display:block;
  border-radius: 8px;
  -moz-border-radius:8px 8px 8px 8px;
  position:absolute;
  background:url(http://statics.lesroyaumes.com/images/fondPopup.png) top;
  z-index:10000;


}

.popupEnsemble{
font-size:12px;
	line-height:14px;
	font-family: inherit;
width:530px;
height:367px;
border: 1px solid #AB9021;
display:block;
  box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  -webkit-box-shadow: 0 0 8px #000000;
  border-radius: 8px;
  -moz-border-radius:8px 8px 8px 8px;
  position:relative;
margin-top:0px;
padding-top:0px;
top:0px;
  z-index:10000;


}

.popupEnsemble  .element{

float:left;
margin:0px;
padding:0px;

}

.popupEnsemble .header{
width:530px;
height:83px;
display:block;
background:url(http://statics.lesroyaumes.com/images/popupMaintenance_top.jpg) top no-repeat #C2802A;
  -moz-border-radius:8px 8px 0px 0px;
  border-radius:8px 8px 0px 0px;



}

.popupEnsemble .header .titre{
width:100%;

height:auto;
color:#000000;
text-align:center;
font-size:20px;
font-weight:bold;
letter-spacing:1px;
}

.popupEnsemble .header .titre a{
float:right;
background:url(http://statics.lesroyaumes.com/images/bouton.png) top no-repeat;
height:22px;
width:23px;
margin-top:10px;
margin-right:10px;
}

.popupEnsemble .header .titre a:hover{

background:url(http://statics.lesroyaumes.com/images/bouton.png) bottom no-repeat;}

.popupEnsemble .content{
width:530px;
height:auto;

background:#C2802A url(http://statics.lesroyaumes.com/images/popupMaintenance_repeat.png) repeat-x top;

}

.popupEnsemble .content img{
float:left;
border-right:1px solid #D8A630;

}

.popupEnsemble .content .texte{
float:left;
width:224px;
font-size:14px;
color:#000000;
margin-left:30px;
margin-top:20px;
text-align:center;

}
.popupEnsemble .content .popupNoel{
width:470px;
height:225px;
overflow:auto;
padding-bottom:10px;



}

.popupEnsemble .content .texte .messageInfo{
display:-moz-inline-box;
display:inline-block;
width:100%;
font-size:16px;
line-height:17px;
font-style:italic;
text-align:center;
background:url(http://statics.lesroyaumes.com/images/popupMaintenance_separateur.png) repeat-x top;
padding-top:10px;
margin-top:10px;
}

.popupEnsemble .footer {
width:530px;
height:29px;
background:url(http://statics.lesroyaumes.com/images/popupMaintenance_bottom.jpg) top no-repeat ;
  -moz-border-radius:0px 0px 8px 8px ;
 border-radius:0px 0px 8px 8px ;
}


.lienDefault{
  cursor: pointer;
  color: #a59335;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  padding-left: 20px;
  background: url(http://statics.lesroyaumes.com/images/boutons/lienDefault.png) left center no-repeat;
  -webkit-transition:  all .2s ease-out 0s;
  -moz-transition:   all .2s ease-out 0s;
  -o-transition:     all .2s ease-out 0s;
  display: block;
  margin-bottom: 10px;
}
.lienDefault:hover{
  color: #817226;
  background: url(http://statics.lesroyaumes.com/images/boutons/lienDefault.png) 3px center no-repeat;
}
