/* CSS Document */
.p { padding: 5px 30px  }
td
{
font-size:xx-small;
line-height:12px;
color:#000066;
}

input
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:9px;
line-height:12px;
font-weight:bold;
color:#3C3A13;
}

.topnav
{
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#546C8A;
text-decoration:none;
}
.topnav:hover
{
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#3C3A13;
text-decoration:none;
}

.head1
{
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#3F3E3E;
}

.head2
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
line-height:14px;
color:#53511C;
}

.welcometext
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#53511C;
}

.more
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#414142;
text-decoration:none;
}
.more:hover
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#414142;
text-decoration:underline;
}

.head3
{
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
color:#2E7490;
}

.head4
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
line-height:14px;
color:#4E5658;
}

.text1
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#4E5658;
    text-align: center;
}

.head5
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
line-height:14px;
color:#44616B;
}

.text2
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#44616B;
}

.head6
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
line-height:14px;
color:#000000;
}

.text3
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#423F15;
}

.head7
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:700;
color:#003300;
}

.more2
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#4D4A19;
text-decoration:none;
}
.more2:hover
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#4D4A19;
text-decoration:underline;
}


.footer
{
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#706F58;
text-decoration:none;
}
.footer:hover
{
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#706F58;
text-decoration:underline;
}

.copyright
{
font-family:Arial,Verdana,  Helvetica, sans-serif;
font-size:11px;
color:#706F58;
}

.asc
{
font-family:Arial,Verdana,  Helvetica, sans-serif;
font-size:10px;
color:#2E7490;

}


 /* li {
  color: #003300;
  display: list-item;
  font-family: Arial, Helvetica, sans-serif;
  width: 373px;
  height: 17px;
  font-size: xx-small; 
}*/

ul 
{
   margin-top:auto;
   
}

/* Juste pour améliorer la présentation : */
a
{
   color: blue;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}



#centre {
background-color:aqua;
margin-left:220px;
height:440px;
width:548px;
position:absolute;
top:245px;

}
#gauche {
position: absolute;
width: 160px;
height: 450px;
top: 217px;
left: 374px;
border-width:1px; border-color:#660000; border-style:groove; padding:0px;
}


#pied {
height: 30px;
background-color: #99CC99;
text-align: center;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}

input, textarea
			{
				font-family:"Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
			}

			input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
			{
				background-color:#FFFF99;
			}

			label
			{
				color:blue; /* Colorer en bleu tous les labels */
			}

			legend /* On met un peu plus en valeur les titres des fieldset */
			{
				font-family:Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
				color:#FF9933;
				font-weight:bold;
			}

			fieldset
			{
				margin-bottom:15px; /* Une marge pour séparer les fieldset */
				background-color:#FFFFCC;
			}

.adressepostale
{
    margin-bottom: 15px;

}