/*-----------------------------------------------------------------------------
  [CSS - ezsitemap.css]

  Feuille de style du sitemap
  
-----------------------------------------------------------------------------*/

#full-sitemap,
#embed-sitemap {
	overflow: hidden;
    margin:0 auto;
    width:100%;
}

#embed-sitemap {
    bottom:0;
    display:none;
    padding:20px;
    position:absolute;
    z-index:400;
}

#sitemapOverlay {
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    z-index:100;
}
    #embed-sitemap .col,
    #full-sitemap .col {
    	float: left;
        margin:0;
        padding:0;
        width: 48%;
    }
    
    #embed-sitemap .col1,
    #full-sitemap .col1 {
        margin-right: 2%;
    }
    
    	#embed-sitemap li,
        #full-sitemap li {
            margin:0;
        }
            
	        #embed-sitemap h2,
	        #full-sitemap h2 {
	            text-transform: uppercase;
                text-indent:30px;
                height:23px;
                line-height:23px;
                margin:12px 0;
	        }

                #embed-sitemap h2 a,
                #full-sitemap h2 a {
                    font-size:14px;
                }
	            
	        #embed-sitemap h3,
	        #full-sitemap h3 {
                font-style:italic;
                margin:0 0 0 30px;
	        }
	        
			#embed-sitemap h1 a.close,
			#full-sitemap h1 a.close {
			    float: right;
			    font-size: 12px;
			    height: 10px;
			    line-height: 10px;
			    margin: 0;
			    text-indent: 15px;
			}
