body
{
	width: 760px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

form
{
	margin: 0px;
	padding: 0px;
}

table
{
	border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
	background-color: #0353a5;
	color: white;
	font-size: 1.1em;
}

tr
{
	margin: 0px;
	padding: 0px;
}

td
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none; /* Les liens ne seront plus soulignés */
	color: #0353a5;
}

a:hover /* Quand le visiteur pointe sur le lien */
{
	text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
	font-style: italic; /* Les liens seront en italique */
}

/* L'en-tête */

#header
{
	background-color: #FFFFFF;
/*	 width: 760px;
	border: 1px solid #deeefe;	
	margin-bottom: 5px;*/
	color: #0353a5;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
}

#main
{
/*	margin-bottom: 10px; 
	padding: 5px;*/
	color: #0353a5;
	font-family: Arial, "Arial Black", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #deeefe;
/*	height: 520px;
	border: 1px solid #deeefe;*/
}

#main td /* Les cellules du corps */
{
	background-color: #afd7fe;	
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	text-align: left;	/* Tous les textes des cellules seront centrés*/
/*	padding-top: 5px;  Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

#main p
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#sirene
{
	float:left;
	margin-left:1px;	
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;	
}

#footer
{
	color: #0353a5;
	text-align: center;
	font-size: 0.8em;
	background-color: #FFFFFF;
	padding: 2px;
}

#footer p
{
	margin: 10px;
	padding: 0px;
}