body
{
	background-image:url('aqua/fond.jpg');
}

a
{
	color: white;
	font-weight:bold;
}

a:visited{color:white;}
h1, h2 {text-decoration:underline;}
em { font-size:0.9em}
table th {background-color:rgb(100,100,255);}
table a {font-weight:normal;}

#en_tete
{
}

#menu
{
}

#corps
{
	background-color: rgb(135,185,255);
	border: solid black 1px;
}

#pied_de_page
{
	font-size: 0.9em;
	border: solid black 1px;
	background-color: rgb(135,185,255);
}

#barre_menu, #barre_menu li
{
	font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
	border-color: rgb(100,100,255);
}
#barre_menu li
{
	background-color: rgb(125,165,255);
}
#barre_menu .actif
{
	background-color: rgb(155,205,255);
}

#barre_menu a {color:navy;}

.element_menu
{
	border: black 2px solid;
	margin-bottom:20px;
	background-color: rgb(135,185,255);
}

/*Tous les titres de menus */
.element_menu h3
{
	text-decoration: underline;
	text-align:center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
.element_menu ul
{
	list-style-type: none;
	margin-left:12px;
	padding-left:12px;
}

.element_menu a
{
	text-decoration:none;
	color : black
}

 /* Quand on pointe sur un lien du menu */
.element_menu a:hover
{
	text-decoration:underline;
}

.message
{
	font-weight:bold;
	text-align:center;
	color:navy;
	border: black 1px solid;
	background-color: rgb(128,160,255);
	padding:3px;
}

.block_apparent
{
	background-color: rgb(128,160,255);
	border: solid black 1px;
	margin:15px;
	padding:15px;
}
.comm_titre
{
	text-decoration:underline;
	font-size:1.05em;
}

.info_vehicule
{
	text-decoration:underline;
	font-size:1.5em;
	font-weight:bold;
}

.paire {background-color:rgb(125,125,255);}
.impaire {background-color:rgb(150,150,255);}

.news_titre .date{font-size:0.8em;}
.news_titre strong
{
	font-size:1.5em;
	text-decoration:underline;
}

.comm_contenu, .news_contenu
{
	margin-top:15px;
}

.album img { padding: 15px; }
.album a:hover img{background-color: rgb(128,160,255);}

.jour_nb
{
	background: rgb(90,90,130);
	color: #fff;
}
.eventslist a {color:black;}

.agenda_today .eventslist {background-color:rgb(100,100,255);; border: 2px navy solid;}
.agenda_today  .jour_nb {font-weight:bold; background-color: navy; border:1px solid black;}
.agenda_today  a {color:navy;}