/* Diaporama  */

#diaporama
{
 width: 1000px;
 background: #f7f7f7;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-top: 12px;
}

#menudiapo
{
 width: 998px;
 height: 24px;
 font-weight: bold;
 color: #333;
 font-size: 1em;
 text-align: left;
 margin: 0;
}

#menudiapo a
{
 text-decoration: none;
 color: #666;
 padding: 5px;
 padding-top: 0;
 padding-bottom: 0;
}

#menudiapo a:hover
{
 color: #333;
}

#menudiapo img
{
 border: 0;
}

#menudiapo span
{
 float: right;
}

#imagediapo
{
 text-align: center;
 margin: 0;
 padding-top: 10px;
}

#imagediapo img
{
 border: 0;
}

#infosnews
{
 font-size: 0.8em;
 font-weight: bold;
 color: #666;
 text-align: center;
}

#infosnews a
{
 text-decoration: none;
 color: #0066ff;
}

#selecteur_diapo
{
 text-align: center;
 background: #d7d6d6;
}

#selecteur_diapo img
{
 border: 0;
 padding: 10px;
}

#selecteur_diapo a:hover img
{
 border: 0;
 padding: 10px;
 background: url("images/image_select.png") center top no-repeat;
}

#image_select
{
 background: url("images/image_select.png") center top no-repeat;
}

/* Page d'erreur */

#erreur
{
 margin: auto;
 margin-top: 300px;
 border: 2px solid #000;
 background: #fff;
 width: 30%;
 padding: 5px;
 text-align: center;
 font-size: 14px;
}

#erreur h6
{
 font-size: 15px;
 margin-bottom: 10px;
}

#erreur a
{
 text-decoration: none;
 color: #059EDB;
 font-weight: bold;
}
