html, body {
	height: 100%;
	margin: 0;
	font: 90% "Trebuchet MS", sans-serif;
	}

html {
	background: #ddd url(images/html.png);
	}

div#global {
	min-height: 100%;
	width: 850px;
	padding 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(images/global.png) center repeat-y;
	}
	
div#globalIndex {
	min-height: 100%;
	width: 850px;
	padding 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	}

div#center {
	padding-bottom: 230px;
	overflow: auto; /* Englobe les flottants dans le calcul de sa hauteur */
	}


div#footer {
	position: absolute;
	width: 800px;
	bottom: 0;
	background: #fff;
	color: #fff
	margin: 2px 0;
	padding-top: 5px;
	padding-left:50px;
	border-top: 2px solid #000;
	}

div#footer2 {
	position: absolute;
	width: 850px;
	height: 200px;
	bottom: 0;
	background: #fff;
	color: #fff
	margin: 2px 0;
	padding-bottom: 50px;
	background: #000 url(images/Salles_Concert.png) top right no-repeat;
	}
	
div#footer3 {
	position: absolute;
	width: 850px;
	height: 200px;
	bottom: 0;
	background: #000;
	color: #fff
	margin: 2px 0;
	padding-bottom: 50px;
	}	

div#sidebar {
	float: left;
	width: 160px;
	padding: 0x;
	}
	
div#navbar {
	text-align: center;
	margin-top: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #ffffff;
}

div#YearMenu {
	float: left
	width: 600px;
	margin-left: 165px;
	margin-bottom: 5px;
	}

div#ConcertMenu {
	float: right
	width: 600px;
	margin-left: 165px;
	margin-bottom: 5px;
	}

div#content {
	float: right
	width: 600px;
	margin-left: 170px;
	margin-bottom: 20px;
	}

div#header {
	background: #7fcf2e url(images/BanniereACCM.jpg) no-repeat;
	color: #fff;
	height: 84px;
	}
	
div#header h1 {
	margin: o;
	}
	
#Index-Cadre {
	clear: both;
	width: 850px;
	background: #fff;
	
}


#Index-image {
	width: 850px;
	height: 390px;
	background-color: #000000;
}

#Index-title {
	clear: both;
	margin: 0px 0 0px 0;
	height: 180px;
	width: 730px;

	background-repeat: no-repeat;
	background-position: left top;
	Padding-bottom: 10px;
	background-color: #ffffff;
	border-bottom: 17px #FA0428 solid;
}

#Index-title2 {

	clear: both;
	height: 80px;
	width: 850px;
	background-color: #FFFFFF;
	margin: 0px 0 0px 0;
}

#Index-title-Image2 {
	float: right;
	height: 106px;
	width : 120px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right top;
}

#Index-title-Texte2 {
	float: left;
	height: 106px;
	width: 730px;
	background: #fff;
	font-size: 2.4em;     
	color: #FFFFFF;
}

	
ul#menu {
	margin: 30px 0;
	padding: 0;
	list-style: none;
	}

ul#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(images/Fond_Menu.png) no-repeat left top;
	padding-left: 70px;
	margin: 0px;
	color: #fff;
	font: small-caps 1.1em/30px Georgia, serif;
	text-decoration: none;
	}
	
ul#menu li a:hover {
    background-position: right top;
	color: #FF0000;
	}
	
a {
	color: #6c0;
	font-weight: bold;
	}
	
a:hover {
	color: #c00;
	}
	
a img { 
border: none;
margin-left: 3px;
} 

table {
    width: 100%;
		}

tr {
	}

td {
	width: 33%;
	padding: 10px 5px;
	border-width: 2px;
	border-style:solid;
	border-color: #FFFFFF;
	vertical-align:text-top;
	margin-right: 10px;
	margin-left: 10px;
	}

h5 {
    display:block;
	width:100%;
	margin:0;
	padding:0;
}


.StyleTexteTitre {
	font-family: "Century Gothic";
	color: #9F8D4F;
	font-size: 14px;
}
	
.StyleTexte {
	font-family: "Century Gothic";
	color: #000;
	font-size: 12px;
}

.StyleTexteFooter {
	font-family: "Century Gothic";
	color: #fff;
	font-size: 12px;
}

.StyleTexteTitreBouton {
	font-family: "Century Gothic";
	color: #000000;
	font-size: 16px;
}

.StyleTexteTitreBoutonSel {
	font-family: "Century Gothic";
	color: #D82525;
	font-size: 16px;
}

.StyleTitreArchive {
	font-family: "Century Gothic";
	color: #9F8D4F;
	font-size: 24px;
	text-align:center;    
}

.StyleTexteIndex {
	font-family: "Century Gothic";
	color: #999999;
	font-size: 36px;
}
	

	
