body{
background-image:url(template/back.jpg);
font-family:verdana;
font-size:10pt;
}

.titre{
font-weight: bold;  
background-color: #FEF505;  
font-size:12pt;
}

a:link{
color:#CF8321;
text-decoration:none;
}
a:visited{
color:#CF8321;
text-decoration:none;
}
a:hover{
color:#CF8321;
text-decoration:none;
}


a:link.lienrouge{
color:red;
text-decoration:none;
}
a:visited.lienrouge{
color:red;
text-decoration:none;
}
a:hover.lienrouge{
color:red;
text-decoration:none;
}




#concept img {display: none;}
#concept{
  display: block;
  width:147px;
  height:27px;
  background-image:url(template/menu/concept_off.png);
}
#concept:hover {
  background-image:url(template/menu/concept_on.png);
}

#organisme img {display: none;}
#organisme{
  display: block;
  width:147px;
  height:34px;
  background-image:url(template/menu/organisme_off.png);
}
#organisme:hover {
  background-image:url(template/menu/organisme_on.png);
}

#chercher img {display: none;}
#chercher{
  display: block;
  width:147px;
  height:29px;
  background-image:url(template/menu/chercher_off.png);
}
#chercher:hover {
  background-image:url(template/menu/chercher_on.png);
}

#employeur img {display: none;}
#employeur{
  display: block;
  width:147px;
  height:30px;
  background-image:url(template/menu/employeur_off.png);
}
#employeur:hover {
  background-image:url(template/menu/employeur_on.png);
}

#partenaire img {display: none;}
#partenaire{
  display: block;
  width:147px;
  height:30px;
  background-image:url(template/menu/partenaire_off.png);
}
#partenaire:hover {
  background-image:url(template/menu/partenaire_on.png);
}

#accueil img {display: none;}
#accueil{
  display: block;
  width:69px;
  height:31px;
  background-image:url(template/menu/accueil_off.png);
}
#accueil:hover {
  background-image:url(template/menu/accueil_on.png);
}

#contact img {display: none;}
#contact{
  display: block;
  width:69px;
  height:27px;
  background-image:url(template/menu/contact_off.png);
}
#contact:hover {
  background-image:url(template/menu/contact_on.png);
}




#approche img {display: none;}
#approche{
  display: block;
  width:156px;
  height:42px;
  background-image:url(template/menu2/approche_off.png);
}
#approche:hover {
  background-image:url(template/menu2/approche_on.png);
}

#cible img {display: none;}
#cible{
  display: block;
  width:190px;
  height:38px;
  background-image:url(template/menu2/cible_off.png);
}
#cible:hover {
  background-image:url(template/menu2/cible_on.png);
}

#participant img {display: none;}
#participant{
  display: block;
  width:190px;
  height:42px;
  background-image:url(template/menu2/participant_off.png);
}
#participant:hover {
  background-image:url(template/menu2/participant_on.png);
}

#profil img {display: none;}
#profil{
  display: block;
  width:156px;
  height:38px;
  background-image:url(template/menu2/profil_off.png);
}
#profil:hover {
  background-image:url(template/menu2/profil_on.png);
}

#service img {display: none;}
#service{
  display: block;
  width:128px;
  height:42px;
  background-image:url(template/menu2/service_off.png);
}
#service:hover {
  background-image:url(template/menu2/service_on.png);
}
