#entete
{background: url(img/bandeau-cours.jpg)}

/*COULEUR CLAIR*/
#bloc_couleur {background:#66EDB7}
#bloc-contenu2 {background:#66EDB7}
#fond {background-image:url("img/fond-contenu-emeraude.gif")}
#bloc-edito {border-left:#66EDB7;}
.menu li.on {background-color:#66EDB7}
.menu li.off:hover {background-color:#66EDB7}
.edito h3 {border-right:#66EDB7}
.edito h3 a, 
.edito h3 a:link, 
.edito h3 a:visited {color:#66EDB7}
.edito .chapo {border-right:#66EDB7}

/*COULEUR MEDIUM*/
#bas{background:#58E9B2}
#article-info-rubrique {background-color:#58E9B2}
div.buz span.colonne {background:#58E9B2}

/*COULEUR FONCEE*/
#cartouche {background-color:#38DF9E}

/*MENU GAUCHE*/
.menu li.off a:hover {color:#0EA86A !important}
.menu ul  li a, 
.menu ul  li a:visited {color:#0EA86A}
.menu ul  li a:hover {color:#0EA86A}

/*COULEUR LIENS*/
a, a:link, a:visited {color:#047246}
a:hover {color:#000000}
#menu-principal {color:#047246}
#menu-principal a, #menu-principal a:link, #menu-principal a:visited {color:#047246}
#menu-principal a:hover {color:#000000}
#bas {color:#047246}
a.spip_out,
a.spip_in,
a.spip_url,
a.spip_glossaire { color: #047246; }

/*pour les tableaux*/
	table#myTable
	{
		width: 100%;
		border: 1px solid #6c7aa9;
		border-collapse: collapse;
		border-spacing: 0px;
		*border-collapse: expression('collapse', cellSpacing = '0px'); /*For IE*/
	}
	table#myTable tbody tr
	{
		background-color: #ffffff;
		color: #000000;
	}
	table#myTable tbody tr.tswOddRow
	{
		background-color: #ededed;
	}
	table#myTable td
	{
		border: 1px solid #cccccc;
		padding: 5px;
	}
	table#myTable thead
	{
		background-color: #d53937;
		color: #ffffff;
	}
	table#myTable th
	{
		text-align: center;
		height: 20px;
		border: 0px solid #cccccc;
		padding: 2px;
	}

