/**
 * module.css 25/06/2004
 * @package Xmodule
 *
 * Feuille de style du xmodule.contact
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 25/06/2004
*/

img{
	border: none;
}

/*--------------------------------
        voir css general
--------------------------------- */


#contacts{
	margin: 6px 0 0 8px;
	float: left;
}

#contacts p{
	margin-left: 8px;
}


#contacts h2{
	font-size: 13px;
	margin-top: 20px;
	color: #7f6f3f;
	border-bottom : 1px solid #cfd2af;
}


#contacts li{
	list-style : url(images/puce_mini.png);

}
/* -------------------
   Les liens
------------------- */

#contacts a, 
#contacts a:link,
#contacts a:visited,
#contacts a:active{
	text-decoration : underline;
	color: #363636;


}
#contacts a:hover{
	text-decoration : none;
}

#contacts a.non-souligne, 
#contacts a.non-souligne:link,
#contacts a.non-souligne:visited,
#contacts a.non-souligne:active{
	text-decoration : none;
}
#contacts a.non-souligne:hover{
	text-decoration : underline;
}

