body {
	font-size: 85%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00AED6;
	margin: 0px;
}
.titre1 {
	font-size: 3em;
	font-weight: bold;
}
.titre2 {
	font-size: 1.2em;
}
#contenu {
	margin: auto;
	width: 65%;
	background-color: #FFFFFF;
	padding: 2em;
}
#logo {
	float: left;
	width: 192px;
}
#entete {
	margin-left: 220px;
	margin-bottom: 4em;
}




#annonces  {
	margin-left: 220px;
	padding-top: 2em;

}

#annonces p {
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 1em;
	padding-bottom: 3em;
	border-top-width: 1px;
	border-top-color: #E0FFCC;
	border-top-style: solid;
	margin-bottom: 2em;
}

#annonces .titre {
	padding-top: 2em;
	padding-bottom: 2px;
	color: #4BBD00;
	font-size: 150%;
}

#annonces .titre a {
	color: #4BBD00;
}

#annonces .titre a:hover {
	text-decoration: underline;
}


#annonces .date {
}

#annonces .nom {
	padding-top: 2em;
	padding-bottom: 2px;
	font-weight: bold;
}
#annonces .concert {
	color: #999999;
}
