@charset "utf-8";
/* CSS Document */
body {background-image:url(images/fond_rose.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
margin-top:0px;
}
.style1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.style2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:11px;
	font-weight:bold;
}
.style3 {
	font-family:Verdana, Geneva, sans-serif;
	color:#F0F;
	font-size:14px;
	font-weight:bold;
}
.style4 {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.style5 {
	font-family:Verdana, Geneva, sans-serif;
	color:#F0F;
	font-size:12px;
	font-weight:bold;
}
.cadre {background-image:url(images/cadre_titre.png);
background-repeat:no-repeat;
background-position:center;

}
.fond_spectacles {background-image:url(images/fond_spectacles.jpg);
background-repeat:no-repeat;
background-position:center;
height:330px;
border:#000;
padding:3px;
}
.fond_spectacles2 {background-image:url(images/fond_spectacles2.jpg);
background-repeat:no-repeat;
background-position:center;
height:330px;
border:#000;
padding:3px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}



