/*** news.css ***/
/* Feuille de style pour les actualites du site  */

.news-left {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.news-img-left {
	float: left;
	margin-top: 20px;
}
#centermiddleright .news-latest-item {
	margin-top: 0px;
}

/* On surcharge les titres pour correspondre a leur maquette */
#separator h2 {
	display: none;
}
#righttop h2 {
	display: none;
}
#centercolumn h2 {
	color: #000000;
	font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 14px;
	font-weight: 700;
}
#centercolumn h2.triangle {
	background-image: url("../images/arrow.gif") !important;
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 18px;
	padding-left: 0px;
	text-indent: 20px;
	margin-bottom:0px;
}
#centercolumn h2.logo {
	background-image: url("../images/goutte.png") !important;
	background-position: left top;
	background-repeat: no-repeat;
	/*height: 33px;*/
	line-height: 18px;
	padding-left: 30px;
	text-align: left;
	text-indent: 0;
	margin-bottom: 28px;
}
#centermiddleleft h2 {
	/*height: 33px;*/
}
#centermiddleright h2 {
	margin-left: 12px;
}
#centermiddleright h2.triangle {
	color:  #209CD3;
}
#centermiddleright hr{
	margin-left:12px;
}

/*
#centermiddleleft h2 {
	background-image: url("../images/goutte.png") !important;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	/* height: 33px;*/
	line-height: 18px;
	padding-left: 30px;
	text-align: left;
	text-indent: 0;
	margin-bottom: 28px;
}

#centermiddleright h2 {
	background-image: url("../images/arrow.gif") !important;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 18px;
	margin-left: 10px;
	padding-left: 1px;
	text-indent: 20px;
	margin-bottom:0px;
}
*/

#centerbottomright h2 {
	background-image: url("../images/h2_events_bg.png") !important;
	background-position: left top;
	background-repeat: no-repeat;
	color:#1F5895;
	padding-left:15px;
	padding-top:15px;
	font-size:13px;
	font-weight:bold;
	margin:0;
}
#separator img {
	top:0px;
}
.news-latest-container {
	padding-top: 0px;
}
#centerbottomright {
	background: url("../images/body_events_bg.png") repeat-y scroll;
	float: right;
	height: auto;
	margin-left: -10px;
	margin-top: -18px;
	width: 246px;
}

/*
#centermiddleright a .linklatest,
#centerbottomright .linklatest {
	background-image: url("../images/bluearrow.png") !important;
	background-position: 0 4px;
	background-repeat: no-repeat;
	display: block;
	text-indent: 10px;
	font-size: 11px;
}
*/

#centerbottomright a {
	text-decoration: none;
}
.all_events {
	float:right;
	background-image: url("../images/bluearrow.png") !important;
	background-position: 0 4px;
	background-repeat: no-repeat;
	display: block;
	text-indent: 10px;
}
.all_events a {
	font-size: 12px;
	color:#1F5895;
	font-weight: bold;
}

/* On ajoute l'icone RSS + Twitter + FB */
.uiProfilePhotoLarge {
    width: 20px !important;
}
#facebook a img {
    margin: 73px 0 0 450px!important;
}

#twitter a img {
    margin: 73px 0 0 7px!important;
}

#facebook a img, #twitter a img {
    display: block;
    float: left;
    height: 30px;
    margin-left: 110px;
    width: 30px;
}

#rss a img {
    display: block;
    float: left;
    height: 30px;
    margin: 74px 0 0 8px;
    width: 30px;
}
#headerbar {
	margin-top: 9px;
}

/* Derniers ajouts */
.news-latest-container .news-latest-item h3 {
	margin-top:6px;
	margin-bottom:2px;
}
.news-latest-container .news-latest-item p {
	color:#333;
	font-size: 13px;
}
.news-single-timedata {
	color:#333;
	font-size: 13px;
	font-weight: bold;
}
.news-single-item p.bodytext {
	font-size: 13px;
}
#centercolumn .news-latest-item  span.linklatest a:visited,
#centercolumn .news-latest-item  span.linklatest a:link,
#centercolumn .news-latest-item  span.linklatest a {
	color: #0066CC;
}
#centercolumn h3 a:visited,
#centercolumn h3 a:link ,
#centercolumn h3 a {
	color:#000;
	font-size: 14px;
}
.news-list-item .news-list-morelink a:visited {
	color: #B2CA2D !important;
	display: block;
}
#centercolumn a:link,
#centercolumn a:visited,
#centercolumn a{
	color: #0066CC;
}
#centercolumn h2 a:visited {
	color: #000000; /*29-07-2011*/
}
sup{
  vertical-align: text-top;
  font-size: -1;
}