div#text-content div.titre{
	width:593px;
	height:33px;
	background-image:url(../../images/programme/bureau.jpg);
	background-repeat:no-repeat;
	padding:1px;
	margin:0 0 10px 0;
	position:relative;
}
div#text-content div.titre h1{
	color:#5B595A;	
	font-size:1.1em;
	margin:5px 0 0 10px;
	text-transform:capitalize;
}

/* **************************************************************************************************** */

div#text-content div.liste{
	background-image:url(../../images/programme/separateur_droit.jpg);
	background-repeat:no-repeat;
	min-height:270px;
	height:auto!important;
	height:270px;
	width:100%;
}
div#text-content div.liste div.description{
	margin:0 0 20px 35px;
	font-size:0.8em;	
	color:#787878;
}
div#text-content div.liste ul{
	list-style-type:none;
	margin:0 0 0 5px;
}
div#text-content div.liste ul li{
	margin:0 0 20px 0;
	height:50px;
}
div#text-content div.liste ul li .photo{
	float:right;		
	background-image:url(../../images/programme/bloc_photo.jpg);
	background-repeat:no-repeat;
	height:46px;
	width:66px;
	text-align:center;
}
div#text-content div.liste ul li .photo img{
	margin:4px 0 0 0;
}
div#text-content div.liste ul li h2{
	color:#777777;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:5px;
}
div#text-content div.liste ul li h2 a{
	color:#777777;
	text-decoration:none;
}
div#text-content div.liste ul li h3{
	color:#BABABA;
	font-weight:bold;
	font-size:1.1em;
}

