body {
	color: #000;
	background-color: #c0c0c0;
	font-size: 80%;
	width: 991px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
body, p, li, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.colLayout {
	background-color: #bdb76b;
	height: auto;
}
div.left {
	float: left;
	width: 170px;
	background-color: #bdb76b;
}

div.center {
	padding: 10px 10px 10px 10px;
	margin-left: 170px;
	background-color: #0b479d;
	color: #fff;
}
div.bannerLeft {
	float: left;
	width: 170px;
	height: 81px;
	background-color: #666666;
	background-image : url(../images/logo_festival.gif);
	background-repeat: no-repeat;
}
div.bannerCenter {
	width: 605px;
	height: 81px;
	float: left;
	background-color: #666666;
	background-image : url(../images/couleur_jazz.jpg);
}
div.bannerRight {
	width: 20%;
	height: 81px;
	float: left;
	background-color: #666666;
	background-image : url(../images/fhosq_concours.jpg);
}

.banner {
	width: 991px;
	background-color: #666666;
}

.inscription{
	height: 70px;
	color: #fff;
	background-color: #333;
}

.imagesPrincipale{
	float: left;
	width: 821px;
	margin: 0px;
	padding: 0px;
}

.login{
	font-size: 10px;
	font-weight: bold;
}
a img{
	border: none;
}

div.center h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-weight: bold;
}
* html div.center h1 {
	width: 100%;;
}

div.footerline {
	background-image: url(../images/footerLine.gif);
	height: 10px;
	margin: 0;
	padding: 0;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.sousMenu ul{
	list-style : none;
	margin : 0;
	padding : 0;
	border : none;
}
.sousMenu ul li a{
	display : block;
	margin: 0;
	padding : 4px 0px 6px 18px;
	background-image: url(../images/bouton_sous_menu.gif);
	background-repeat: no-repeat;
	color : #696969;
	text-decoration : none;
	width : 150px;
	text-align: left;
	font-size: 8pt;
}
.sousMenu ul li a:hover {
	text-decoration : underline;
	color : #333;
}
.menuGauche ul {
	list-style : none;
	margin : 0;
	padding : 0;
	border : none;
}
.menuGauche ul li a {
	display : block;
	padding : 4px 0px 3px 18px;
	background-image:url(../images/bouton_gauche.gif);
	background-repeat: no-repeat;
	color : #333;
	text-decoration : none;
	width : 150px;
	text-align: left;
}
html > body .menuGauche li a {
	width : auto;
}
.menuGauche li a:hover {
	background-image:url(../images/bouton_gauche_over.gif);
	color : #696969;
}


