body
{
	background-color: black;
	color:white;
	text-align: justify;
}

a{color: white;}
a:visited{color:white;}

h1, h2
{
	font-family: georgia, Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align:center;
	color: black;
	background-image: url("noir_rouge/rouge4.png");
	background-position: center;
	background-repeat: repeat-x;
	padding-bottom: 3px;
}

em { font-size:0.9em}

table th 
{
	background-image: url("noir_rouge/rouge2.png");
	background-repeat: repeat-y;
	color: red;
	text-align: center;
}
caption {color:white;}


#en_tete{}

#menu
{
	margin-top:10px;
	float: left;
	width: 180px;
}

#corps
{
	background-color: black;
	margin-Top:10px;
	margin-left:200px;
	margin-bottom:20px;
	padding:5px;
}

#pied_de_page
{
	background-image: url("noir_rouge/rouge1.png");
	background-position: top center;
	background-repeat: no-repeat;
	color: white;
	font-size: 0.9em;
	padding-top: 3px;
}

#barre_menu, #barre_menu li
{
	border-color:red;
	font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
}
#barre_menu li
{
	background-color: red;
}
#barre_menu .actif
{
	border-color:red;
	background-image: url("noir_rouge/rouge3.png");
	background-repeat: repeat-x;
	color:white;
}
.centre{text-align:center;}
/*Tous les titres de menus */
.element_menu h3
{
	cursor:pointer;
	padding-left:30px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url("noir_rouge/rouge1.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	color:white;
	text-align:left;
	font-family: georgia, Arial, "Arial Black", "Times New Roman", Times, serif;
}
.element_menu h3:hover
{
	text-decoration:underline;
}

.element_menu ul
{
	list-style-type: none;
	margin-left:12px;
	margin-left:12px;
	padding-left:12px;
}

.element_menu a
{
	text-decoration:none;
	color: red;
	padding-left: 1px;
}

 /* Quand on pointe sur un lien du menu */
.element_menu a:hover
{
	background-image: url("noir_rouge/over.png");
	background-repeat: no-repeat;
	background-position: center;
}

.message
{
	text-align:center;
	color: red;
	font-weight:bold;
	margin:10px;
	padding:5px;
	border-top: 4px double white;
	border-bottom: 4px double white;
}

.block_apparent
{
	background-color: black;
	color: red;
	border: double white 4px;
	border-top:none;
	border-right:none;
	margin:25px;
	padding:20px;
}

.comm_titre
{
	text-decoration:underline;
	font-size:1.05em;
}

.info_vehicule
{
	text-decoration:underline;
	font-size:1.5em;
	font-weight:bold;
}

.tableau, .agenda
{
	border: 2px solid red;
	font-weight:bold;
	color:white;
}

.tableau th, .agenda th
{
	color:white;
	border-bottom:2px solid red;
}
.tableau td, .agenda td {border:1px solid red; color:white;}

.news_titre .date{font-size:0.8em;}
.news_titre strong
{
	font-size:1.5em;
	text-decoration:underline;
}

.comm_contenu, .news_contenu
{
	margin-top:15px;
}

.block_tableau td, .block_tableau th {color:white; border:1px solid red;}
.block_tableau {border:2px solid red;}

.album img { padding: 15px; }
.album a:hover img {background-color: red;}

.paire {background-color:rgb(65,0,0); color:white;}
.impaire {background-color:rgb(95,0,0); color:white;}

.jour_nb
{
	color:white;
	background-image: url("noir_rouge/rouge3.png");
	background-repeat: repeat-x;
}

.eventslist {font-weight:normal;}

.agenda_today  .jour_nb
{
	border:3px white solid;
	border-bottom:1px white solid;
}

.agenda_today .eventslist {background-color: rgb(40,0,0); border:3px white solid; border-top:none;}
