﻿#activeNews {
	width: 400px;
	float: left;
	padding-right: 14px;
}

#activeNews h2
{
	color:#DA6401;
	font-size:18px;
}

#activeNews img.news
{
	float:left;
	padding-right:5px;
}

#listNews {
	width: 236px;
	float:left;
	padding-left: 14px;
	background: url(../Images/horizontal-border-gris.gif) repeat-y left top;
}

#listNews h2
 {
	font-size: 18px;
	color:#206725;
	font-style: italic;
	padding-bottom: 5px;
}

#listNews .newsLinks p  {
	padding: 0 0 5px 10px;
	background:url(../Images/puce-fleche-orange.gif) no-repeat left 4px;
}

#listNews .newsLinks a
{
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

#listNews .newsLinks a:hover, #listNews .newsLinks a.selected
{
	color: #DA6401;
}

.pager
{
    font-size:12px;
    padding-left:15px;
    float:right;
    cursor:default;
}

.pager a
{
    color:#333;
    text-decoration:none;
}

.pager a:hover
{
    color:#DA6401;
}



.moreText {
 color:#000000;
 padding-top:30px;
 font-size: 14px;
}
 
.moreText p {
 font-style:italic;
 padding: 0;
}
 
.moreText ul {
 color:#000000;
 font-style:normal;
 padding-left:15px;
 padding-top:5px;
}
 
.moreText li {
 list-style-image: url(/Contents/Images/puce-orange.gif);
}
 
.moreText span {
 color:#DA6401;
 font-weight: bold;
}
 
.moreText a span {
 color:#000;
}
 
.moreText a {
 color:#000000; 
 text-decoration:underline;
 font-weight: bold;
}
 
.moreText a:hover, .moreText span:hover {
 text-decoration:none;
 color:#DA6401;
}
