h2
{
	font-size: 14px;
	color: #9f061b;
}

#menu
{
	width: 1000px;
	height: 188px;
	background-image: url('/images/menuAccueil.jpg');
}
#left
{
	width: 652px;
	height: 400px;
	float: left;
}
#right
{
	width: 313px;
	height: 378px;
	display: block;
	float: left;
	
	background-image: url('/images/accueil/news.jpg');
	
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 25px;
}
#text
{
	height: 190px;
	margin-left: 18px;
}
#text p
{
	font-size: 12px;
}
#evenement
{
	
	background-image: url('/images/accueil/agenda.jpg');
	
	width: 600px;
	height: 185px;
	padding-top: 50px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#agenda
{
	width: 216px;
	height: 180px;
	float: left;
}
#fiche
{
	width: 370px;
	height: 185px;
	float: left;
	margin-right: 10px;
}
.evenement
{
	width: 216px;
	cursor: pointer;
}
.evenement div
{
	height: 30px;
	width: 350px;
}
.evenement img
{
	float: left;
	margin-right: 10px;
}

.date
{
	color: #9f061b;
	display: inline;
	float: left;
	font-weight: bold;
}
.titre
{
	color: black;
	font-weight: bold;
	font-size: 11px;
}
.evenement h3
{
	font-size: 11px;
}
.evenement p
{
	height: 70px;
	width: 370px;
}
.evenement img
{
	float: left;
}
div#indicator
{
  width: 380px;
  float: left;
  height: 40px;
  z-index: 900;
  background: url(/images/indicator.gif) no-repeat 0 0;
}
#right img
{
	width: 292px;
	height: 10px;
	border: none;

	margin-left: 0px;

}