/* 
	Images de fonds repris du site ouverture-facile.com
*/

body
{
	background-image:url('carreau/carreau.png');
}

a
{
	color: black;
	font-weight:bold;
}

a:visited {color: black;}
h1, h2 {text-decoration:underline;}
em { font-size:0.9em}
table th {background-color:rgb(150,150,150);}

#en_tete
{

}
#menu
{
}

#corps
{
	background-color: rgb(215,215,215);
	border: solid black 1px;
}

#pied_de_page
{
	font-size: 0.9em;
	border: solid black 1px;
	background-color: rgb(215,215,215);
}
#barre_menu, #barre_menu li
{
	font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
}
#barre_menu li
{
	background-color:silver;
}
#barre_menu .actif
{
	background-color: #EEEEEE;
}

.element_menu
{
	border: black 2px solid;
	margin-bottom:20px;
	background-color: rgb(215,215,215);
}

/*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;
	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:black;
	border: black 1px solid;
	background-color:rgb(242,242,242);
	padding:3px;
}

.block_apparent
{
	background-color: rgb(242,242,242);
	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;
}

.news_titre .date{font-size:0.8em;}
.news_titre strong
{
	font-size:1.5em;
	text-decoration:underline;
}

.comm_contenu, .news_contenu
{
	margin-top:15px;
}

.paire {background-color:rgb(230,230,230);}
.impaire {background-color:rgb(215,215,215);}

.album {background-color: rgb(242,242,242);}
.album img { padding: 15px; }
.album  a:hover img {background-color:rgb(220,220,255);}

.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;}
