html {font-size: 100%;}

body
{
	width: 80em; /* 63.9em; */
	margin: auto; /* Pour centrer notre page */
	margin-top: 1em; /* Pour éviter de coller avec le haut de la fenêtre du navigateur */
	margin-bottom: 1em;    /* Idem pour le bas du navigateur */
	background-color: #000d4c;
	background-repeat: repeat;
	font-size: 0.8em;
}

#en_tete
{
 height: 7em; /*5em; */
 background-image: url("images/entetevalland03.jpg");
 background-repeat: no-repeat;
 border: 2px solid white;
 padding-top: 1em;
}

#menu
{
text-align: center;
color: #000d4c;
font-family:Arial;
font-size: 1.2em;
font-weight: bold;
}
#menu a
{
 color: #0095f7;
 text-decoration: none;
}
#menu a:hover
{
 color: #1adee0;
}
#menu a:focus
{
 color: blue;
}
#menu strong
{
 font-size: 1.3em;
 color:#1adee0 ;
}
#corps
{
	margin-top: 0em;
	margin-left: 0em; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-right: 0em;
	margin-bottom: 1em; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
	padding-left: 3em; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	padding-right: 3em;
	padding-top: 3em;
	padding-bottom: 5em;
	background-color:#a8d4f1;
	text-align: center;
	border: 2px solid white;
	font-family:Arial;
	/* font-size: 10pt; */
	/* font-size: 1em; */
}
.logo
{
 float: left;
}
#surligne
{
 text-decoration: underline;
 font-weight: bold;
}
#centrer
{
 text-align: center;
 font-weight: bold;
}
#text
{
	text-indent: 0em;
	color: #002137;
	/* font-size: 2em; */
	text-align:justify;
	font-family:Arial;
	font-size: 1em;
	color: #0000ff;
}
#text h3
{
	text-align: left;
	color: #0042ff;
	text-decoration: none;
}
#text a
{
 text-align: left;
 color: #0042ff;
 text-decoration: underline;
}
#corps h1
{
 font-size: 2.5em;
 text-align: center;
 color: #0000ac;
}
#corps h2
{
 text-align: center;
 color: #0042ff;
 border: 4px ridge #c50000;
 padding-top: 0em;
 padding-bottom: 0em;
 padding-left: 10em;
 padding-right: 10em;
 font-size: 2em;
}
#corps strong
{
 font-size: 1em;
 color:#0042ff ;
}
#corps a
{
 color: #003399;
 text-decoration: underline;
}
#corps a:hover
{
 color: #0909ff;
}
#image
{
 text-align: center;
}

