/* CSS Document */

#bloc{
height:241px;
}
#contenu > #bloc{height:241px;}

#liste_assoc{
float:left;
margin-left:5px;
display:inline; /* float + marge bug IE*/
width:500px;
}
#introduction{
margin-bottom:15px;
}
.association{
width:400px; /*IE*/
height:65px;
padding-bottom:5px;
margin-bottom:10px;
border-bottom:1px solid #9BBB8D;
overflow:hidden;
}
#liste_assoc > .association { width:440px;}

.association ul{
display:block;
list-style:none;
margin-bottom:10px;
}
.association li{
font-size:0.7em;
}
.association li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-stretch:expanded;

}
.nom_assoc{
font-weight:bold;
font-size:0.9em;
}
.association img{
clear:both;
float:right;

}
.association p{
font-family:Arial, sans-serif;
font-weight:100;
font-variant:small-caps;
/*text-transform:uppercase;*/
/*margin-bottom:6px;*/
font-size:0.9em;
}
.impair{
color:#45218E;
margin-bottom:2px;

}
.pair{
border:0;
color:#D31751;
margin-top:20px;
}


