.paginationFlash{
	width: 160px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	margin-top: 195px;
	margin-left: 350px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.sliderwrapper{
/* position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 530px; /*width of featured content slider*/
height: 269px;
background-image: url(../images/Actu/ActuJavascript.png);
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
/* position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 530px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.paginationFlash a{
text-decoration: none; 
color: #00B6F9;
background-image: url(images/Actu/PageFlashActu.png);
background-repeat: no-repeat;
background-position: center;
font-size: 28px;
}

.paginationFlash td{
width: 23px;
height: 21px;
vertical-align: bottom;
}


.paginationFlash a:hover, .paginationFlash a.selected{
color: #000;
background-image: url(images/Actu/PageFlashActuOver.png);
width: 23px;
height: 21px;
background-repeat: no-repeat;
background-position: center;
font-size: 28px;
}

.paginationFlash td:hover .paginationFlash td.selected{
/*background-image: url(images/Actu/PaginationSelect.png);*/
width: 23px;
height: 21px;
background-repeat: no-repeat;
background-position: center;
vertical-align: bottom;
}

.TtNewsAjax a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #A60000;
	padding-left: 10px;
	padding-bottom: 4px;
	height: 24px;
}

.ContenuNewsAjax a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	/*padding-bottom: 14px;*/
	text-decoration: none;
	height: 40px;
}

.LienActuFlash {
	/*font-weight: bold;*/
	color: #A60000;
}

.Page td{
background-image: url(images/Actu/PaginationSelect.png);
background-repeat: no-repeat;
background-position: center;
width: 30px;
height: 21px;
}
