body  {
    	background: #02243E;
    	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
		font-family:Arial, "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-size: 13px;
		color: #000000;	
    }

h1 {
    	margin: 10px 0 0 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
		font-size: 16px;
		line-height: 20px;
    }
h2 {
    	margin: 10px 0 0 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
		font-size: 14px;
		line-height: 18px;
    }

p {
		font-size: 13px;
		color: #000000;
		line-height: 17px;
}

#accueil {
		font-family:Arial, "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-size: 13px;
		color: #000000;
		line-height: 17px;
		padding: 10px 10px 10px 0;
}

#adresse {
		font-family:Arial, "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-size: 12px;
		color: #000000;
		line-height: 14px;
}

.text {font-family:arial;font-weight:bold;font-size:13px;color:black;}

a {text-decoration:none;font-family:arial;font-weight:bold;font-size:13px;color:white;}

.text2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.form {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border: thin dashed #009900;
}

.submit {
	font-family: "Comic Sans MS";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #C3D800;
	border: thin outset #F8EB81;
}

.liste {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;

}

#menuv {
	font-family: Arial;
	font-size: 13px;
}
#menuv h1 {
	color: #1C588C;
	font-weight: bold;
	font-size: 15px;
}
#menuv h2 {
	color: #1C588C;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
}

#menuv a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
}
#menuv a:hover {
	text-decoration: none;
}