body
{
	width: 800px;
	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;
}

#ecran a
{
	background-color:#e1007a;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#ecran a:hover
{
	background-color:#FFFFFF;
	text-decoration: none;
	color: #0353a5;
	font-style: normal;
	font-weight: bold;
}


#menu
{
	padding: 0px;
	margin: 0px;
}

#menu table
{
	font-weight: bold;
	border: none;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#menu td
{
	width: 133px;
	background-color: white;
	border: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

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

#menu p a {
	background: url('/img/affichage/onglet_bb.png') no-repeat;
	color: #afd7fe;
	text-decoration: none;
	height:23px;
	padding: 0px;
	padding-top:5px;
	display:block;
	margin:0px;
}

#menu p a:hover {
	background: url('/img/affichage/onglet_rr.png') no-repeat;
	color: white;
	text-decoration: none;
	font-style: normal;
	height:23px;
	padding: 0px;
	padding-top:5px;
	margin: 0px;
}

#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;	
}

#bouton
{
	margin-bottom:20px;
}

#bouton p a {
	background: url('/img/affichage/bouton_mob.png') no-repeat center;
	color: white;
	text-align: center;
	text-decoration: none;
	height:23px;
	width:90px;
	padding: 0px;
	padding-top:6px;
	display:block;
	margin:0px;
}

#bouton p a:hover {
	background: url('/img/affichage/bouton_mobh.png') no-repeat center;
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	height:23px;
	width:90px;
	padding: 0px;
	padding-top:6px;
	margin: 0px;
}

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

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

#footer h1 a {
	color: white;
	text-decoration: none;
	font-style: normal;
	font-size: 40%;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

#footer h1 a:hover {
	color: white;
	text-decoration: none;
	font-style: normal;
	font-size:40%;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

#bouton2 p a {
	background: url('/img/affichage/bouton_mobi.png') no-repeat center;
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height:39px;
	width:150px;
	padding: 0px;
	padding-top:8px;
	display:block;
	margin:0px;
}

#bouton2 p a:hover {
	background: url('/img/affichage/bouton_mobih.png') no-repeat center;
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	height:39px;
	width:150px;
	padding: 0px;
	padding-top:8px;
	margin: 0px;
}
