/**
 * module.css 16/03/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 16/03/2004
*/


/*--------------------------------
        voir css general
--------------------------------- */


#credits{
	margin: 6px 0 0 8px;
	background-color: white;
	float:left;
}

#credits h5{
	font-size:12px;
	font-weight:bold;
}



/* -------------------
   Les liens
------------------- */

#credits a, 
#credits a:link,
#credits a:visited,
#credits a:active{
	text-decoration : underline;
	color: #cc9933;
	font-size: 11px;
	font-family:arial, sans-serif;
}
#credits a:hover{
	text-decoration : none;
}

#validator{
	margin: 30px 0 30px 0;
}
