body
{
width: 95%;
margin-left: auto;
margin-right: auto;
background-color: #685F41;
font-family: "Times New Roman", Arial, Times, Sans-serif;
color: #730000;
}

h1
{
text-indent: -50000px;
}

img
{
padding: 1px;
border: none;
}

	/* gestion des liens internes  */
.interne
{
color: #ADA07B;
font-weight: bold;
text-decoration: none;
}

	/* gestion des liens externes sur les pages */
.externe
{
color: #685F41;
font-weight: bold;
text-decoration: none;
}

.ixterne
{
color: #0000A8;
font-weight: bold;
text-decoration: none;
}

/* début du css pour l'entièreté des pages */
#conteneur_general
{
margin: auto;
width: 80%;
height: auto;
}

/*logo Eric Dusart Traductionst*/
#edt_logo
{
text-align: center;
height: auto;
}

/* début du css pour le menu  - fait l'objet d'un include "menu.html" */
#languages
{
margin: auto;
width: 75%;
background-color: #685F41;
text-align: center;
}

/*fin du css pour le menu  - identique sur chaque page */

#corps
{
padding: 10px;
background-color: #ADA07B;
margin: auto;
}

h2
{
text-align: center;
}

.button, input
{
background-color: #DBFFFF;
color: #AD0000;
}

select
{
background-color: #DBFFFF;
font-size: 10pt;
color: #AD0000;
}

textarea
{
background-color: #DBFFFF;
color: #AD0000;
}
/* fin du css pour le contenu */

/* début du css pour le pied de page  - fait l'objet d'un include "footer.html" */
#footer
{
background-color: #ADA07B;
margin-top: 3px;
margin-bottom: 3px;
text-align: center;
font-size: 75%;
}

#footer a
{
font-weight: bold;
text-decoration: none;
}
/*fin du css pour le pied de page  - identique sur chaque page */
