/*
*/

a.nav_accueil {
	display: block; /* la balise a doit être en bloc */
	height: 39px; /* hauteur de l'image réactive */
	width: 96px; /* largeur de l'image réactive */
	background-image: url(images/navigation/nav_accueil.gif);
	background-repeat: no-repeat;
}

a.nav_accueil:hover {
	background-image: url(images/navigation/nav_accueil_on.gif);
}

a.nav_candidats {
	display: block; /* la balise a doit être en bloc */
	height: 39px; /* hauteur de l'image réactive */
	width: 73px; /* largeur de l'image réactive */
	background-image: url(images/navigation/nav_candidats.gif);
	background-repeat: no-repeat;
}

a.nav_candidats:hover {
	background-image: url(images/navigation/nav_candidats_on.gif);
}

a.nav_agenda {
	display: block; /* la balise a doit être en bloc */
	height: 39px; /* hauteur de l'image réactive */
	width: 59px; /* largeur de l'image réactive */
	background-image: url(images/navigation/nav_agenda.gif);
	background-repeat: no-repeat;
}

a.nav_agenda:hover {
	background-image: url(images/navigation/nav_agenda_on.gif);
}

a.nav_articles {
	display: block; /* la balise a doit être en bloc */
	height: 39px; /* hauteur de l'image réactive */
	width: 66px; /* largeur de l'image réactive */
	background-image: url(images/navigation/nav_articles.gif);
	background-repeat: no-repeat;
}

a.nav_articles:hover {
	background-image: url(images/navigation/nav_articles_on.gif);
}

a.nav_blog {
	display: block; /* la balise a doit être en bloc */
	height: 39px; /* hauteur de l'image réactive */
	width: 44px; /* largeur de l'image réactive */
	background-image: url(images/navigation/nav_blog.gif);
	background-repeat: no-repeat;
}

a.nav_blog:hover {
	background-image: url(images/navigation/nav_blog_on.gif);
}

H3 {
 font-family: 'trebuchet MS',verdana,trebuchet,sans-serif;
 font-size:   16px;
 color:       #101144;
 font-weight: bold;
}

.author {
padding-top: 12px;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

.titreavertissement {
	font-family: "arial narrow", trebuchet, sans-serif;
	font-size:   14px;
	color:       #ececec;
	font-weight: bold;
	line-height: 18px;
}
