/*
$Revision:                 $
$Date:                     $
*/



.news_breadcrumb {
margin-bottom:16px;
}





/*
 * LISTES
 */

div.news_intro {
margin:0; padding:5px 0;
	border-bottom:1px dotted gray;
}

div.news_intro .news_title {
	font-size:14px;
line-height:30px;
}

div.news_intro .news_date {
	font-size:12px;
line-height:30px;
}

div.news_intro .news_read_more {
position:absolute;
top:5px; right:0;
line-height:30px;
}



div.news_intro_big {
height:100px;
padding:0;
}

div.news_intro_big .news_title {
/*float:left;*/
margin:5px 0 0 180px;
}

div.news_intro_big .news_date {
float:right;
margin:5px 0 0 20px;
}

div.news_intro_big .news_image {
position:absolute;
top:10px; left:0;
}

div.news_intro_big p.news_introduction {
clear:left;
margin:0 90px 0 180px;
padding:5px 0;
}

div.news_intro_big .news_read_more {
top:auto;
bottom:5px;
}



div.news_intro_small {
clear:left;
height:30px;
}

div.news_intro_small .news_title {
margin:0; padding:0;
float:left;
}

div.news_intro_small .news_date {
margin-right:100px;
float:right;
}

div.news_intro_small .news_read_more {}





/*
 * VIEW
 */

div.news_details {}

div.news_details .news_info {
float:right;
margin:0 0 16px 0;
}

div.news_details .news_image {
float:left;
margin-right:20px;
margin-bottom:1em;
}

div.news_details .news_introduction {
clear:right;
font-size:16px;
font-weight:bold;
line-height:1.6em;
margin:1em 0 0;
}

div.news_details .news_clearer {
clear:both;
}

div.news_details .news_content {
clear:both;
margin-bottom:1em;
overflow-x:hidden;
}

div.news_details .news_links {
margin:1em 0;
text-align:center;
width:100%;	/* IE 6 */
}

div.news_details .news_links .news_prev_link {
position:absolute;
left:0;
}

div.news_details .news_links .news_next_link {
position:absolute;
right:0;
}





/*
 * DND MODULE NEWS
 */

.dnd_module_news {
overflow:hidden;
}

.dnd_module_news * {
margin:0; padding:0;
}

.dnd_module_news .news_image img {
background-color:#ffffff;
}



/* ANIMATED */

.dnd_news_animated {}

.dnd_news_animated .dnd_module_news_content {
position:absolute;
top:0; left:0;
width:100%; height:0;
	top:208px;
z-index:0;
}

.dnd_news_animated .news_image {
position:absolute;
top:-208px; left:0;
}

.dnd_news_animated .news_title {
position:absolute;
bottom:-48px; height:48px;
text-align:center;
z-index:5;
	background-color:#8B0000;
}

.dnd_news_animated .num_1 .news_title {
width:139px;
left:0;
}
.dnd_news_animated .num_2 .news_title {
width:138px;
left:139px;
}
.dnd_news_animated .num_3 .news_title {
width:139px;
right:0;
}

.dnd_news_animated .news_title a {
position:absolute;
top:0; right:0; bottom:0; left:0;
margin:7px 5px 0 5px;
z-index:5;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-style:italic;
	color:#ffffff;
}

.dnd_news_animated .news_date,
.dnd_news_animated .news_category,
.dnd_news_animated .news_image {
display:none;
}


.dnd_news_animated .animated_info_overlay,
.dnd_news_animated .animated_info {
position:absolute;
left:0; right:0;
width:100%;
	bottom:48px;
	height:48px;
cursor:pointer;
}
.dnd_news_animated .animated_info_overlay {
	background-color:#000000;
	opacity:.5;
	filter:alpha(opacity=50);
}
.dnd_news_animated .animated_info {
	color:#ffffff;
}

.dnd_news_animated .animated_category_date {
padding:0 10px;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}

.dnd_news_animated .animated_title {
padding:0 10px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
}


.dnd_news_animated_active {}
.dnd_news_animated_active .news_image {
display:block;
}

.dnd_news_animated_active .news_title {
	background-color:#E90101;
}



/* STATIC */

.dnd_news_static .dnd_module_news_content {
height:100%;
float:left;
	width:160px;
	margin-right:16px;
}

.dnd_news_static .num_3 {
margin:0;
}

.dnd_news_static .news_image {
position:absolute;
top:0; left:0;

	width:160px; height:80px;
}
.dnd_news_static .news_image_link {
position:absolute;
top:0; left:0;
height:100%;
width:100%;
}
.dnd_news_static .news_image img {
position:absolute;
top:0; left:0; bottom:0; right:0;
z-index:1;
}
.dnd_news_static .news_image_border {
display:block;
position:absolute;
top:0; left:0; bottom:0; right:0;
z-index:2;

border:2px solid red !important;	/* Hack IE 6 */
border:none;
}

.dnd_news_static .news_date {
position:absolute;
top:80px; left:0;
text-transform:lowercase;
}

.dnd_news_static .news_title {
position:absolute;
top:96px; left:0;
	font-size:12px;
}
.dnd_news_static .news_title a {
text-decoration:none;
}

.dnd_news_static .news_introduction {
position:absolute;
top:120px; left:0;
text-align:justify;

height:2.5em; overflow:hidden;
}

.dnd_news_static .news_read_more {
position:absolute;
bottom:0; left:0;
text-transform:uppercase;
font-size:90%;
}
.dnd_news_static .news_read_more .news_arrow {
display:none;
}



/* FLASH */

.dnd_news_flash .dnd_module_news_content {
height:100%; width:100%;
}

.dnd_news_flash .news_date {
margin:0 16px; padding:8px 0;
display:block;
font-size:14px;
font-weight:bold;
text-transform:lowercase;
}

.dnd_news_flash .news_introduction {
margin:0 16px; padding:0;
display:block;
}




/* ANIMATED USMD */

.dnd_news_animated_usmd  {}

.dnd_news_animated_usmd a {
color:#ffffff;
}

.dnd_news_animated_usmd .dnd_module_news_content {
position:absolute;
top:0; left:0;
width:100%; height:100%;
}

.dnd_news_animated_usmd .news_image {
position:absolute;
top:0; left:0;
	height:240px; overflow:hidden;
	z-index:2;
}

.dnd_news_animated_usmd .news_title {
position:absolute;
bottom:0; height:64px;
text-align:center;
background-color:#00223d;
	z-index:10;
}

.dnd_news_animated_usmd .num_1 .news_title {
width:203px;
left:0;
}
.dnd_news_animated_usmd .num_2 .news_title {
width:202px;
left:203px;
}
.dnd_news_animated_usmd .num_3 .news_title {
width:203px;
right:0;
}

.dnd_news_animated_usmd .news_title a {
position:absolute;
top:0; right:0; bottom:0; left:0;
margin:7px 5px 0 5px;
z-index:5;
font-size:14px;
/*text-transform:uppercase;*/
text-decoration:none;
font-style:normal;
font-weight:normal;
color:#ffffff;
}

.dnd_news_animated_usmd .news_date,
.dnd_news_animated_usmd .news_category,
.dnd_news_animated_usmd .news_image {
display:none;
}


.dnd_news_animated_usmd .animated_info_overlay,
.dnd_news_animated_usmd .animated_info {
position:absolute;
left:0; right:0;
width:100%;
bottom:64px;
height:48px;
cursor:pointer;
	z-index:10;
}
.dnd_news_animated_usmd .animated_info_overlay {
background-color:#003157;
opacity:.5;
filter:alpha(opacity=50);
}
.dnd_news_animated_usmd .animated_info {
color:#ffffff;
}

.dnd_news_animated_usmd .animated_category_date {
display:none;
/*
padding:0 10px;
text-align:right;
font-style:italic;
font-weight:bold;
font-size:12px;
*/
}

.dnd_news_animated_usmd .animated_title {
	padding:0 13px; line-height:48px;
text-transform:uppercase;
font-weight:bold;
font-size:20px;
}


.dnd_news_animated_usmd_active {}

.dnd_news_animated_usmd_active .news_image {
display:block;
}

.dnd_news_animated_usmd_active .news_title {
background-color:#003157;
}


