﻿div.ActuModule
{
	margin: 5px 0;
	padding: 0;
	width: 300px;
	height: auto;
}

div.ActuModule hr
{
	visibility: hidden;
	clear: both;	
}

div.ActuTitle
{
	padding: 2px;
	width: inherit;
	height: 30px;
	border-bottom: solid 1px Green;
	margin: 0 0 2px 0;
	position: relative;
	font-size: medium;
	font-family: Arial;
	color: #214110;
}

span.DateActu
{
	position:absolute;
	left:0;
	bottom:0;
}

div.ActuText
{
	position: relative;
	padding: 5px;
	width: inherit;
	height: 150px;
	border-bottom: dotted 1px Orange;
}

div.ActuText img
{
	float: left;
	margin: 5px;
}

div.ActuText p
{
	margin-top: 10px;
}

div.ActuText a
{
	text-decoration: none;
	color: #c9474c;
	position: absolute;
	right:0;
	bottom: 0;
}

div.ActuText a:hover
{
	text-decoration: underline;
	color: #224f21;
}
