div#text-content div.titre{
	width:593px;
	height:75px;
	background-image:url(../../images/programme/titre.jpg);
	background-repeat:no-repeat;
	padding:1px;
	margin:0 0 10px 0;
	position:relative;
}
div#text-content div.titre h1{
	color:#8c99d0;	
	font-size:1.5em;
	margin:5px 0 0 10px;
}
div#text-content div.titre h2{
	color:#525252;
	margin:10px 0 0 10px;	
}

div#text-content div.titre .fleche{
	position:absolute;	
	right:10px;
	top:50px;
}
div#text-content div.titre .fleche .prev{
	float:left;
	background-image:url(../../images/programme/fleche_gauche.jpg);
	background-repeat:no-repeat;
	background-position:0 -18px;
	width:30px;
	margin:0 5px 0 0;
	text-decoration:none;
}
div#text-content div.titre .fleche .next{
	float:left;
	background-image:url(../../images/programme/fleche_droite.jpg);
	background-repeat:no-repeat;
	background-position:0 -18px;
	width:30px;
	text-decoration:none;
}

div#text-content div.titre .fleche .prev:hover,
div#text-content div.titre .fleche .next:hover{
	background-position:0 0;
}

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

div#text-content div.programme{
	width:593px;
	height:30px;
	background-image:url(../../images/programme/programme.jpg);
	background-repeat:no-repeat;
	padding:1px;
}

div#text-content div.programme h3{
	color:#d13938;
	font-size:1em;
	margin:3px 0 0 10px;
}

/* **************************************************************************************************** */
div#text-content div.droite{
	float:right;
	width:312px;
	margin-bottom:10px;
}

div#text-content div.photo{
	background-image:url(../../images/programme/photo.jpg);
	background-repeat:no-repeat;
	width:312px;
	height:226px;
	margin:5px 0 10px 0;
	padding:1px;
}
div#text-content div.photo .principale{
	margin:20px 0 0 12px;
	height:144px;
	overflow:hidden;	
}
div#text-content div.photo .thumbs{
	margin:5px 13px 0 12px;
	text-align:center;
}


div#text-content .lien{
	margin:0 0 10px 60px;	
	list-style-image:url(../../images/programme/fleche.jpg);
}
div#text-content .lien a{
	color:#676767;
	text-decoration:none;
	font-weight:bold;
}
div#text-content .lien a:hover{
	text-decoration:underline;
}

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

div#text-content .adresse{
	width:270px;	
	margin:10px 0 0 0;
	color:#525252;
}
div#text-content .adresse .top{
	background-image:url(../../images/programme/adresse_top.jpg);
	background-repeat:repeat-x;
	height:12px;
}
div#text-content .adresse .top .left{
	float:left;
	background-image:url(../../images/programme/adresse_top_left.jpg);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
}
div#text-content .adresse .top .right{
	float:right;
	background-image:url(../../images/programme/adresse_top_right.jpg);
	background-repeat:no-repeat;	
	width:12px;
	height:12px;
}

div#text-content .adresse .middle{
	background-image:url(../../images/programme/adresse_middle.jpg);
	background-repeat:repeat-y;
	padding:0 5px 0 5px;
	font-size:0.9em;
}

div#text-content .adresse .bottom{
	background-image:url(../../images/programme/adresse_bottom.jpg);
	background-repeat:repeat-x;
	height:12px;
}
div#text-content .adresse .bottom .left{
	float:left;
	background-image:url(../../images/programme/adresse_bottom_left.jpg);
	background-repeat:no-repeat;	
	width:12px;
	height:12px;
}
div#text-content .adresse .bottom .right{
	float:right;
	background-image:url(../../images/programme/adresse_bottom_right.jpg);
	background-repeat:no-repeat;	
	width:12px;
	height:12px;
}

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

div#text-content .descriptif{
	width:270px;
	font-size:0.8em;
	margin:10px 0 0 0;
	color:#666666;
	text-align:justify;
}
div#text-content .descriptif p{
	margin:0 0 5px 0;
}

div#text-content hr{
	clear:right;
	border:0;
	visibility:hidden;
}

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

div#text-content .contact{
	font-size:0.8em;
	clear:right;
	width:593px;
	height:30px;
	background-image:url(../../images/programme/programme.jpg);
	background-repeat:no-repeat;
	padding:1px;	
	margin:10px 0 0 0;	
}
div#text-content .contact div{
	font-size:1.2em;
	margin:4px 0 0 10px;
	font-weight:bold;
}
div#text-content .contact a{
	color:#d13938;	
	font-weight:bold;
	text-decoration:none;
}