
#news_bloc {
	width: 195px;
    height: auto;
    background-color: transparent;
    margin-bottom: 30px;
    color: #005D9D;
    font-size: 10px;
}

#news_bloc h1 {
    font-size: 12px;
    font-weight: bold;
    color: #005D9D;
	height: 20px;
	border-bottom: 1px dotted #005D9D;
	width: 175px;
}

#news_bloc label {
	width: 195px;
	height: 20px;
	font-size: 11px;
	float: left;
	padding-top: 10px;
}

#news_bloc a {
    font-size: 11px;
    color: #646464;
    text-decoration: underline;
	background: none;
}

#news_bloc a.active {
    font-weight: bold;
    color: #005D9D;
    text-decoration: none;
}

#news_bloc a:hover {
    text-decoration: none;
}

#news_actions {
	width: 649px;
    height: auto;
    background-color: transparent;
	padding: 0px 0px 25px 0px;
    float: left;
    text-align: right;
}

#news_actions a {
    text-decoration: underline;
    color: #646464;
	background: url(images/view_news.gif) no-repeat left center;
	padding: 0px 0px 3px 25px;
    margin-left: 20px;
    float: right;
}

#news_actions a:hover {
    text-decoration: underline;
}

#agenda_bloc {
	width: 195px;
    height: auto;
    background-color: transparent;
    margin-bottom: 30px;
    font-size: 10px;
    color: #005D9D;
}

#agenda_bloc h1 {
    font-size: 12px;
    font-weight: bold;
    color: #005D9D;
	height: 20px;
	border-bottom: 1px dotted #005D9D;
	width: 175px;
}

#agenda_bloc label {
	width: 195px;
	height: 20px;
	font-size: 11px;
	float: left;
	padding-top: 10px;
}

#agenda_bloc a {
    font-size: 11px;
    color: #646464;
    text-decoration: underline;
}

#agenda_bloc a.active {
    font-weight: bold;
    color: #005D9D;
    text-decoration: none;
}

#agenda_bloc a:hover {
    text-decoration: none;
}

#agenda_actions {
	width: 649px;
    height: auto;
    background-color: transparent;
	padding: 0px 0px 25px 0px;
    float: left;
    text-align: right;
}

#agenda_actions a {
    text-decoration: underline;
    color: #646464;
	background: url(images/view_news.gif) no-repeat left center;
	padding: 0px 0px 3px 25px;
    margin-left: 20px;
    float: right;
}

#agenda_actions a:hover {
    text-decoration: underline;
}

#services_bloc {
	width: 195px;
    height: auto;
    background-color: transparent;
    line-height: 180%;
    padding-top: 0px;
    margin-bottom: 35px;
}

#services_bloc h1 {
    font-size: 12px;
    font-weight: bold;
    color: #A3C533;
	height: 20px;
	border-bottom: 1px dotted #A3C533;
	width: 175px;
}

#services_bloc a {
    font-size: 11px;
    color: #646464;
    text-decoration: underline;
}

#services_bloc a:hover {
    text-decoration: none;
}

#inscription {
    width: auto;
    height: auto;
}

#inscription h1 {
    font-size: 12px;
    font-weight: bold;
    color: #005D9D;
}

#inscription input {
    font-family: Verdana;
    font-size: 12px;
    color: black;
    width: 250px;
}

#inscription input.send {
    margin-top: 20px;
    width: 254px;
    border: 1px solid silver;
    background-color: #ECEBD9;
    color: #798996;
    font-size: 10px;
    font-weight: bold;
	padding: 3px 0px 3px 0px;
}

#news_list{
	width: auto;
    height: 31px;
    margin-bottom: 15px;
    padding: 10px 10px 0px 10px;
    border: 1px solid silver;
    background-color: white;
    background-image: url(images/f_newslist.gif);
    background-repeat: repeat-x;
}

#news_list span.link{
	width: 70px;
    height: auto;
    float: right;
    text-align: right;
}

#news_list.date{
    font-weight: bold;
}

#news_list a {
    font-weight: normal;
    color: #3D4F27;
    text-decoration: none;
}

#news_results{
	width: 627px;
    height: auto;
    margin-top: 4px;
    padding: 10px 10px 0px 10px;
    border: 1px solid silver;
    background-color: white;
    background-image: url(images/f_news.gif);
    background-repeat: repeat-x;
    margin-bottom: 13px;
    float: left;
}

#news_results span.imprim{
	width: 70px;
    height: auto;
    float: right;
    text-align: right;
}

#news_results span.date{
	color: black;
}

#news_results span.sep{
	width: 627px;
    height: 10px;
    border-bottom: 1px dotted #005D9D;
    float: left;
}

#news_results ul{
    margin-left: 25px;
}

