/* Start Tag Cloud II CSS */
        /* display the individual items next to each other, not one-per-line */
		ol.tagscloud {
			padding:45px 8px 40px 20px;
			margin:0px;
			background:url(http://img.cdn.location-agadir-voitures.com/images/h/tags.jpg) no-repeat;
			width:223px;   /*251px*/   
			height:153px;  /*238px*/ 
			text-decoration:none;
           }		
        .tagscloud li {
           display: inline;
           color: #999;
		   margin:0px;
		   padding:0px; 
		   text-decoration:none;
           }

        /* hide the extra context from CSS-enabled browsers, but not for screenreaders */
        .tagscloud span {
           position: absolute; left: -999px; width: 990px;text-decoration:none;
           }

        .tagscloud, .tagscloud a, .tagscloud h1 {
           text-decoration:none;
           }		   

        /* size of the tags */
        .tagscloud .tagscloud1 {
           font-size: 0.8em;
		   color:#B6B6B6;
           }
        /* size of the tags */
		   
        .tagscloud .tagscloud2 {
           font-size: 1.0em;
           font-weight:200;
		   color:#E9871A;
           }
		   
        .tagscloud .tagscloud3 {
           font-size: 1.2em;
           font-weight:300;
		   color:#1C6695;
           }
		   
        .tagscloud .tagscloud4 {
           font-size: 1.4em;
           font-weight:400;
		   color:#F4B160;
           }
		   
        .tagscloud .tagscloud5 {
           font-size: 1.5em;
           font-weight:500;
		   color:#5287A6;
           }
		   
        .tagscloud .tagscloud6 {
           font-size: 1.6em;
           font-weight:600;
		   color:#E2A049;
           }
		   
        .tagscloud1:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud2:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud3:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud4:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud5:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud6:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }	  
/* End Tag Cloud II CSS */ 