body
{
	background-color: rgb(245,245,245);
	background-image: url('mecanic/mecanic.jpg');
	color:black;
}

a{color: rgb(25,25,140);}
a:visited{color:navy;}

h1, h2
 {
	text-decoration:none;
	text-align:center;
	font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
}

em { font-size:0.9em}
table th {background-color:rgb(150,150,150);}

#en_tete
{
}

#menu
{
}

#corps
{
	background-color: silver;
	border: solid black 2px;
}
#pied_de_page
{
	background-image:url('mecanic/menu.jpg');
	background-color: rgb(100,100,100);
	border: solid black 2px;
	color:white;
}

#pied_de_page a {color: rgb(200,200,255);}

#barre_menu, #barre_menu li
{
	border-color:black;
	font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
}
#barre_menu li
{
	background-color:gray;
}
#barre_menu .actif
{
	background-color: silver;
	border-color:black;
}

.element_menu
{
	background-image:url('mecanic/menu.jpg');
	border: black 2px solid;
	margin-bottom:20px;
	background-color: rgb(100,100,100);
}

/*Tous les titres de menus */
.element_menu h3
{
	color:white;
	padding-top:7px;
	height:31px;
	vertical-align:bottom;
	background-color:grey;
	background-image:url('mecanic/vis.jpg');
	text-align:center;
	margin-top:0px;
	border-bottom:2px solid black;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
.element_menu ul
{
	list-style-type: none;
	margin-left:12px;
	margin-left:12px;
	padding-left:12px;
}

.element_menu a
{
	text-decoration:none;
	font-weight:bold;
	color:silver;
}

 /* Quand on pointe sur un lien du menu */
.element_menu a:hover
{
	
	color: white;
}

.message
{
	font-weight:bold;
	text-align:center;
	text-decoration: underline;
	color:black;
	padding:3px;
}

.block_apparent
{
	background-color: rgb(235,235,235);
	border: solid black 2px;
	margin:15px;
	padding:15px;
}

.articles
{
	width:98%;
	margin:auto;
}

.articles .paire {}
.articles .impaire {}

.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(230,230,230);}
.impaire {background-color:rgb(215,215,215);}

.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(235,235,235);}

.agenda {background-color:rgb(240,240,240);}
.agenda a {font-weight:normal;}
.jour_nb
{
	background-color:rgb(180,180,180);
	border-bottom:1px solid black;
}

.eventslist a {border-bottom: 1px gray dashed;}

.agenda_today .eventslist { border: 2px black solid;}
.agenda_today  .jour_nb {font-weight:bold; background-color: black; color:white;}