@charset "UTF-8";
body {
	background-color: #9C958F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main {
	margin-right: auto;
	margin-left: auto;
	background-color: #F8F3F4;
	max-width: 900px;
}
#topBar {
	background-image: url(images/topBG.jpg);
	height: 150px;
}



#topBar img {
	position: relative;
	left: 15px;
	top: 15px;
}
#navcontainer {
	float: left;
	padding-left: 0px;
	position: relative;
	right: 0px;
	top: -28px;
	max-width: 700px;
	margin-left: 180px;
	min-width: 560px;
}

.navBleu {
	background-color: #0099FF;
}
.navVert {
	background-color: #46C828;
}
.navJaune {
	background-color: #E7E700;
}
.navOrange {
	background-color: #FF9933;
}
.navRouge {
	background-color: #E00000;
}


ul#navlist {
	font-family: sans-serif;
	margin-left: 250px;
	font-size: 1.3em;
}

ul#navlist a
{
	font-weight: bold;
	text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li {
	float: left;
	margin: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

ul#navlist li a
{
	color: #ffffff;
	margin: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

ul#navlist li a:hover
{
	color: #999999;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

ul#navlist li:hover ul#subnavlist
{
	display: block;
	position: absolute;
	font-size: 9pt;
	padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
	display: block;
	border: none;
	padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " > "; }

/*––––––––––––––––––––––––
// fin de navigation
––––––––––––––––––––––––*/



#content {
	background-color: #FDF6F8;
	padding-top: 25px;
}
#content .TexteBleu {
	color: #0099FF;
}
#content .TexteVert {
	color: #46C828;
}
#content .TexteJaune {
	color: #E7E700;
}
#content .TexteOrange {
	color: #FF9933;
}
#content .TexteRouge {
	color: #E00000;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.1em;
	margin-left: 0px;
}
#content p {
	font-size: 12px;
	margin-bottom: 0.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content a {
	color: #9C958F;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #9C958F;
}
#content  .smallLeft  {
	padding: 10px;
	float: left;
	width: 180px;
}
#content  .bigRight  {
	padding: 10px;
	float: left;
	max-width: 680px;
}
.separation {
	visibility: hidden;
	clear: both;
}
#footer  {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #9C958F;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
	padding: 3px;
}
#content      table.horaire    {
	width: 350px;
	float: left;
}
#content .note {
	font-size: 0.8em;
}
#content  table.horaire  td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9C958F;
}
#content table.repertoire {
	vertical-align: top;
}
#content table.repertoire td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9C958F;
}
#content .bigRight img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
	float: right;
}

#map {
	width: 100%;
	height: 400px;
	padding : 10 px;
	border : 1px solid #9C958F;
	margin : 0 auto;
}

