/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/

/******* LISTING CATEGORIES + ADRESSES  (master and detail listing) ************/

#contenu_links{
	background-color:#E5E9F2;
	margin:8px 0;
	padding:1px 0; /* Necessaire pour éviter le margin colapsing http://www.researchkitchen.de/blog/archives/css-autoheight-and-margincollapsing.php */
	float:left;
	padding-bottom:10px;
	width:754px;
}

div.bloc_centrale_links{
	margin:8px;
	padding:10px;
	border:1px solid #BFC3D3;
	float:left;
	width:715px;
}


.nested_titre_cat {
background-color:#3870B7;
color:#FFFFFF;
padding:2px 0px 2px 10px;
font-size:11px;
text-transform:uppercase;
float:left;
width:705px;
font-weight:bold;
margin-bottom:5px;
}

.nested_row_adr {
float:left;
padding-bottom:5px;
border-bottom:#3870b7 solid 1px;
margin-bottom:5px;
width:715px;
}

.nested_photo {
background-color:#c6d3e7;
border:#3870b7 solid 1px;
float:left;
width:118px;
text-align:center;
padding:10px;
}

.nested_nom{
float:left;
width:195px;
padding:10px;
min-height:30px;
_height:30px;
}

.nested_web {
float:left;
width:54px;
padding:10px;
padding-top:20px;
border-right:#ccc solid 1px;
border-left:#ccc solid 1px;
min-height:30px;
_height:30px;
}

.nested_presentation {
float:left;
width:240px;
padding-top:10px;
padding-left:10px
}


/******* LISTING ************/

.annuaire_listing{	
	background:url(../images/fond_listing.jpg) no-repeat;
	width:440px;
	text-align:left;
}

.annuaire_listing_titre{
	margin-left:10px;
	padding-top:20px;
	color:#006A6B;
	font-size:130%;
	font-weight:bold;
}

.annuaire_listing_row{
	margin:10px 10px 0px 10px;
	padding-top:10px;
	border-bottom:solid 1px #868788;
}

.annuaire_listing_contenu{
	min-height:175px;
}

.annuaire_listing_nom {
	color:#006A6B;
	font-weight:bold;
	font-size:110%;
}

.annuaire_listing_presentation {
	color:#1A171B;
	font-size:90%;	
}

.annuaire_listing_web a {
	color:#868788;
	font-size:90%;	
}

.annuaire_listing_email a {
	color:#868788;
	font-size:90%;	
}

.annuaire_listing_fichier{
	background:#ececed;
	width:420px;
	font-size:80%;
	height:17px;
}

.annuaire_listing_fichier img{
	padding:2px;
	float:left;
}

.annuaire_listing_fichier a{
	display:block;
	padding-top:4px;
}

.annuaire_listing_visuel{
    float:left;
	width:215px;
	height:175px;
	margin-right:10px;
	background:url(../images/fond_visuel.jpg) no-repeat;
	text-align:center;
}

.annuaire_listing_visuel img{
	padding-top:16px;
	padding-right:6px;
}


.annuaire_listing_legende{
	margin-top:18px;
	font-size:80%;
	color:#9f9f9f;
}

.annuaire_listing .pager{
	margin-top:2px;
}

/*---------------- 1 catégorie-------------------------*/
.annuaire_categorie ul  {
	background:url(../images/fond_listing.jpg) no-repeat;
	height:25px;
	margin:0;
	padding:0;
	padding-top:20px;
	padding-left:15px;
	list-style-type: none;
}

.annuaire_categorie ul li a{
	font-weight:bold;
	color:#868788;
}
