body {
	margin: 0;
	background-color: #c6c6c6;
}
/* , p, a, a:visited, a:hover, table, #normal_table */
body * {
	text-decoration:none;
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	/* font-weight:bold; */
}
/* --- les liens du site --- */
a, a:visited {
	color:#0000FF;
}
a:hover {
	color:#6600FF;
}
/* --- pas de bordures aux images avec liens --- */
img {
	border:0;
}
#barre_titre{
	background-color: #cacbea;
	text-align:center;
	vertical-align:middle;
}
#barre_gauche {
	width:150px;
	vertical-align: top;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	background-color:#21272f;
}
#tableau {
	padding: 10px;
	width: 845px;
	background-image:url('../images/fond_site.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	background-attachment:fixed;
	background-color: #e8e8e8;
	vertical-align: top;
}
#barre_copyright {
	height:24px;
	text-align:center;
	color:#000000;
	font-size:13px;
}

h1 {
	text-align: center;
	text-transform: uppercase;
	font-size:x-large;
}
h2 {
	border: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	font-size: large;
	width: 500px;
	margin-left: 15px;
}
/* --- tableau normal entete + contenu --- */
#normal_table tr td {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}
/* --- entete de tableau en couleurs --- */
.entetetableau {
	font-weight:bold;
	background-color:#cacbea;
	color:#000000;
}
/* --- tableaux pour les evenements --- */
.entetetableauevents * {
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.entetetableaunextevents * {
	background-color:#3333FF;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
/* --- tableaux doubles bordures : page erreur --- */
#table_s1{
	border:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-color:#0000BB;
	margin-left:20px;
	margin-bottom:20px;
	width:530px;
}
#table_s2{
	border:3px;
	border-bottom-style:solid;
	border-left-style:solid;
	border-color:#000066;
	/* background-color:#cacbea; */
	width:530px;
}
/* --- le menu du site --- */
#barre_gauche .titre {
	color:#FF0000; /* #0000FF; /* #0099FF; */
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
#barre_gauche a, #barre_gauche a:visited, #barre_gauche a:hover {
	display: block;
	width:145px;
	height:22px;
	margin: 5px 0px 5px 0px;
	
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#barre_gauche a, #barre_gauche a:visited {
	background-color:#b9bad6;
	color:#000000;
	border: 1px solid #FF0000; /* #0001f7; */
}
#barre_gauche a:hover {
	background-color:#0033CC;
	color:#FFFFFF;
	border: 1px solid #FF0000;
}
/* --- le calendrier du site --- */
#calendrier * {
	padding:0;
	margin:0;
	font-size: 10px;
}
#calendrier { /* bordures et epaisseurs à 0 */
	border: 1px solid #000000;
}
#calendrier .entetetableau{ /* bleu leger mais pas trop */
	background-color:#0099FF;
	font-size: 12px;
}
.calendrier_jour, .calendrier_jour_gris { /* semaines bleu et weekends bleu foncé */
	width:25px;
	background-color:#A0DCE9;
	color:#000000;
	text-align:center;
}
.calendrier_contenu, .calendrier_contenu_gris, .calendrier_contenu_today { /* cases gris, grises grises, et oranges */
	width:30px;
	background-color:#DDDDDD;
	color:#000000;
	text-align:center;
}
.calendrier_jour_gris, .calendrier_contenu_gris { /* gris plus foncé */
	background-color:#BBBBBB;
}
.calendrier_jour_we { /* bleu un peu foncé */
	background-color:#8AB7FA; /* #A0DCE9; */
}
.calendrier_contenu_today { /* orange */
	background-color:#FF6600;
}
#divdate { /* l'info bulle quand on passe sur des evenements */
	width:300px;
	/* height:120px; */
	position:absolute;
	display:block;
	border: 1px solid #000000;
	background-color:#00CCFF;
}
#divdate * {
	font-size:12px;
}
#calendrier a, #calendrier a:visited, #calendrier a:hover { /* petites polices pour les endroits ou il y a des events */
	font-size:10px;
}
