@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #Fff;
}

a:visited {
  color:#339999;
  text-decoration:none;
}

a:link{
  color:#CC0066;
    text-decoration:none;
  
  }

a:hover {
  color:#CC0066;
  text-decoration:underline;
  
  }
  
  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0066;
  
}

  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333;
  
}
 
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
  
}

.agenda
{
	background-image:url(http://crystelgalli.chez-alice.fr/v1/images/bg_concert.gif);
	width:380px;
	height:164px;
	color:#666;
	text-align:center;
	padding:8px 39px;
}

.agenda h1
{
	display:block;
	width:381px;
	background-color: #CC0066;
	text-align:center;
	margin-bottom:10px;
	color:#fff;
	font-size:12px;
}

.agenda h2
{
	display:block;
	width:381px;
	background-color: #D4D2B3;
	text-align:center;
	margin-bottom:10px;
	color:#333;
	font-size:12px;
}

.presse
{
	display:block;
	width:450px;
}

.presse h2
{
	display:block;
	width:450px;
	background-color: #D4D2B3;
	margin-bottom:10px;
	color:#333;
	font-size:12px;
	padding:2px;
}

