/* Formulaire */
#FORMULAIRE
{
text-align: center;
margin: 0px auto 0px auto;
border: 1px solid #0e0e0e;
color: #fafafa;
width: 70%;
}
#FORMULAIRE img
{
border: none;
}
#FORMULAIRE input
{
border: 1px solid #0e0e0e;
}
#FORMULAIRE textarea
{
border: 1px solid #0e0e0e;
}
#FORMULAIRE_titre
{
margin-bottom: 20px;
font-size: 15px;
border-bottom: 1px solid #b60909;
background:url(../images/f50.png);
color: #fafafa;
}
#FORMULAIRE_infos
{
color: #fafafa;
margin-bottom: 10px;
}
#FORMULAIRE_bouton input
{
border: 1px solid #000;
background:url(../images/f50.png);
color: #fafafa;
margin-bottom: 5px;
}
#FORMULAIRE_anti_robot
{
text-align: center;
margin: 0px auto 10px auto;
border: 1px solid #000;
color: #fafafa;
width: 99%;
}
#FORMULAIRE_anti_robot img
{
border: 1px solid #000;
margin-top: 5px;
}
#FORMULAIRE_anti_robot input
{
border: 1px solid #0e0e0e;
margin-bottom: 5px;
}

/* Corp */
#CORP
{
text-align: center;
color: #fafafa;
}

/* Liens */
.LIEN
{
background:url(../images/bottom.png);
height:21px;
width:200px;
color: #fafafa;
text-decoration: none;
padding:3px;
}
.LIEN:hover
{
color: #b60909;
}

/* Configuration de l'affichage des messages */
#MESSAGE_nombre
{
font-size: 12px;
margin-top: 2px;
margin-bottom: 5px;
}
.MESSAGE
{
text-align: left;
margin: 0px auto 10px auto;
color: #fafafa;
border: 1px solid #000;
width: 99%;
background:url(../images/f20.png);
}
.MESSAGE_entete
{
padding-left: 15px; 
font-size: 14px;
height: 17px;
background:url(../images/f50.png);
color: #fafafa;
border-bottom: 1px solid #b60909;
text-transform:uppercase;
}
H8{
font-size: 12px;
}

.MESSAGE_date
{
position: absolute;
font-size: 14px;
margin: -10px 0 0 50px;
}

.MESSAGE_entete div
{
text-align: left;
margin: 0px 2px 0px 2px;
}
.MESSAGE_entete div span
{
width: 50px;
text-align: right;
float: right;
}
.MESSAGE_entete div span img
{
border: none;
}
.MESSAGE_corp
{
font-size: 14px;
text-align: left;
margin: 8px 8px 8px 8px;
}
.MESSAGE_webmaster
{
font-size: 14px;
text-align: left;
margin: 4px 0 8px 0;
background:url(../images/f20.png);
color: #fafafa;
}

.MESSAGE_separateur
{
font-size: 14px;
margin-bottom: 5px;
margin-top: 15px;
}

/* Navigation */
#navigation
{
width: 70%;
font-size: 12px;
background-color: #transparent;
color: #0e0e0e;
margin: 10px auto 10px auto;
border: 1px solid #fafafa;
}
#navigation a
{
text-decoration: none;
color: #fafafa;
}
#navigation em
{
font-size: 14px;
color: #b60909;
}
#navigation_td_1
{
text-align: left;
width: 25%;
}
#navigation_td_2
{
text-align: center;
width: 50%;
}
#navigation_td_3
{
text-align: right;
width: 25%;
}