/* Presse et manifestations  CSS  */
a
{
  text-decoration: underline;
}

a:hover
{
  color: #fff;
  text-decoration: none;
}

div.class-folder h2
{
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.2em;
  /* background: transparent url('/design/fre/images/arthur-loyd-folder-gris.png') top left no-repeat; */
}

h2 a
{
  text-decoration: underline;
}

h2 a:hover
{
  text-decoration: none;
}

h3
{
  float: left;
}

h4
{
  font-size: 10pt;
}

a h4 
{
 text-decoration: underline;
}

/* dossier principal presse et manifestations */

/* Bloc presse */
div.presseitem
{
  float: left;
  width: 220px;
  min-height: 115px;
  height:auto !important;
  height: 115px;
  border: 1px solid #fff;
  margin: 10px 12px 0 0;
  padding: 8px;
}

div.presseleft
{
  border-right: 1px dashed #949899;
  width: 40%; 
  float: left;
  padding: 0 10px 0 10px;
}

div.presseright
{
   width: 40%;
   float: left;
   padding: 0 10px 0 10px;
}

div.embedarticlepresse
{
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  border-top: 1px solid #949899;
  border-bottom: 1px solid #949899;
}

div.presseembedright
{
  text-align: right;
}


div.class-folder h3
{
  /* background: url('/design/fre/images/arthur-loyd-folder-gris.png') left no-repeat; */
  font-size: 11pt;
  float: none;
  margin: 20px 0 5px 0
}

div.embedarticlepresse h3
{
  background-image: none;
  padding-left: 0;
  float: none;
}

div.sonfolderarticle
{
  margin-left: 20px;
}

/* full article presse */

div.image-article-presse
{
  float: right;
  margin-left: 10px;
}  

/* Bloc Manifestation */




