#tableau table
{
  margin-top: 20px;
  margin-left: 20px;
  width: 455px;
}
/* Partie haute */
#tableau table td
{
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#tableau table th
{
  padding-bottom: 5px;
  width: 100%;
}

.titre
{
  border-bottom: 1px dotted #fbdee8;
  float: left;
}

.lien_active
{
  font-family: arial;
  color: #e62465;
  font-style: italic;
  font-weight: bolder;
  font-size: 1.3em;
}

.lien_inactive a
{
  font-family: arial;
  color: #9a4273;
  font-weight: bolder;
  font-size: 1.3em;
}

/* Gallerie photo */
#contenu{
    width:430px;
    margin-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

#contenu .photos{
    margin-top: 25px;
}

#contenu .detail_gallerie{
    width: 370px;
    
    font-family: arial;
    color: #e62465;
    font-weight: bolder;
    font-size: 13px;
    
    padding-bottom: 20px;
    border-bottom: 1px dotted #fbdee8;
}

#contenu .titre_gallerie{
    color: #8D034E;
    font-size: 15px;
}

#contenu .descr_gallerie{
    font-size: 12px;
	text-align: justify;
}

.photos img{
    width:94px;
    text-decoration: none;
    vertical-align: middle;
    border: 1px dashed #e62465; 
    padding:0;
    
    margin: 0 8px 13px 0;
}


#galerie_photo {
    padding: 20px 0px 20px 0px;
}
#galerie_photo table caption {
    font-weight: bold;
    
    padding-bottom: 10px;
    color: #9A4273;
}
#galerie_photo table tr{
    padding: 0px 0px 15px 0px;
}


/* Gallerie vidéo */

#contenu .video{
    margin-top: 25px;
    margin-bottom: 13px;
}



.lien_gallerie {
	padding: 10px 0px 0px 0px;
}
.lien_gallerie a {
	color: #FF4985;
}

/***** GALLERIE PRESSE *****/
#galerie_presse {
    padding: 20px 0px 20px 0px;
}

#galerie_presse .gp_titre {
    color: #9A4273;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}
#galerie_presse .gp_liste {
    padding: 0px 0px 0px 10px;
}
#galerie_presse .gp_liste a{
    color: #E62465;
    text-decoration: none;
}
#galerie_presse .gp_liste a:hover {text-decoration: underline;}

#galerie_presse .gp_journal { color: #E62465; font-weight: bold;}
#galerie_presse .gp_date {color: #E62465; font-size: 12px;}










