body
{
	background-color: rgb(255,255,190);
	font-family: "comic sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size:0.9em;
}

a{color:rgb(170,55,0);}


h1, h2
{
	text-decoration:underline;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align:center;
	color: rgb(180,20,0);
}
table th
{
	background-image: url("jaune/degjaune.png");
	background-repeat: no-repeat;
}

#en_tete
{
}

#menu
{
	background-image: url("jaune/degjaune.png");
	background-repeat: no-repeat;
	background-color: rgb(255,240,180);
	border: solid 2px rgb(180,20,0);
}

#corps
{
	background-image: url("jaune/degjaune2.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: rgb(255,240,180);
	border: solid 2px rgb(180,20,0);
	color: rgb(140,30,0);
}

#pied_de_page
{
	font-size: 0.9em;
	background-image: url("jaune/degjaune.png");
	background-repeat: no-repeat;
	background-color: rgb(255,240,180);
	border: solid 2px rgb(180,20,0);
	color: rgb(140,30,0);
}

#barre_menu, #barre_menu li
{
	font-size:105%;
	border-color:rgb(180,20,0);
	font-family: "Trebuchet MS", Arial, "Times new roman", Times, serif;
}
#barre_menu li {background-color: rgb(255,240,180);}
#barre_menu .actif {background-color: rgb(255,255,190);}

.centre{text-align:center;}
.element_menu
{
	border: none;
	margin-bottom:0px;
}

/*Tous les titres de menus */
.element_menu h3
{
	text-decoration: underline;
	text-align:center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	color: rgb(180,20,0);
}
.element_menu ul
{
	list-style-type: none;
	margin-left:12px;
	padding-left:12px;
}

.element_menu a
{
	text-decoration:none;
}

 /* Quand on pointe sur un lien du menu */
.element_menu a:hover
{
	text-decoration:underline;
}

.message
{
	font-weight:bold;
	text-align:center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	background-color: rgb(255,255,205);
	border: 2px solid black;
	padding:3px;
}

.block_apparent
{
	background-color: rgb(255,255,205);
	border: solid black 2px;
	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;
}
.tableau
{
	color: rgb(160,0,105);
}
.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(255,255,205);}

.paire {background-color:rgb(255,230,180);}
.impaire {background-color:rgb(255,230,150);}
.agenda {background-color: rgb(255,255,210);}

.jour_nb
{
	background-image: url("jaune/degjaune2.png");
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
}

.agenda_today .jour_nb
{
	background-color: rgb(255,210,80);
	font-weight: bold;
	background-image:none;
	color: rgb(200,50,50);
}

.agenda_today .eventslist
{
	background-color: rgb(255,210,80);
	border:2px solid rgb(255,210,80);
}