
.container_actu {
	overflow: hidden;
	width: 480px;
	margin: 0 auto;
  z-index: 0; 
}

#main_actu {
	padding: 0px;
	border: 0px solid #ccc;
}


.main_image {
	width: 480px;
	height: 380px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; 
	color: #ddd;
}

.main_image h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 10px;
	color: #bb80b0;
	letter-spacing: 1px;
}

.main_image p {
	padding: 10px;
	margin: 0;
}

.block p { 
	margin: 0; 
	padding: 0 10px 0 10px;
	text-align: justify;
}

.block p a {
	color: #ddd;
	text-decoration: none;
}
.block p a:hover {
	color: #bb80b0;
	text-decoration: underline;
}

.main_image .desc {
	position: absolute;
	bottom: 0;
	left: 0; 
	width: 100%;
	display: none; /* cache la description par defaut */
}

.main_image .block {
	width: 100%;
	background: #000;
	border-top: 1px solid #9c5890;
	padding-bottom: 10px;
}

.main_image a.collapse { 
	background: url(../img/actu_but_bl_collapse.png) no-repeat left top;
	height: 25px;
	width: 90px;
	text-indent: -99999px;
	position: absolute;
	top: -25px;
	right: 10px;
	color: transparent; /* supprime le cadre du lien */
}
.main_image a.collapseEN { 
	background: url(../img/actu_but_bl_collapse_EN.png) no-repeat left top;
	height: 25px;
	width: 90px;
	text-indent: -99999px;
	position: absolute;
	top: -25px;
	right: 10px;
	color: transparent; /* supprime le cadre du lien */
}
.main_image a.show {
	background-position: left bottom;
}


/*--IMAGE THUMBS--*/
.image_thumb {
	width: 480px;
	border-right: solid;
	position: relative;
	float: left;
}
.image_thumb img {
	border: 0px solid #ccc;
	padding: 0px;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.image_thumb ul li {
	margin: 0;
	padding: 10px 10px 5px 0;
	/*width: 26px;*/
	/*width: 15px;*/
	float: left;
	height: 26px;
}
.image_thumb ul li.hover { 
	cursor: pointer;
}
.image_thumb ul li.active { 
	background: #fff;
	cursor: default;
}
html .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 {
  background: url(../img/fond_bouton_actu.png) repeat-x top left;
  display: block;
  padding: 4px 8px 4px 8px;
  color: #fff;
  text-decoration: none;
}
a.numeros:hover {
  background: url(../img/fond_bouton_actu.png) repeat-x top left;
  display: block;
  padding: 4px 8px 4px 8px;
  color: #731561;
  text-decoration: none;
}


p#bandeau_actu {
  position: absolute;	
  z-index: 3;
  /*background: #fff;*/
  /*background: url(../img/degrade_actu.png);*/
  /*
  filter: alpha(opacity=60);
  -moz-opacity: 0.6; 
  -khtml-opacity: 0.6; 
  opacity: 0.6;
  */ 
  width: 480px;
  margin: 0;
  padding: 4px 5px 0 10px;
  font-size: 1.2em;
  /*font-weight: bold;*/
  /*color: #965089;*/
  color: #fff;
  /*font-style: italic;*/
}
p#bandeau_actu_fond {
	position: absolute;
	z-index: 2;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85; 
  -khtml-opacity: 0.85; 
  opacity: 0.75;
  background: #000;
  width: 480px;
  height: 32px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #9c5890;
}
