#fgd_lightbox{
	
	background-color:#FFF; 

	box-shadow: 0 0 17px #333333;
	position: fixed;

	z-index:30;
	opacity:0;
	overflow:visible;
	
	padding-bottom: 20px;
}

#fgd_lightbox #formulaire{
	margin-top:40px;
	margin-left:18px;	
	
}
#fgd_lightbox #formulaire label{ 	color:#39A3BF; }
#fgd_lightbox #formulaire input{ 
background: url("/images/input_inscript_bg.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #5D5D5D;
    display: block;
    font: 18px Georgia,"Times New Roman",Times,serif;
    height: 41px;

    padding: 3px 20px;
    width: 333px;
}
.button_valider {
background: url("/images/button_etape.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 48px;
    margin-bottom: 20px;
    width: 268px;
	color: #FFFFFF;
    font: 24px/48px 'Montserrat',sans-serif;
    letter-spacing: -1px;
	margin-left: 72px;
	margin-top:12px;
	display:block;
}

#fgd_lightbox  #submit{
 background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 268px;
}

.fgd_lightbox_close{
	background-image:url(../images/close.png); 
	background-position: 0 0;
	width:44px; height:44px;
    cursor: pointer;
	position:absolute; 
 right: -20px;
    top: -22px;
}
.fgd_lightbox_close:hover{ background-position:0px -44px}

#contentListeMatiere
{

	width: 260px;


	margin: 10px 0px;
	padding:0px 20px;
}
#contentListeMatiere li
{
	padding-bottom:10px;
}
#contentListeMatiere .link
{
	color:#39A3BF;
}
#contentListeMatiere_con{ height: 357px;
    margin-top: 32px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 288px;}
	
.popup_titre { color: #6B6B6B;
    font: bold 17px 'EnriquetaRegular',sans-serif;
    left: 19px;
    position: absolute;
    top: 6px; }
    
.popup_error
{
	color: red;
  font-size: 11px;
}



#overlay {position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: #000; z-index: 25; display:none; cursor:pointer;  }