@CHARSET "UTF-8";

/* Generale */
div#annuaire {
	/*width: 100%;*/
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #6e6e6e;
	list-style-type: none;
}

	div#annuaire a { text-decoration: none; }
	
	div#annuaire .clear { clear: both; }
	
	div#annuaire .floatLeft { float:left; }
	
	/* Tracker */
	div#annuaire div.annuaire-tracker {
		padding: 20px 0 10px 0;
	}


	/* Taille mot-clé */
	div#annuaire .size1, div#annuaire .size2, div#annuaire .size3, div#annuaire .size4 {
		position: relative;
		line-height: 25px;
	}
	
	div#annuaire .size1 { font-size: 11px; }
	div#annuaire .size2 { font-size: 12px; }
	div#annuaire .size3 { font-size: 14px; }
	div#annuaire .size4 { font-size: 18px; }
	
	/* Secteur */
	div#annuaire ul#sector_ul{
		display: block;
		width: 90%;
		min-height: 65px;
		margin: 10px 5% 0 5%;
	}
	
		div#annuaire ul#sector_ul li{
			display: block;
			float: left;
			margin: 3px 5px;
		}
	
	/* Bloc Site */
	div#annuaire div.bookVign {
		position: relative;
		width: 95%;
		padding: 0 2% 2% 2%;
		margin: 15px 0;
		border: 1px solid #d3d3d3;
		background: #ffffff;
	}
	
		div#annuaire div.bookVign h2 {
			padding: 5px 0 10px 0;
			font-family: arial, sans-serif;
			font-size: 12px;
			font-weight: normal;
			text-transform: capitalize;
		}
		
			div#annuaire div.bookVign h2 a.key_title{
				font-family: georgia, serif;
				font-size: 18px;
				font-style: italic;
				color: #009bdd;
				font-weight: normal;
			}
			
			div#annuaire div.bookVign h2 a.site_title{
				font-family: arial, sans-serif;
				font-size: 12px;
				color: #313131;
				font-weight: bold;
			}
		
	
		div#annuaire div.bookVign a.addthis_button {
			display: block;
			width: 127px;
			margin-bottom: 10px;
		}
		
			div#annuaire a.addthis_button img { border: 0; }
		
		div#annuaire div.bookVign div.bookImg{
			float: left;
			width: 150px;
			min-height: 110px;
		}
		
		/*div#annuaire div.bookVign div.vignShare div.bookDescription{
			font-size: 12px;
			width: 300px;
			margin: 0 0 10px 15px;
		}*/
		
		div#annuaire div.bookVign div.bookKeywords {
			clear: both;
			width: 85%;
			padding: 12px;
			margin: 10px auto 0 auto;
			border: 1px solid #ececec;
			background-color: #f9f9f9;
			font-size: 12px;
		}
		
		div#annuaire div.bookVign div.bookKeywords ul {
			width: 100%;
			padding: 0;
			margin: 0;
			text-align: center;
		}
		
			/*div#annuaire div.bookVign div.bookKeywords li {
				display: block;
				float: left;
				margin: 0;
				padding: 0 3px;
			}
			
				div#annuaire div.bookVign div.bookKeywords li a {
					display: block;
					float: left;
					color: #009bdd;
				}*/
				
			div#annuaire div.bookVign div.bookKeywords li {
				display: inline !important;
				margin: 0 !important;
				padding: 0 4px !important;
			}
			
				div#annuaire div.bookVign div.bookKeywords li a {
					display: inline !important;
					color: #009bdd !important;
				}
				
				div#annuaire div.bookVign div.bookKeywords li a:hover {
					color: #009bdd !important;
					text-decoration: underline !important;
				}
		
	/* bloc mot cle */
	div#annuaire div.insertKey{
		position: relative;
		width: 89%;
		padding: 0 5% 20px 5%;
		margin-bottom: 20px;
		border-bottom: 1px solid #d3d3d3;
	}
	
		div#annuaire div.insertKey div.keyTitre {
			position: relative;
			padding-bottom: 5px;
		}
		
			div#annuaire div.insertKey div.keyTitre h3 {
				font-size: 14px;
				font-family: Arial, sans-serif;
				font-weight: bold;
				color: #313131;
				margin-bottom: 4px;
			}
		
			div#annuaire div.insertKey div.keyTitre a.addthis_button {
				position: absolute;
				top: 0;
				right: 0;
			}
	
		div#annuaire div.insertKey div.keyImg {
			float: right;
			width: 165px;
			text-align: right;
		}
		
			/*div#annuaire div.insertKey img.imgKey{
				float: left;
				width: 150px;
			}*/
		
		div#annuaire div.insertKey div.keyDescription{
			/*float: left;
			width: 310px;
			margin-left: 7px;*/
		}
		
		/*div#annuaire div.insertKey div.keyDescription2{
			margin-left: 7px;
		}*/
			
		/*div#annuaire div.insertKey a.addthis_button{
			display: block;
			margin: 10px 0;
		}*/
		
	div#annuaire div.no-result {
		padding-top: 40px;
		font-weight: bold;
		text-align: center;
	}
