/****************************************************************** STYLES POUR ZONE DE PUSH **********************************************************************/
/*********************************************************************************************************************************************************************/

/*tableau conteneur principal des pushs */
.module_push_site_tableau
{
	
}

/*tableau conteneur principal d'un push */
.module_push_site_sous_tableau
{
	background-color: transparent;
}

/* affichage du titre du module dans le bloc*/
.module_push_site_bandeau_entete
{
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #FFFFFF;
	line-height: 20px;
	padding-left:10px;
	background-color: #187BAD;
}

/*espace entre le titre du module et le contenu du push*/
.espace_entre_titre_push
{
	line-height: 2px;
	background-color: #FFFFFF;
}

/* hauteur entre les push*/
.module_push_site_espace_inter_push
{
height:9px;
}



/*----------------------------- ligne en bas de chaque bloc de module ----------------------*/
.ligne_bas_bloc_module_push
{
height: 20px;
background-color: #05B938;
}
