/****************************************************************************************************************************

  MODULE MUT_LIENS

 ****************************************************************************************************************************

 @fichier  : liste.css
 @chemin   : /_modules/mut_liens/site/_template/css/
 @auteur   : David COUMANS (http://www.ginko-web.com) et Jérémy SAMOYEAU (http://www.autodidacte.net)
 @creation : 01/04/2006

 ****************************************************************************************************************************

 Utilité : feuille de styles de la liste des liens de la rubrique actualités

 ***************************************************************************************************************************/


#mod_recherche {
margin: 0;
padding: 0;
color: #4b4b4b;
background-color: #fff;
}

#mod_recherche select {
margin: 0 15px 0 0;
padding: 0;
color: #4b4b4b;
font-size: 1em;
}

#mod_recherche span.nbre {
margin: 0 15px 0 0;
padding: 0;
}

#champs_recherche {
margin: 0;
padding: 0;
float: left;
}

#compteur {
margin: 5px 20px 0 0;
padding: 0;
float: right;
}

#compteur p {
float: left;
margin: 0;
padding: 0 5px 0 5px;
color: #fd742e;
}


#compteur a.precedent {
display: block;
float: left;
margin: 2px 0 0 0;
padding: 0;
width: 7px;
height: 10px;
background: transparent url(../img/picto_fleche_gauche.gif) no-repeat center top;
}

#compteur a.precedent:hover {
background-position: center bottom;
}

#compteur a.suivant {
display: block;
float: left;
margin: 2px 0 0 0;
padding: 0;
width: 7px;
height: 10px;
background: transparent url(../img/picto_fleche_droite.gif) no-repeat center top;
}

#compteur a.suivant:hover {
background-position: center bottom;
}





#mod_liste {
margin: 0 0 40px 0;
padding: 0;
color: #000;
background-color: transparent;
}

#mod_liste div.lien {
margin: 10px 0 0 0;
padding: 10px 0 0 0;
border-top: 1px solid #999;
}

#mod_liste div.lien p.foto {
margin: 0 10px 10px 0;
padding: 0;
float: left;
}

#mod_liste div.lien h5 {
margin: 0;
padding: 0 0 0 10px;
color: #000;
background: transparent url(../img/puce.gif) no-repeat center left;
font-weight: bold;
font-size: 1em;
display:inline;
}

#mod_liste div.lien h5 a:hover {
color: #999;
}

#mod_liste div.lien span.categorie {
margin: 0;
padding: 0;
font-weight: normal;
font-size: 1em;
font-style: italic;
color: #aaa;
display: block;
}

#mod_liste div.lien p.infos {
margin: 0;
padding: 0;
color: #333;
background-color: transparent;
}

#mod_liste div.lien a.url {
margin: 0;
padding: 0;
color: #26bcc7;
background-color: transparent;
text-decoration: none;
}

#mod_liste div.lien a.url:hover {
text-decoration: underline;
}


