
body{
font-family:verdana;
font-size:8pt;
background-color: white;
background-image: url('template/background.jpg');
background-repeat: no-repeat;
background-position: center top;
margin-top: 0px;
}

.blanc{
color:white;
}

.titre{
font-size:18pt;
font-weight:bold;
font-family:Times New Roman;
color:#cc0001;
}

.titreproduit{
font-size:14pt;
font-weight:bold;
font-family:Times New Roman;
color:#cc0001;
}

a:link.norm{
color: black;
text-decoration: none;    
}
a:visited.norm{
color: black;
text-decoration: none;    
}
a:hover.norm{
color: black;
text-decoration: none;    
}

a:link.menu{
color:white;
text-decoration:none;
font-size:8pt;
font-weight:bold;
}
a:visited.menu{
color:white;
text-decoration:none;
font-size:8pt;
font-weight:bold;
}
a:hover.menu{
color:#FEFE50;
text-decoration:none;
font-size:8pt;
font-weight:bold;
}


#twitt img {display: none;}
#twitt{
  display: block;
  width:78px;
  height:118px;
  background-image:url(template/twitter_off.jpg);
}
#twitt:hover {
  background-image:url(template/twitter_on.jpg);
} 

#yout img {display: none;}
#yout{
  display: block;
  width:78px;
  height:118px;
  background-image:url(template/youtube_off.jpg);
}
#yout:hover {
  background-image:url(template/youtube_on.jpg);
}

#faceb img {display: none;}
#faceb{
  display: block;
  width:78px;
  height:118px;
  background-image:url(template/facebook_off.jpg);
}
#faceb:hover {
  background-image:url(template/facebook_on.jpg);
}

