/* HTML */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #444;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form.css label {
	padding-left:10px;
	display: inline;
	float: left;
	width: 70px;
} 
p,h1,h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #2A747B;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A747B;
}
a:hover {
	text-decoration: none;
	color: #FF00BB;
}
a:active {
	text-decoration: none;
	color: #2A747B;
}

/* SPAN */
.date {
	font-weight:bold;
	color:#FF00BB;
}
.oeuvre {
	font-weight:bold;
	color:#2A747B;
}
#image_logos{
	margin-right:10px;
	margin-bottom:20px;
	height:50px;
	line-height:50px;
	float:left;
}
/* MENU */
a.menu {
	background-image:url(../IMG/STRUCTURE/fond_menu.png); 
	padding:5px; 
	margin-bottom:5px; 
	font-weight:bold; 
	color:#FF00BB;
	width:310px;
	display:block;
}
a.menu:hover {
	background-color:#FFF;
}

/* TITRE */
.titre {
	text-indent:10px; 
	margin-bottom:10px; 
	padding-top:5px; 
	padding-bottom:5px; 
	background-image:url(../IMG/STRUCTURE/fond_bleu.png);
	font-weight:bold;
	color:#FFF;
}

/* FOND TEXTE PRINCIPAL */
.fond_texte_principal {
	margin-bottom:20px; 
	text-align:left; 
	padding:10px; 
	background-image:url(../IMG/STRUCTURE/fond_blanc.png);
}

/* SOUS TITRE */
.sous_titre {
	padding-top:5px; 
	padding-bottom:5px; 
	margin-bottom:10px; 
	border-bottom:1px dotted #AAA; 
	font-weight:bold; 
	color:#2A747B;
}

/* PROGRAMME */
a.programme {
	float:left; 
	width:270px; 
	margin-right:10px; 
	margin-bottom:10px; 
	border-top:1px solid #444; 
	border-bottom:1px solid #444; 
	padding-top:5px; 
	padding-bottom:5px;
	color:#444;
}
a.programme:hover {
	background-image:url(../IMG/STRUCTURE/fond_blanc.png);
}

/* ARTISTE */
a.artiste {
	float:left; 
	width:250px; 
	margin-right:10px; 
	margin-bottom:10px; 
	border-top:1px solid #444; 
	border-bottom:1px solid #444; 
	padding-top:5px; 
	padding-bottom:5px;
	font-weight:bold; 
	color:#2A747B;
}
a.artiste:hover {
	background-image:url(../IMG/STRUCTURE/fond_blanc.png);
}

/* BOX */
#container_box {
	background-color:#FFF;
}
	#boxheader {
		background-color:#EEE;
		padding:10px;
		border-bottom:1px solid #444;
		margin-bottom:10px;
	}
		#boxtitle {
			color:#2A747B;
			font-size:14px;
			font-weight:bold;
			text-align:left;
		}
		a.boxclose {
			float:right;
			cursor:pointer;
			color:#2A747B;
			font-size:14px;
			font-weight:bold;
			display:block;
		}
	#boxcontent {
		padding:10px;
		text-align:justify;
	}
		.sous_titre_bio{
			margin-bottom:10px;
			border-bottom:1px dotted #444;
			font-weight:bold;
			color:#FF00BB;
		}