
/* BLOC ACTU */
#main_actu {
  width: 630px;
  margin: 5px auto 0 auto;
  padding: 0;
  overflow: hidden;
  z-index: 0; 
}


/* CONTENU TEXTE */
.main_image {
	width: 630px;
	height: 380px;
	float: left;
	background: #ccc;
	position: relative;
	overflow: hidden; 
	color: #eee;
}
.main_image h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 10px;
	color: #fff;
	letter-spacing: 1px;
}
.main_image p {
	padding: 10px;
	margin: 0;
}
.block p { 
	margin: 0; 
	padding: 10px 10px 0 10px;
	text-align: justify;
}
.block p a {
	color: #eee;
	text-decoration: none;
}
.block p a:hover {
	color: #b37a98;
	text-decoration: underline;
}


/* IMAGE */
.main_image .desc {
	position: absolute;
	bottom: 0;
	left: 0; 
	width: 100%;
	display: none; /* cache la description par defaut */
}
.main_image .block {
	width: 100%;
	background: #610233;
	border-top: 1px solid #eee;
	padding-bottom: 10px;
}



/* CONTROLEUR ACTU */
.image_thumb {
	width: 630px;
	position: relative;
	float: left;
	background: url(../img/nav_actu.png) no-repeat;
}
.image_thumb img {
	padding: 0;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.image_thumb ul li {
	margin: 16px 0 1px 0;
	padding: 0 4px;
	float: left;
}
.image_thumb ul li.hover { cursor: pointer; }

.image_thumb ul li.active {
	cursor: default; 
  background: #610233;
}

.image_thumb ul li h2 {
	font-size: 1.5em;
	margin: 5px 0;
	padding: 0;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 170px;
}
.image_thumb ul li p { display: none; } /* cache la description sur les li */

a.numeros {
  display: block;
  padding: 1px 4px 1px 4px;
  color: #610233;
  text-decoration: none;
}
a.numeros:hover {
  display: block;
  padding: 1px 4px 0 4px;
  color: #fff;
  text-decoration: none;
}

/* on remet le curseur default meme sur le lien actif */
.image_thumb ul li.active a:hover {
	cursor: default;
}
/* si actif on le remet en blanc */
.image_thumb ul li.active a {
 color: #fff;
}