body {
   background: #000 url(../images/bleu_bg-body.png) top center no-repeat;
   color: #fff;
}

a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color: #01A0C7; 
}

a:visited {
  color: #01A0C7;                /* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #01A0C7;
}
div#content h4 {
   color: #01A0C7;
}
div#content h3.bulle {
   background: url(../images/bleu_h3-content.png) no-repeat;
}
div#content h3 {
	color: #01A0C7;
}
div#sidebar h3 {
	background: url(../images/bleu_h3-sidebar.png) no-repeat;
	color: white;
}
div#encart-accueil {
	background: url(../images/bleu_encart-img-accueil.png) no-repeat;
}
ul#nav-competences a {
	background: #01A0C7 url(../images/bleu_nav-competences_top.png) top center no-repeat;
}
ul#nav-competences span {
	background: url(../images/bleu_nav-competences_bottom.png) bottom center no-repeat;
}
ul#nav-competences a:hover {
	background: #01A0C7 url(../images/bleu_nav-competences_top-hover.png) top center no-repeat;
}
