/* Gestion du Popop */

#popup_content { position: absolute; height: 475px; z-index: 100; display: none; margin-left: auto; border: 0; margin-right: auto; width: 660px; background-color: #FFFFFF; }
#popup_content .popup_close { border: 0px solid; padding: 6px; text-align: right; }
#popup_content .popup_row { padding: 8px; text-align: justify; }
#popup_content .click { cursor:pointer; text-decoration: none; font-weight: bold; }
#popup_content .click:hover { color: #000; }
#content_fade { display: none; position: absolute; background-color: #000000;	top: 0;	left: 0; z-index: 98; filter: alpha(opacity=0); -moz-opacity : 0; opacity : 0; }

/* Contenu du Popup */

#popup_content * { padding: 0; margin: 0; border: 0px solid; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; }
#popup_content div.cadre { position: relative; padding: 0; height: 475px; border: 0px solid; }
#popup_content div.cadre .popup_logo { cursor: pointer; width: 180px; height: 110px; background-image: url("http://www.agence-idaho.com/bsp/images/logo_bsp.png"); background-repeat: no-repeat; background-position: top center; position: absolute; top: 10px; left: 20px; }
#popup_content div.cadre .popup_contenu { position: relative; left: 10px; top: 120px; width: 600px; height: 340px; border: 0px solid; margin: 0 20px 0 20px; }
#popup_content div.cadre .popup_contenu p { clear: both; padding: 10px 0 0 0; width: 515px; text-align: justify; }
#popup_content div.cadre .popup_contenu p.arrow-orange, #popup_content div.cadre .popup_contenu p.arrow-orange2 { background-image: url("http://www.agence-idaho.com/bsp/images/arrow-orange.png"); background-position: left center; background-repeat: no-repeat; padding: 4px 0 4px 20px; border: 0px solid; }
#popup_content div.cadre .popup_contenu p.arrow-orange2 { padding: 3px 0 3px 20px; }
#popup_content div.cadre .popup_contenu p.liste { padding: 0; }
#popup_content div.cadre .popup_contenu p.left { text-align: left; }
#popup_content div.cadre .popup_contenu p.right { text-align: right; }
#popup_content div.cadre .popup_contenu p span.space { clear: both; padding: 0 10px 0 10px; }
#popup_content div.cadre .popup_contenu p span.orange { color: #E1671A; }
#popup_content div.cadre .popup_menu { width: 600px; position: absolute; right: -5px; bottom: 0; }
#popup_content div.cadre .popup_h1 { width: 300px; padding: 13px 0 13px 0; border: 0; width: 200px; }
#popup_content div.cadre .popup_menu ul { float: right; }
#popup_content div.cadre .popup_menu ul li { float: right; list-style-type: none; padding: 0 0 0 22px; }
#popup_content div.cadre .popup_menu ul li span, #popup_content div.cadre .popup_menu ul li span.active { display: block; cursor: pointer; padding: 17px 28px 17px 0; background-image: url("http://www.agence-idaho.com/bsp/images/arrow_hover.png"); background-repeat: no-repeat;  background-position: right center; }
#popup_content div.cadre .popup_menu ul li span:hover, #popup_content div.cadre .popup_menu ul li span.active { background-image: url("http://www.agence-idaho.com/bsp/images/arrow_normal.png"); }
#popup_content .popup_close { background-image: url("http://www.agence-idaho.com/bsp/images/fleche_grise_normal.png"); border: 0; background-position: center right; background-repeat: no-repeat; display: block; border: 0; padding: 4px 28px 4px 4px; top: 10px; text-transform: uppercase; color: #CCC; right: 10px; cursor: pointer; position: absolute; }
#popup_content .popup_close:hover { background-image: url("http://www.agence-idaho.com/bsp/images/fleche_grise.png"); color:#999; }

#popup_content span.linkclick { font-weight: bold; color: #E1671A; cursor: pointer; }
#popup_content span.linkclick:hover { color: #000; }

#popup_content .demarche { background-image: url("http://www.agence-idaho.com/bsp/images/l-intro-bsp.png"); background-position: top center; background-repeat: no-repeat; width: 130px; height: 25px; display: block; cursor: pointer; border: 0px solid; position: absolute; bottom: 25px; left: 25px; }
 