/* CSS Document */

/* home */
*{
	margin:0;
	padding:0;
}
body{
  background-color:#9CAD3D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
h1{
  font-size:12px;
	font-weight:bold;
	padding:5px 0 5px 0;
}
h2{
	color:#583F8D;
	font-style:italic;
	font-size:11px;
	padding:5px 0 5px 0;
}
hr{
 margin:10px;
}
.titre{
	color:#583F8D;
	font-size:11px;
	padding:5px 0 5px 0;
}
a {
  color:#000000;
}
p{
  padding:5px 0 5px 0;
}
.page{
	width:1055px;
	margin:0 auto 0 auto;
}
.bandeau{
	background: url(images/bandeau.gif) no-repeat top;
	height:348px;
}
.bandeau a {
	display:block;
	width:190px;
	height:175px;
	top:70px;
	left:180px;
	position:relative;
	text-indent:-9999px;

}
.contenu{
	width:760px;
	background-color:#FFFFFF;
	margin:0 161px;
	padding:0;
}
.menu{
	text-align:right;
	width:170px;
	list-style:none;
	margin-right:20px;
}
.menu a{
	list-style:none;
	color:#000000;
	text-decoration:none;
}
.menu a:hover{
	text-align:right;
	color:#583F83;
	text-decoration:none;
}
#hover{
	color:#583F83;
}
.menu li{
	padding:0 20px 0 0;
	margin-bottom:10px;
}
.li-histoire{
	background:url(images/li-histoire.gif) no-repeat right center;
}
.li-news{
	background:url(images/li-news.gif) no-repeat right center;
}
.li-musique{
	background:url(images/li-musique.gif) no-repeat right center;
}
.li-photos{
	background:url(images/li-photos.gif) no-repeat right center;
}
.li-fiche{
	background:url(images/li-fiche.gif) no-repeat right center;
}
.left{
  float:left;
	
}
.right{
	width:560px;
	float:left;
	min-height:330px;
}
.bottom{
  background:url(images/bas.jpg) no-repeat left bottom;
	height:174px;
	clear:both;
}
.news{
	color:red;
	margin-top:20px;
	font-family:"Courier New", Courier, monospace;
}
.ico-son{
	list-style:none;
}
.img-contour {
	border:none;
}
#ptit-italique{
	font-size:9px;
	font-style:italic;
}
#photo-left{
	float:left;
	padding:10px 10px 0 0;
}
.ul-home{
	list-style-type:none;
	color:#FFFFFF;
	width:560px;
	margin:0 auto 0 auto;
	font-size:11px;
	text-align:center;
}
.ul-home li	a{
	float:left;
	margin-right:8px;
	color:#FFFFFF;
	text-decoration:none;
}
.ul-home li	a:hover{
	float:left;
	margin-right:8px;
	color:#583F83;
}
#lien-home{
	display:block;
	width:100px;
	height:100px;
	margin:100px 0 0 160px;
}

#td-fiche{
  background-color:#B5ADCE;
	border:#FFFFFF solid 1px;
	padding:5px;
}

th{
	color:#583F8D;
	font-style:bold;
	font-size:10px;
	padding:5px;
}
.clear{
  clear:both;
}
.img-home{
	margin-top:100px;
}