/**
 * module.css 17/06/2004
 * @package Xmodule
 *
 * Feuille de style du module xmodule.page
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 17/06/2004
*/
h3{
	background-color: #cfd2af;
	color: #363636;
}

div#infos{
	background-color: transparent;
	background-image: url(../../images/direct/fond.png);
	background-repeat: repeat-y;
}
#contribution{
	background-color: transparent;
	background-image: url(../../images/direct/fond_colonne3.png);
	background-repeat: repeat-y;
}
div#colonne1{
		background-color: #CFCAAA;
}

.boite-generale {
	border-bottom:1px solid #cfd2af;
	background-color: transparent;
	background-image: url(../../images/direct/fond_colonne3.png);
	background-repeat:repeat-y;
}

h4{
	background-color: transparent;
	background-image: url(../../images/direct/puce_titre.png);
	background-repeat:no-repeat;
	background-position:top left;
}
