body {

  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-family: jurademibold;
  background-color: #000;
}

#titre {

  font-size: 36px;
  line-height: 46px;
  width: 100%;
  text-align: left;
  color: #000;
  letter-spacing: 3px;
  padding-left: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #000;
  text-shadow: 2px 2px 3px #fff;
  background: -moz-linear-gradient(top, #fff, #666);
  background: -ms-linear-gradient(top, #fff, #666);
  background: -o-linear-gradient(top, #fff, #666);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#666));
}

.pub-top {
  
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px; 
  border: solid 1px #000;
}

.contenu  {

  font-size: 24px;
  line-height: 28px;
  padding: +16px;
  text-align: justify;
  background-color: #fff;
  border-top: 1px solid #000;
  border-left: 1px solid #000; 
}


p:before {
  
  content: url(../images/puce2.gif);
}



.contenu:first-letter  {
  margin-right: 5px;
  font-size: 4em;
  text-shadow: 5px 5px 8px #808080;
}

#img1 {

  width: 140px;
  height: 175px;
  margin-top: 16px; 
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

#img2 {

  float: left;
  box-shadow: 8px 8px 12px #808080;
  width: 200px;
  height: 140px;
  margin-top: 26px;
  margin-left: 16px;
  margin-right: 26px;
  margin-bottom: 8px; 
  border: 1px solid #000;

}

#img3 { 

  float: right;
  box-shadow: 8px 8px 12px #808080;
  width: 320px;
  height: 240px;
  margin-top: 26px;
  margin-left: 16px;
  margin-right: 26px;
  margin-bottom: 8px; 
  border: 1px solid #000;
}

.menu {
  float: right;
  width: 256px;
  height: 768px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: #000;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 0px solid #808080;
  border-left: 0px solid #fff;
  padding-right: 4px;
  padding-left: 4px;
  margin-left: 4px;
}

ul {

  list-style-image: url(../images/puce.gif);
  text-align: left;
  color: #fff;
  line-height: 30px; 
}

#copy {
  float: center;
  text-align: right;
  padding-left: 4px;	
  color: #000;
  border-top: 1px solid #000;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #000;
  background: -moz-linear-gradient(top, #fff, #666);
  background: -ms-linear-gradient(top, #fff, #666);
  background: -o-linear-gradient(top, #fff, #666);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#666));
}


@font-face {
  font-family: 'jurademibold';
  src: url('../fonts/jura-demibold-webfont.eot');
  src: url('../fonts/jura-demibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/jura-demibold-webfont.woff') format('woff'),
       url('../fonts/jura-demibold-webfont.ttf') format('truetype'),
       url('../fonts/jura-demibold-webfont.svg#jurademibold') format('svg');
  font-weight: normal;
  font-style: normal;
}


a.lien_pub {   
  text-decoration:none;
 
}

a:hover.lien_pub {   
  text-decoration:none; 
}

a { 
  color: #FF6600;
  font-size:20px;
  text-decoration:none; 
}

a:hover { 
  color:#fff;
  text-decoration:none; 
}


a:active { 
  color: #808080;
  text-decoration:underline overline;
   
}


