/* Image de fond de l'ensemble du site */
body { 
	background-image: url(img/fond.jpg);
}

/* Logo affiché au centre de la page d'intro */
#intro h1 {
	background-image: url(img/logo-titre.png);
}

/* Logo affiché en haut à gauche de toutes les pages du site */
h1#logo {
	background-image: url(img/logo-titre.png);
	width: 245px;
}

h1#logo a { width: 245px; }

/* Couleur des liens (orange par défaut, rose ici) */
a, ul#menu ul a:hover, .item a.link, #lastNews .item a.link, dl#local dd h3, .resultsTab .highlight, dl.message dt strong {
	color: #f64185;
}
/*dl#local dd h3 {
	color: #f64185 !important;
}*/

/* Couleur des liens au survol (orange clair par défaut, rose clair ici) */
a:hover, .item a.link:hover, #lastNews .item a.link:hover, dl.message.pair dt strong {
	color: #ff0044;
}

#lastNews h3 a:hover, div.main h3 a:hover, div#left div.content div.text h3, div#bigCol div.content div.text h3, .listBigRight a:hover {
	color: #f64185; 
}
